No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2018-07-05 02:04:57 +01:00
algorithms Add folders, linked lists 2017-11-21 21:28:03 +00:00
data Add some circular list comments, util functions and write a sample usage 2018-07-05 02:04:57 +01:00
README.md Initial commit 2017-11-19 18:49:51 +00:00

Collection of algorithms and data structures implemented in C.

Most of these implementations have been taken from 'Mastering Algorithms with C', written by Kyle Loudon and published by O'Reilly Media. I have made a few small modifications to these snippets but I've not authored the core logic unless otherwise stated.