Tags | problem solving big-O skill/algorithms |
Here are a few good resources on Big O and optimization. Learn enough to understand what Big O is, when and why we implement it and please give us feedback (or pull requests) on this page if you think improvements can be made.
Make sure you check out the Big O Cheatsheet, It’ll give you an understanding of the performance of different data structures(Arrays, Stacks, Queues, etc) that you use daily.