Introduction to Algorithm - Second Series
Algorithm is the heart of coding. Master them, then you can code better.
Through OCW, educators improve courses and curricula, making their schools more effective; students find additional resources to help them succeed; and independent learners enrich their lives and use the content to tackle some of our world’s most difficult problems.
Course Description :
This course provides an introduction to mathematical modeling of computational problems. It covers the common algorithms, algorithmic paradigms, and data structures used to solve these problems. The course emphasizes the relationship between algorithms and programming, and introduces basic performance measures and analysis techniques for these problems. This course will be delivered by Professor Erik Demaine and Professor Srinivas Devadas from MIT. This is second series from three series at introduction to algorithm.
This lesson is Made for :
You will learn stuff about :
Requirements for this lesson :
CURRICULUM
-
Chapter #1 - Table Doubling
-
Chapter #2 - Open Addressing
-
Chapter #3 - Integer Arithmetic and Square Roots
-
Chapter #4 - Breadth-First Search and Depth-First Search
-
Chapter #5 - Shortest Path Problem