Intro to the Big O 👀

added by JavaScript Kicks
10/8/2018 7:00:27 AM

491 Views

In computer science, big O is used to analyze how their running time or the space used by an algorithm.it is invented by Paul Bachmann, Edmund Landau. If an algorithm has a constant time, it means...


0 comments