Skip to content

graysonpike/c-algorithms

Repository files navigation

Algorithms, 4th ed.

C Implementations

Grayson Pike, 2016

These programs are C implementations of the algorithms described in Robert Sedgewick's Alogirthms, 4th ed..

Algorithms Implemented So Far:

  • Quick Find (quick_find/)
  • Quick Union (quick_union/)
  • Weighted Quick Union (weighted_quick_union/)
  • Weighted Quick Union with Path Compression (pc_weighted_quick_union/)
  • Matrix Percolation using Weighted Quick Union (2d_percolation/)
  • Selection Sort (selection_sort/)
  • Shell Sort (shell_sort/)

About

Programs related to the Algorithms 4th Edition Part 1 course on Coursera

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published