Gecko05 / AlgorithmsInC

Exercises from the book "Algorithms in C" by Robert Sedgewick

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Programming exercises and examples from Algorithms In C

This is a repository with programming exercises and examples from the book "Algorithms in C" by Robert Sedgewick.

  • Exercises are under the exercises folder.
  • Examples are under the Programs folder.
  • Some library utilities for trees, queues, and sort methods are under the Utilities folder.
  • General notes in Markdown format(done in Joplin) for reviewing topics are under the Notes folder.

Currently trying to do as many programming exercises as possible, if you have one that is missing in this repository feel free to fork and pull request.

About

Exercises from the book "Algorithms in C" by Robert Sedgewick


Languages

Language:C 93.5%Language:PostScript 2.9%Language:Makefile 2.8%Language:C++ 0.6%Language:Objective-C 0.1%