File tree 1 file changed +28
-6
lines changed
1 file changed +28
-6
lines changed Original file line number Diff line number Diff line change 1
- # $$ \textcolor{red}{\text{UNDER CONSTRUCTION}} $$
2
-
3
1
# Project Title:
4
2
5
3
An Implementation of Data Structures And Algorithms In Python
6
4
7
- ## 1. What is the project?
5
+ ## 1. Project Description:
8
6
9
7
This repository contains an implementation of various Data Structures and Algorithms using Python programming language,
10
8
adapted from a course on Udemy.
11
9
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:
13
35
14
36
- [ Section 1: Python Crash Course] ( Section_1(Python-Crash-Course)/ )
15
37
@@ -33,9 +55,9 @@ adapted from a course on Udemy.
33
55
34
56
- [ Section 11: Hash Table] ( Section_11(Hash-Table) )
35
57
36
- - Section 12: Graphs
58
+ - [ Section 12: Graphs] ( Section_12(Graphs) )
37
59
38
- ## 3 . Adapted from:
60
+ ## 6 . Adapted from:
39
61
40
62
UDEMY: Data Structures and Algorithms: In-Depth using Python
41
63
You can’t perform that action at this time.
0 commit comments