Click here to Skip to main content
15,887,027 members
Articles / Programming Languages / C#

Implementing Linked Lists with The Null Object Pattern

Rate me:
Please Sign up or sign in to vote.
4.21/5 (11 votes)
2 Mar 2006CPOL6 min read 52K   291   31  
Designing a Linked List without the use of NULL or looping

Views

Daily Counts

Downloads

Weekly Counts

License

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


Written By
Software Developer
United States United States
I am a analytics software engineer who has spent about three years in the field developing software in .NET and other technologies for the scientific data acquisition and analysis industry. Currently I am working developing optimization algorithms for search engines. I have a B.S in Computer Science with a Minor in Mathematics from Northeastern University's College of Computer and Information Science in Boston, MA.

Comments and Discussions