Archive for mumbai
You are browsing the archives of mumbai.
You are browsing the archives of mumbai.
Written Test
1) Wap to reverse a linked list and sort the same.
2) Given two integers A & B. Determine how many bits required to convert
A to B. Write a function int BitSwapReqd(int A, int B);
3) Write an algorithm to insert a node into sorted linked list. After inserting,
[...]