akleiner2 / data-structs

Basic Data Structures and Algorithm Implementations in C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Data-Structs

C-implementation of common data-structures and algorithms. This is mostly just practice for implementing various data structures and algorithms with C language and syntax.

The planned list of data structures to be included:

  • Linked Lists
  • Stacks
  • Queues
  • Binary Search Trees
  • DFS/BFS
  • ...and more!

Contributing

If you want to contribute to this repository, just make a pull request. There's a lot to be done with it, so I would be more than happy to have contributors! :)

About

Basic Data Structures and Algorithm Implementations in C


Languages

Language:C 93.8%Language:Makefile 6.2%