Metadata
- File: Introduction to algorithms by Cormen et al (2022).pdf
- Zotero: View Item
- Type: Book
- Title: Introduction to algorithms,
- Author: Cormen, Thomas H.; Leiserson, Charles Eric; Rivest, Ronald L.; Stein, Clifford;
- Publisher: The MIT Press,
- Location: Cambridge, Massachusett,
- Year: 2022
- ISBN: 978-0-262-04630-5
Abstract
”The leading introductory textbook and reference on algorithms”—
Tags and Collections
- Keywords: 04 On Hold; Algorithm; Data Structure; ECS122A
Comments
Annotations
Notes
Ch. 1: The Role of Algorithms in Computing
- algorithm
- sorting problem
- An instance of a problem (e.g. sorting problem) is some sample input from which we need to transform to an acceptable output.
- data structure
- NP-complete problem
- algorithm efficiency scales better than raw computational power