| TIP: Click on subject to list as thread! | ANSI |
| echo: | |
|---|---|
| to: | |
| from: | |
| date: | |
| subject: | Linked List |
Reverse a linked list in C++. You cannot make a new linked list. The
functions below are the only ones at your disposal. Though you can write
your own.
Given Code:
class Node
{
};
// Linked List of Nodes
class LL
{
public:
Node* getFirst(); // returns NULL if list is empty
void add(Node* node); // adds to end of list
void remove(Node* node);
Node* next(Node* curNode); // returns next node after
// curNode in the list
// returns NULL if nothing is
// next
};
þ CMPQwk 1.42 999
--- Maximus/2 3.01
* Origin: COMM Port OS/2 juge.com 204.89.247.1 (281) 980-9671 (1:106/2000)SEEN-BY: 633/267 270 @PATH: 106/2000 633/267 |
|
| SOURCE: echomail via fidonet.ozzmosis.com | |
Email questions or comments to sysop@ipingthereforeiam.com
All parts of this website painstakingly hand-crafted in the U.S.A.!
IPTIA BBS/MUD/Terminal/Game Server List, © 2025 IPTIA Consulting™.