View Single Post
Join Date: Nov 2008
Posts: 3
Reputation: solimanmuttawa is an unknown quantity at this point 
Solved Threads: 0
solimanmuttawa solimanmuttawa is offline Offline
Newbie Poster

Re: linked list pls pls help me

 
0
  #3
Nov 23rd, 2008
i cant write the following fuctions:
1)void AddElement_Front(struct Employee E)
2)void AddElement_End(struct Employee E)
3)void AddElement_Sorted(struct Employee E)
4)void DeleteFirst()
5)void DeleteLast()
6)struct Employee MinElement()
7)struct Employee MaxElement()
Reply With Quote