void zero_space_swap(int* x, int *y){
     *(x) ^= *(y);
     *(y) ^= *(x);
     *(x) ^= *(y);
}
Showing posts with label Swapping. Show all posts
Showing posts with label Swapping. Show all posts
Monday, September 10, 2007
Subscribe to:
Posts (Atom)
