BLOG POSTS
-
Do I need to know time and space complexity for my code? (Part 1)
How does one measure how fast their code is? One simple way would be to just use a stopwatch and see how long it took to run the code with the sample input. It’s a good start. You may have some expectations around the performance of the code in your mind and this simple test […]