Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data-Structures

Collection of common data structures implemented in C for my CS261 class.

This is a collection of common data structures implemented in C. Implementations include: binary search tree, dynamic array (stack, bag, RPN calculator, heap, To-Do list using heap), graph (with BFS and DFS implemented using circularly linked deque), hash-map (with implementation of a concordance), and linked list (deque, bag, and circularly linked). newposts pendingposts

About

Collection of common data structures implemented in C for my CS261 class.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages