Skip to content

Commit 6b1fc63

Browse files
Added “Day 23 : BST Level-Order Traversal” link
1 parent c4831c7 commit 6b1fc63

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ My HackerRank solutions and challenges
3636
| 20 | [**Day 20 : Sorting**](https://github.com/hevalhazalkurt/Hackerrank_Python_Solutions/blob/master/solutions/Day_20_Sorting.md) | Easy | 30 | 1 | `swap`, `sort`, `bubble sort` | [link](https://www.hackerrank.com/challenges/30-sorting/problem) |
3737
| 21 | **Day 21 : Generics** | Easy | 30 | | not available for python | [link](https://www.hackerrank.com/challenges/30-generics/problem) |
3838
| 22 | [**Day 22 : Binary Search Trees**](https://github.com/hevalhazalkurt/Hackerrank_Python_Solutions/blob/master/solutions/Day_22_Binary_Search_Trees.md) | Easy | 30 | 1 | `data structures`, `bst`, `binary search tree` | [link](https://www.hackerrank.com/challenges/30-binary-search-trees/problem) |
39+
| 23 | [**Day 23 : BST Level-Order Traversal**](https://github.com/hevalhazalkurt/Hackerrank_Python_Solutions/blob/master/solutions/Day_23_BST_Level_Order_Traversal.md) | Easy | 30 | 1 | `data structures`, `bst`, `binary search tree` | [link](https://www.hackerrank.com/challenges/30-binary-trees/problem) |
40+
3941

4042

4143
<br>

0 commit comments

Comments
 (0)