Skip to content

Commit be7f730

Browse files
authored
Update README.md
1 parent 8bf43eb commit be7f730

File tree

1 file changed

+28
-6
lines changed

1 file changed

+28
-6
lines changed

README.md

+28-6
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,37 @@
1-
# $$\textcolor{red}{\text{UNDER CONSTRUCTION}}$$
2-
31
# Project Title:
42

53
An Implementation of Data Structures And Algorithms In Python
64

7-
## 1. What is the project?
5+
## 1. Project Description:
86

97
This repository contains an implementation of various Data Structures and Algorithms using Python programming language,
108
adapted from a course on Udemy.
119

12-
## 2. Outline:
10+
## 2. Installation:
11+
12+
i. Clone the git repo
13+
14+
```
15+
https://github.com/AAdewunmi/DataStructures-And-Algorithms-In-Python.git
16+
```
17+
18+
ii. Open project folder
19+
20+
iii. Explore
21+
22+
😎
23+
24+
## 3. How to Use:
25+
26+
You can choose to run individual Python files in your preferred IDE or buy the course that accompanies the code base so you
27+
can follow along with visualisations of Binary Search Trees and Graphs etc.
28+
29+
## 4. Contributing:
30+
31+
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
32+
33+
34+
## 5. Outline:
1335

1436
- [Section 1: Python Crash Course](Section_1(Python-Crash-Course)/)
1537

@@ -33,9 +55,9 @@ adapted from a course on Udemy.
3355

3456
- [Section 11: Hash Table](Section_11(Hash-Table))
3557

36-
- Section 12: Graphs
58+
- [Section 12: Graphs](Section_12(Graphs))
3759

38-
## 3. Adapted from:
60+
## 6. Adapted from:
3961

4062
UDEMY: Data Structures and Algorithms: In-Depth using Python
4163

0 commit comments

Comments
 (0)