View Single Post
  #1 (permalink)  
Old March 4th, 2004, 02:04 PM
pradeep_itguy pradeep_itguy is offline
Friend of Wrox
 
Join Date: Feb 2004
Posts: 177
Thanks: 0
Thanked 0 Times in 0 Posts
Default Few challenging Data structure questions in C

Hi everyone,
        I have few Data structure questions.

1) Given an singly linked list and poisition "n", we have to remove the nth item from end.
2) Remove the duplicates in an array.

The algorithm should be efficient and we can use any data structure for achieving this.

Regards
Pradeep P

It is not how much we do,
but how much love we put in the doing.

-Mother Theresa
__________________
It is not how much we do,
but how much love we put in the doing.

-Mother Theresa
Reply With Quote