Skip to content

Commit 12db28a

Browse files
committed
2 parents d661bfe + c17e3cb commit 12db28a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ You can implement these notes in your own favourite programming language.
77
## Data Structures and Algorithms Patterns implemented in Python.
88

99
### Topics covered:
10+
- [x] [Arrays](Arrays.ipynb)
1011
- [x] [Graphs](Graphs)
1112
- [x] [Breadth First Search](Graphs/bfs.py)
1213
- [x] [Depth First Search](Graphs/dfs.py)
@@ -40,4 +41,4 @@ You can implement these notes in your own favourite programming language.
4041
- [x] [Trees](Trees)
4142
- [x] [Binary Search Tree](Trees/binarysearchtree.py)
4243

43-
This repository is for the references, anyone can feel free to use this.
44+
This repository is for the references, anyone can feel free to use this.

0 commit comments

Comments
 (0)