Tuesday, February 10, 2009

MS Crack ke liye Fande

Bond Tips ...
1.Stay Kool
2.Stay Kool
3. Stay kool ...

Well the trick lies here only ... keep ur nerve control ... be calm and cool for every questions ....
Generally the pattern is this ...
1. A little abt ur course ur persuing
2.A simple program ... they will ask u to write the code ...
3. A trick programming problem ... they may ask abt the main idea here...
4. Puzzle
Done .....

Programming Questions genreally are from Data Structure (Mug up Linklist,Binary Tree )

I am Posting some Questions ... for rest search Net or mail me ... Keep smiling :)

how to print elements of singly linked list in reverse order.

ques is to del max node in the list

u have only one pointer to a node .. and u have to delete tahe node of link list.. u dont have head node and any other pointer tell me how to do remove duplicate elements in a linked list

Write an efficient algo to remove duplicate elements in a linked list.

Find the loop in the list

Write a function that changes the priority of an arbitrary node in Maxheap.

swap every 2 successive nodes in singly link list
write code two swap every 2 sccesive nodes in singly link list
for eg
my list is:
1->2->3->4->5

after swappi it sould be
2->1->4->3->5

Best of Luck :0

No comments:

Post a Comment