cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
HELP ME T.T
HELP ME T.T
Mar 10, 2011 at 2:22am UTC
jrmerced15
(3)
Im in difficult situation for our project
What is the structure for the search function in linkedlist?
Mar 10, 2011 at 5:42am UTC
simeonz
(490)
Look in the current node.
If there is match return pointer to the node or position or whatever.
Otherwise, if this is the last node (no more nodes to follow) return failure.
Otherwise, repeat the same procedure for the next node.
Mar 11, 2011 at 6:55am UTC
jrmerced15
(3)
could you please give me some source code pretty please i am really noob at programming
Mar 11, 2011 at 8:36am UTC
bluecoder
(763)
Could you elobrate more on the structure node and what to be search .
Mar 11, 2011 at 11:54am UTC
king214
(231)
could you please give me some source code pretty please i am really noob at programming
I know that at Cprogramming.com they have a tutorial on linked lists.
Topic archived. No new replies allowed.