Coder Profile - Show off your skills, get a coder profile.
 
 
 
The Author
Cinjection
Oleksi Derkatch
Send A Message
Rating
6.00
out of 10
( 1 Ratings )
Please login to rate source codes.

Click here to register a free account with us.
General Details
C# (C Sharp)
Posted 1.19 Year Ago
280 Views
Received 1 Rating
More Codes By This Author
Wordsearch generator.
Linked List in C#
Julia Set
Mandelbrot Set Generator
MD5 Brute-Forcer
Articles By This Author
Intorduction to memoizati...
Strings in C++
Vectors in C++
Use Cases
[C++] Pointers and their...

Linked List in C#


Description
A small implementation of a generic Linked List in C#. Let me know if I'm making any C# faux pas. I'm still learning the language.

This list supports:
adding to the end
indexing
index lookup
removal by value
removal by index.
Technical
.NET 3.5
Source Code
Comments
Please login to post comments.
 
Cinjection     Posted 1.15 Year Ago
 
 
This is more of a computer science exercise. In the real world, I would definitely
use a standard object like the one mentioned.
 
Ginger     Posted 1.15 Year Ago
 
 
Ehh why not just do

LinkedList<T> .. already a standard object.

In System.Collections.Generic

See http://msdn.microsoft.com/en-us/library/he2s3bh7.aspx
Page 1 of 1
More "C# (C Sharp)" Source Codes By This Author
Recently Posted "C# (C Sharp)" Source Codes
Recently Rated "C# (C Sharp)" Source Codes
 
 
Latest News About Coder Profile
Coder Profile Poll
Why do you get bored with programming?

Not enough time to do something productive
I run out of ideas
Too hard to show people my creations
Everything i do has too many errors, and it's too hard
I don't get bored!!!


please login to cast your vote
and see the results of this poll
Latest Coder Profile Changes
Coder Profile was last updated
1.29 Year Ago
Official Blog :: Make A Donation :: Credits :: Contact Me
Terms & Conditions :: Privacy Policy :: Documents :: Wallpapers
Version 1.46.00
Copyright © 2007 - 2010, Scott Thompson, All Rights Reserved