Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 296 Bytes

File metadata and controls

7 lines (6 loc) · 296 Bytes

Repo for data structures and algorithms (primarily in C)

This repositor includes:

  1. General implementation of common things (stacks, queues, b-trees, etc)
  2. Codeforces questions I did

How to run

To run any data structure/algorithm either adjust the Makefile at root or compile yourself