Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 326 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 326 Bytes

Data-Structures-and-Algorithms

What is this repository?

This repository will include data structres and algorithms. A lot of these are learnt from geeksforgeek.com. I'll also add implementations of some STL functionalities.

How to run the file?

Install a c++ compiler, say g++. Then run command: g++ file_name.cpp