Skip to content

Commit 07c6322

Browse files
committed
Added Learn added
1 parent 2b23d38 commit 07c6322

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This repository contains Data structures, Algorithms and their common usecases i
1717

1818
### Data Structures-
1919
* Trie Data Structure [Code](Trie_Data_Structure.py) [Learn](Trie_Data_Structure.md)
20-
* Segement Tree (For sum) (Java + Python) [Code](segment_Tree.py)
20+
* Segment Tree (For sum) (Java + Python) [Code](segment_Tree.py)
2121
* Union Find Data Structures (Disjoint Set Data Structure) [Code](UnionFindDS.py)
2222
* Binary Search Tree [Code](BST.py)
2323

@@ -56,15 +56,15 @@ filter(function_object, iterable)
5656
```
5757
## Python Tricks
5858

59-
Input Space Seperated Integers as List<br>
59+
Input Space Separated Integers as List<br>
6060
```python
6161
numbers = list(map(int, input().split()))
6262
```
6363

6464

6565
## Resources to Learn Python
6666

67-
Books, Vedios and Lecture Notes available in are available here - [Learning Resources](https://github.com/bhavinjawade/Advanced-Data-Structures-with-Python/tree/master/Learning%20Resources)
67+
Books, Videos and Lecture Notes available in are available here - [Learning Resources](https://github.com/bhavinjawade/Advanced-Data-Structures-with-Python/tree/master/Learning%20Resources)
6868

6969
### Some Other Resources
7070

0 commit comments

Comments
 (0)