Skip to content

dakotasanchez/data-structures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

data-structures

Linked list, Binary Tree, Stack, Queue, Hash Table, Knapsack Algorithm, Merge/Insertion sort, and shortest path algorithm for unweighted graphs. Also factorial for integer up to 100 digits.

Just examples, with makefiles and .c files included

Setup

  • Have gcc installed

Build any project

cd (AnyDirectory)
make

Run with

./(Executable)

About

Structs, Linked list, Binary Tree, Stack and Queue, Hash Table

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages