Hai all java programmer...
i hav a problem need u all help to resolve .. and it had make me head going crazy.... so, i need U to help me... can?
This r the problem that make me going ..... crazy...
--------------------------------------------------------------------------
Create a menu-based program for a user to enter a list of values to implement the given algorithms:
1. Add contact details (name, contact no, address, email, etc.)
2. Sort the contact details alphabetically after it has been added into the phonebook. (Using any ONE sort algorithm)
3. Search a contact person from the list (Using any ONE search algorithm)
4. Remove a contact person from the list
Note1: Use reference-based linked list as the data structure. You may also add additional features to enhance the e-Phonebook system.
Note2:
i. There is no need to include any data files. This means that all data is maintained only in the data structures (memory only).
ii. There is no need to have a GUI interface. All inputs and outputs should be done via the command line.
iii. Array-based linked list are not allow to used.
--------------------------------------------------------------------------
Please help me.. please please please....
Hope can get your replay soon.. Thank alot.. ^^


