A Rubyist's Guide to Big-O Notation
Big-O notation gives you crucial insight into why your apps aren’t as fast as you’d like them to be. In this post we’ll uncover the meaning of things like O(N^2)
and show how to use these concepts to speed up your apps and your database queries. - http://blog.honeybadger.io/a-rubyist-s-guide-to-big-o-notation/
Post a comment