Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 409 Bytes

File metadata and controls

21 lines (13 loc) · 409 Bytes

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)