What is the importance of computational complexity?

Computer scientists use mathematical measures of complexity that allow them to predict, before writing the code, how fast an algorithm will run and how much memory it will require. Such predictions are important guides for programmers implementing and selecting algorithms for real-world applications.


Comments

Leave a Reply

Your email address will not be published. Required fields are marked *