In: Computer Science
HI i will write user's manual for a doubly/singly linked list , How can i write User's manual ?
The user manuals are the guides to the reader for better understand of a specific topic. While writing the user manual you must have to focus on the following areas. Since your requirement is link list so the below points are designed for linked list.
While designing the manual it will be more effective if you represent all the above points in graphical manner. While providing the different operation try to provide all types of sub-operations, i.e/ While performing insert operation , provide (Insert at beginning, Insert at last, Insert when node number is known , Insert when information is known) Simillarily the same also implemented for deletion also.