Thursday, September 13, 2018

Play with LinkedList C# source code

Sept. 13, 2018

Introduction


It is time for me to read C# LinkedList source code. I also like to learn how to write one by myself. I spent over one hour to play with the code, and I like to write one called MyLinkedList class.

I will post C# code here.

The idea is to try to find things to work on in terms of good design of C# class.


No comments:

Post a Comment