Created
September 1, 2019 21:18
-
-
Save sonnyksimon/a294e790c8c6f9fe4c97d5cf7575523d to your computer and use it in GitHub Desktop.
Always check the time complexity when coding.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Always check the time complexity when coding. | |
| Python: https://wiki.python.org/moin/TimeComplexity | |
| JavaScript: https://www.freecodecamp.org/news/the-complexity-of-simple-algorithms-and-data-structures-in-javascript-11e25b29de1e/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment