Skip to content

Files

25 lines (17 loc) · 261 Bytes

0-0-candidate-algorithms.md

File metadata and controls

25 lines (17 loc) · 261 Bytes

Candidate Algorithms

Graph

  • A*
  • Floyd-Warshal
  • Flood fill
  • Graph coloring
  • Graph connectivity
  • Kruskal's minimal spanning tree

Tree

  • Tree rotation
  • Red-Black tree

Sorting

  • Quicksort
  • Merge sort
  • Heap sort

Other

  • Priority queue