@babatraweuy kena banned barusan cuks, #bigo oh bigo, entah apa penyebab, kok kena 😆

📈 Bài viết hướng dẫn cách kiểm tra hiệu suất code qua Big-O - đánh giá độ phức tạp thuật toán. Phần 1 tập trung vào phương pháp unit test để đảm bảo mã chạy hiệu quả khi dữ liệu tăng. Dành cho dev quan tâm optimization! 👨💻
#Programming #BigO #PerformanceOptimization #UnitTesting #LậpTrình #TốiƯuHiệuSuất #KiểmThửĐơnVị

https://www.reddit.com/r/programming/comments/1q8b8su/unit_testing_your_codes_performance_part_1_bigo/

I really want to know what absolutely insane person is writing the episode descriptions for The Big O on TVDB.  Someone was having a good night when they were writing these out.

Season 2 Episode 10:
Beck!!!!! I love it when that guy shows up; it makes me feel all alliterative inside. Let's see...
Beck's back, with an army of annoying android assassins [oh yeah, it's gonna be one of those episodes].
Alex Rosewater deals with his Daddy Issues in a very negative way [so long, Amber Waves of Grain(tm)], while at the same using Beck to kidnap R. Dorothy. And we're just gettin' warmed up...

Like, I kind of love it, and to be fair the episode description for the last episode makes about as much sense as the episode itself, but jeez  

Season 2 Episode 13:
From the cover of ""Scientific American"", August 2003... ""ARE YOU A HOLOGRAM? (Quantum physics says the entire universe might be)""
Now just imagine if that was really the case, and you'll have ""The Show Must Go On"" in a nutshell, which is apparently where Paradigm City has been all these years. As for the rest...
R. Dorothy rises from her deathbed, thanks (in part) to Beck. Roger Smith and Alex Rosewater stage the Showdown of the Century, while Gordon Rosewater shows Angel her true destiny.
Oh, and that little prank by Adult Swim? We are not amused.

What Adult Swim prank???  

#TheBigO #BigO #TVDB #AdultSwim #Anime

Sam, esse foi um dos primeiros que me deixou realmente feliz de ler um artigo sobre Big O, eu sempre fugi desse tema, achava um saco, mas com o artigo dele é mt mais gostoso aprender.

Link do blog geral: https://samwho.dev/
Link do Big O: https://samwho.dev/big-o
Link sobre Load Balancing, perfeito tb: https://samwho.dev/load-balancing

#bigO #loadBalancer #blambers

samwho

Personal website of Sam Rose.

Việc hiểu độ phức tạp thời gian và không gian (#TimeSpaceComplexity) giúp tối ưu hiệu suất code Java.
- **Thời gian**: Đo sự tăng trưởng runtime theo đầu vào (n) (Ví dụ: O(n), O(n²), O(log n)).
- **Không gian**: Đo sử dụng bộ nhớ theo đầu vào.
- **Big O (#BigO)**: Biểu diễn chặn trên của độ phức tạp, ứng dụng thực tế như tối ưu algorithm xử lý dữ liệu lớn.
Hãy cân nhắc tình huống xấu nhất, thời gian amortized, và đệ quy ảnh hưởng thế nào. 🚀
#Programming #DSA #LậpTrìnhJava #CấuTrúcDữLi

Interactive learning format is best learning format.

https://samwho.dev/big-o/

#compsci #bigo #education

Big O

A visual introduction to big O notation.

Today I've taken the time to make a refactor of my #neovim configuration. Usually I face to merge tables in tables, my old and quick solution was use nested for loops, but this creates a O(n^2) complexity. But today I figured out vim.list_extend function that does the job. So I'm happy  #vim #lua #bigO

Arrays and Big O Performance: A Complete Guide for JavaScript Developers

Learn why accessing arr[50000] is as fast as arr[0], and why unshift() is a performance killer. This guide walks through all major array operations, their Big O complexity, and when to use arrays vs objects.

🔗 https://grasscoder.com/arrays-and-big-o-performance-a-complete-guide-for-javascript-developers/

#JavaScript #BigO #WebDev #CodePerformance

Arrays and Big O Performance: A Complete Guide for JavaScript Developers | Grass Coder | Your Coding Companion | Learn To Code

Table of ContentsWhat Makes Arrays Special?When Should You Use Arrays?Array Access: Lightning Fast PerformanceThe Truth About Array AccessWhy Is This

Grass Coder | Your Coding Companion | Learn To Code