You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2
Original file line number
Diff line number
Diff line change
@@ -1207,16 +1207,17 @@ Binary Search is used to solve 2 kinds of problems:
1207
1207
### Binary Search Concept
1208
1208
1209
1209
- Watch [Code School Binary Search Videos](https://www.youtube.com/watch?v=j5uXyPJ0Pew&list=PL2_aWCzGMAwL3ldWlrii6YeLszojgH77j)
1210
-
- Watch this [Binary Search conceptual video from Errichto and do problems](https://www.youtube.com/watch?v=GU7DpgHINWQ&list=PLl0KD3g-oDOHpWRyyGBUJ9jmul0lUOD80)
1210
+
- Watch this [Binary Search conceptual video from Errichto](https://www.youtube.com/watch?v=GU7DpgHINWQ&list=PLl0KD3g-oDOHpWRyyGBUJ9jmul0lUOD80)
1211
1211
1212
+
Next you have to solve some basic binary search problems.
1212
1213
### Binary Search Basic Problems
1213
1214
1214
1215
- Do all basics problems related to binary search [that I have given in this link](https://codepen.io/collection/vBORpO)
1215
1216
- Next do all below advanced problems
1216
1217
1217
1218
### Binary Search Advanced Questions
1218
1219
1219
-
Below problems are lying under optimization problems. Just watch Book Allocation and Aggressive Cows videos to understand optimization logic. Once you understood them after that for rest problems you need to apply same logic.
1220
+
Below problems are lying under optimization problems. Just watch Book Allocation and Aggressive Cows videos to understand optimization logic. Once you understood them after that for rest problems you need to apply same logic. Every iteration you reduce the search space by either maximizing or minimizing the solution.
0 commit comments