ACM-ICPC-Algorithms
ACM-ICPC-Algorithms copied to clipboard
Algorithms used in Competitive Programming
I'm open to any kind of suggestion.
Search a word in 2D with 8 direction
Sort a given stack using recursion. In the recursive function use only basic functions of stack like push, pop etc. Input Format First line contains the number of elements in...
mid = (lower + (higher - lower)) / 2; is not working mid will just turn out to be higher / 2 in every loop