CLRS笔记-Chapter 1: The Role of Algorithms in Computing

Chapter 1: The Role of Algorithms in Computing
1,Algorithms are a technology.
2,An algorithm is any well-defined computational procedure that takes INPUT and produces OUTPUT.
3,A data structure is a way to store and organize data in order to facilitate access and modifications.
4,Having a solid base of algorithmic knowledge and technique is  one characteristic that separates the truly skilled programmers from the novices.

你可能感兴趣的:(Access)