Skip to content

Commit 42e0ae3

Browse files
chore: sync content to repo (#9673)
Co-authored-by: kamranahmedse <4921183+kamranahmedse@users.noreply.github.com>
1 parent 9a6154a commit 42e0ae3

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

src/data/roadmaps/python/content/binary-search-tree@uJIqgsqUbE62Tyo3K75Qx.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ A binary search tree, also called an ordered or sorted binary tree, is a rooted
44

55
Visit the following resources to learn more:
66

7+
- [@article@Binary search in Python 101: Implementation and use cases](https://roadmap.sh/python/binary-search)
78
- [@article@How to Implement Binary Search Tree in Python](https://web.archive.org/web/20230601181553/https://www.section.io/engineering-education/implementing-binary-search-tree-using-python/)
89
- [@article@Binary Search Tree in Python](https://www.pythonforbeginners.com/data-structures/binary-search-tree-in-python)
910
- [@video@Tree Data Structure | Illustrated Data Structures](https://www.youtube.com/watch?v=S2W3SXGPVyU)

src/data/roadmaps/python/content/conditionals@NP1kjSk0ujU0Gx-ajNHlR.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ Visit the following resources to learn more:
66

77
- [@article@Conditional Statements in Python](https://realpython.com/python-conditional-statements/)
88
- [@article@Python Conditional Statements](https://www.guru99.com/if-loop-python-conditional-structures.html)
9+
- [@article@Python Switch Statement 101: Match-case and alternatives](https://roadmap.sh/python/switch)
910
- [@article@How to Use a Match Statement in Python](https://learnpython.com/blog/python-match-case-statement/)
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# HashMaps
2+
3+
HashMap, HashTable, Map, Dictionary, or Associative are all the names of the same data structure. It is a data structure that implements a set abstract data type, a structure that can map keys to values.
4+
5+
Visit the following resources to learn more:
6+
7+
- [@article@Hashmaps in Python: Master Implementation and Use Cases](https://roadmap.sh/python/hashmap)
8+
- [@article@Build a Hash Table in Python](https://realpython.com/python-hash-table/)
9+
- [@article@Hash Tables and Hashmaps in Python](https://www.edureka.co/blog/hash-tables-and-hashmaps-in-python/)
10+
- [@video@Hash Table Data Structure | Illustrated Data Structures](https://www.youtube.com/watch?v=jalSiaIi8j4)

0 commit comments

Comments
 (0)