Big O notation Space and Time complexity Big O notation gives you a rough estimate on how your code will perform using the RAM computation model, which is the most aproximate model for current computation until today.
2020-04-23
1 min read