Skip to content

joshua-koehler/Data_Structures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Structures - Implemented in C

Structures so far

Dynamic Array - dynamicArray

Queue - two different implementations
- with a linked list - linked.c
- with a circular array - circular.c

Hash Table - Chaining_Hash_Table
- implemented with chaining

Trie Dictionary - stores words

Binary Max Heap

Sorts
- quick sort
- merge sort
- radix sort
- selection sort
- heap sort (under heap directory)
- insertion sort

Extra:
- dynamic programming problem solutions included under folder "dynamic"

There are many more to be added in the coming weeks!

About

Implementations of common data structures in C.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published