Click here to Skip to main content
15,891,423 members
Articles / Programming Languages / C++

4-Way LinkedList

Rate me:
Please Sign up or sign in to vote.
2.27/5 (18 votes)
3 Nov 2008CPOL1 min read 34K   259   13  
This linked list allows to connect a node with four adjacent nodes and shows how a node can be navigated in multiple directions.

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

No alternatives have been posted.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
India India
I'm working as Senior software Engineer since 7 years and interested in MFC and COM programming.

Comments and Discussions