Skip to content

Commit 0ad6bcd

Browse files
committed
chore: adding more
1 parent 3241a83 commit 0ad6bcd

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

‎README.md

+10-4
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
- [Linked List](#linked-list-1)
106106
- [Reverse linked list](#reverse-linked-list)
107107
- [Find the merge point of 2 Linked List](#find-the-merge-point-of-2-linked-list)
108-
- [How to Learn Binary Search Tree from zero to Hero?](#how-to-learn-binary-search-tree-from-zero-to-hero)
108+
- [Binary Search for competitive programming from zero to advanced](#binary-search-for-competitive-programming-from-zero-to-advanced)
109109
- [References](#references)
110110

111111
> Coding interview question answers in JavaScript for Facebook, Amazon, Google, Microsoft or any company.
@@ -1179,17 +1179,23 @@ Try `Binary Search`.
11791179
on <a href="https://codepen.io">CodePen</a>.</span>
11801180
</p>
11811181

1182-
## How to Learn Binary Search Tree from zero to Hero?
1182+
## Binary Search for competitive programming from zero to advanced
1183+
1184+
- Watch [Code School Binary Search Videos](https://www.youtube.com/watch?v=j5uXyPJ0Pew&list=PL2_aWCzGMAwL3ldWlrii6YeLszojgH77j)
1185+
- Watch this [Binary Search video and do problems](https://www.youtube.com/watch?v=GU7DpgHINWQ&list=PLl0KD3g-oDOHpWRyyGBUJ9jmul0lUOD80)
1186+
- Do all basic problems related to binary search [that I have given in this link](https://codepen.io/collection/vBORpO).
1187+
1188+
11831189

1184-
- Learn binary [search basics first](https://www.youtube.com/watch?v=GU7DpgHINWQ&list=PLl0KD3g-oDOHpWRyyGBUJ9jmul0lUOD80).
1185-
- Do all basic problems related to binary search [given in this link](https://codepen.io/collection/vBORpO).
11861190

11871191

11881192
## References
11891193

11901194
- http://btholt.github.io/four-semesters-of-cs/
11911195
- https://btholt.github.io/four-semesters-of-cs-part-two/
11921196
- [Binary Tree Visualization](https://www.cs.usfca.edu/~galles/visualization/BST.html)
1197+
- [[Part 3] Binary Search, Competitive Programming Series | from Zero to Advanced](https://www.youtube.com/watch?v=cLkcNeiploY&list=PL4PCksYQGLJOcaPLgeMFaxaHigPFjBuTG&index=4)
1198+
11931199

11941200
<script async src="https://cpwebassets.codepen.io/assets/embed/ei.js"></script>
11951201
<script data-ad-client="ca-pub-1700383344966810" async="" src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js" data-checked-head="true"></script>

0 commit comments

Comments
 (0)