Submitted by heartin on Sat, 01/05/2019 - 09:51
If you are a software developer who work with data structures and algorithms you might have heard about Asymptotic Analysis. Most of us would stick with the basic knowledge of Big O notation such as O(n), O(n2), O(log n) etc. However, understanding more about these can make you a good engineer from just being a programmer.
Videos:
- heartin's blog
- Log in or register to post comments
Recent comments