
I used recursion in python to reverse queue in python . in rev method it has 3 methods to call for every recursion 1.pop,2.rev and 3.append but method append not invoking every recursion it invoking only after all rev recursions completed.

I used recursion in python to reverse queue in python . in rev method it has 3 methods to call for every recursion 1.pop,2.rev and 3.append but method append not invoking every recursion it invoking only after all rev recursions completed.