Advertisement
NgJaBach

BinarySearch Techniques

Jun 23rd, 2020
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. #include<bits/stdc++.h>
  2. using namespace std;
  3. const int N=200050;
  4. void ordinary(){
  5.  
  6. }
  7. void infinite(){
  8.  
  9. }
  10. void sorted_Matrix(){
  11.  
  12. }
  13. /*https://medium.com/better-programming/three-smart-ways-to-use-binary-search-in-coding-interviews-250ba296cb82*/
  14. int main(){
  15. ios_base::sync_with_stdio(false); cout.tie(0); cin.tie(NULL);
  16.  
  17. return 0;
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement