|
105 | 105 | - [Linked List](#linked-list-1)
|
106 | 106 | - [Reverse linked list](#reverse-linked-list)
|
107 | 107 | - [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) |
109 | 109 | - [References](#references)
|
110 | 110 |
|
111 | 111 | > Coding interview question answers in JavaScript for Facebook, Amazon, Google, Microsoft or any company.
|
@@ -1179,17 +1179,23 @@ Try `Binary Search`.
|
1179 | 1179 | on <a href="https://codepen.io">CodePen</a>.</span>
|
1180 | 1180 | </p>
|
1181 | 1181 |
|
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 | + |
1183 | 1189 |
|
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). |
1186 | 1190 |
|
1187 | 1191 |
|
1188 | 1192 | ## References
|
1189 | 1193 |
|
1190 | 1194 | - http://btholt.github.io/four-semesters-of-cs/
|
1191 | 1195 | - https://btholt.github.io/four-semesters-of-cs-part-two/
|
1192 | 1196 | - [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 | + |
1193 | 1199 |
|
1194 | 1200 | <script async src="https://cpwebassets.codepen.io/assets/embed/ei.js"></script>
|
1195 | 1201 | <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