Data-Structures

所属分类:数据结构
开发工具:C#
文件大小:0KB
下载次数:0
上传日期:2017-03-26 18:22:03
上 传 者sh-1993
说明:  尝试使用c#和TDD进行数据结构编程。
(Trying data structures programming with c# and TDD.)

文件列表:
DataStructures-Tests/ (0, 2017-03-26)
DataStructures-Tests/DataStructures-Tests.csproj (4713, 2017-03-26)
DataStructures-Tests/LinkedList.UnitTest.cs (535, 2017-03-26)
DataStructures-Tests/Properties/ (0, 2017-03-26)
DataStructures-Tests/Properties/AssemblyInfo.cs (641, 2017-03-26)
DataStructures-Tests/packages.config (226, 2017-03-26)
DataStructures.sln (1647, 2017-03-26)
DataStructures/ (0, 2017-03-26)
DataStructures/DataStructures.csproj (2160, 2017-03-26)
DataStructures/LinkedList.cs (2025, 2017-03-26)
DataStructures/Node.cs (618, 2017-03-26)
DataStructures/Properties/ (0, 2017-03-26)
DataStructures/Properties/AssemblyInfo.cs (1399, 2017-03-26)
LICENSE.md (1069, 2017-03-26)

# Data-Structures Trying data structures programming with C# and TDD. ### What is this? This is mostly a learning exercise for myself. ### What is this not? This is not meant to be a stable implementation of any of the included data structures. These structures will almost certainly have greater overhead and implement less efficient algorithms than things like the System.Collections.Generic.LinkedList class. ### Why? I am currently taking a data structures class and it has proven to be a bit of a challenge. Part of the challenge is due to the fact that the class is taught using c++ and I do not write c++ on a regular basis. In order to better understand these structures and perhaps to improve upon my original implementations (which have been quite kludgy so far), I have chosen to take a crack at the same assignments in C# using managed code in a safe context, while utilizing TDD to track improvments and progress.

近期下载者

相关文件


收藏者