Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 642 Bytes

File metadata and controls

10 lines (7 loc) · 642 Bytes

Princeton University - Algorithms

Solutions for Princeton's Algorithms

Princeton University

Princeton University INSTRUCTORS

Instructors: Robert Sedgewick and Kevin Wayne

Course Description

This course covers the essential information that every serious programmer needs to know about algorithms and data structures, with emphasis on applications and scientific performance analysis of Java implementations. Part I covers elementary data structures, sorting, and searching algorithms. Part II focuses on graph- and string-processing algorithms.