Contains Algorithms useful for interview preparation, various practice problems of Arrays, Stacks, queue etc. Contributors are Welcome but, DO NOT MAKE THIS REPO ACT LIKE A SOURCE OF +1. - dheeraj ...
#define exch(a, b) {int t = a; a = b; b = t;} #define cmpexch(a, b) {if(less(b,a)) exch(a, b);} ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results