#学习笔记#Princeton Algorithms and Data Structures

Algorithms and Data Structures Fall 2007

Robert Sedgewick and Kevin Wayne

Department of Computer Science
Princeton University
Princeton, NJ 08544
[email protected]

Lectures

  • Overview
  • Union-Find Algorithms
  • Stacks and Queues
  • Sorting Algorithms
  • Advanced Topics in Sorting
  • Priority Queues
  • Symbol Tables
  • Binary Search Trees
  • Balanced Trees
  • Hashing
  • Undirected Graphs
  • Directed Graphs
  • Minimum Spanning Trees
  • Shortest Paths
  • Geometric Algorithms
  • Search and Intersection
  • Radix Sorts
  • Tries
  • Data Compression
  • Pattern Matching
  • Linear Programming
  • Reductions
  • Combinatorial Search

你可能感兴趣的:(算法,面试准备)