Skip to content

salimt/Princeton-Algorithms-by-Sedgewick-and-Wayne

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.