Tuesday, March 2, 2021

Powers of 2 to remember for scalability questions

 





O(log N)
O(N)
O(N log N)
O(N^2)
O(2^N)
O(N!)

Source: Cracking the coding interview

No comments:

Post a Comment