Skip to content

Commit 6000cd0

Browse files
authored
Update README.md
1 parent 1fc0a89 commit 6000cd0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Data-Structures-and-Algorithms
22

3-
## What is this repository
3+
## What is this repository?
44
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.
5+
6+
## How to run the file?
7+
Install a c++ compiler, say g++. Then run command: `g++ file_name.cpp`

0 commit comments

Comments
 (0)