Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Good refresher course on 'O(N)' type stuff? [duplicate]

Learned all about computing algorithm costs in College, but that was so long ago I forgot it all. Is there any sort of walkthrough that goes over the whole subject matter? I feel as though there was more than I currently remember. I want to refresh some of my core skills.

like image 418
Neil N Avatar asked Mar 01 '23 20:03

Neil N


2 Answers

Check out Big-O for Eight Year Olds?

like image 199
Bjorn Avatar answered Mar 13 '23 02:03

Bjorn


You should be able to find various tutorials by searching for complexity analysis.

Wikipedia (Analysis of algorithms) is always a good place to get a quick refresher.

like image 34
Brian R. Bondy Avatar answered Mar 13 '23 01:03

Brian R. Bondy