int swap(){ // int temp = stack[top_index]; // top_index --; // return temp return stack[top_index --]; }
Last updated 5 years ago
Was this helpful?