Introduction to Algorithms No.1

I have decided to read "Introduction to Algorithms." This is one of the most famous textbook on algorithms. I will write what I think when I read it. Today, I will write an article on Chapter 1

Chapter 1 refers to "The Role of Algorithms in Computing."

The points are as follows:
- An algorithm receives an input and returns an output.
- Algorithms play an important role in information technology.
- A good algorithm on a bad computer may exceed a bad algorithm on a good computer.

Good algorithms are as important as a good computer!

Thank you.

Comments

Popular posts from this blog

Introduction to Algorithms No.3

Introduction to Algorithms No.7

Introduction to Algorithms No.10