What is the relevance of the big O in data structures anf algorithms..? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is the relevance of the big O in data structures anf algorithms..?

So urgent

3rd Mar 2019, 12:28 PM
Kidd Gitonga
Kidd Gitonga - avatar
2 Answers
+ 8
• Big-O Misconceptions http://ssp.impulsetrain.com/big-o.html In computer science and sometimes mathematics, big-O notation is used to talk about how quickly a function grows while disregarding multiplicative and additive constants. When classifying algorithms, big-O notation is useful because it lets us abstract away the differences between real computers as just multiplicative and additive constants. • Know Thy Complexities! http://bigocheatsheet.com/#
3rd Mar 2019, 2:55 PM
Danijel Ivanović
Danijel Ivanović - avatar
+ 7
https://rob-bell.net/2009/06/a-beginners-guide-to-big-o-notation/
3rd Mar 2019, 2:24 PM
Rstar
Rstar - avatar