Skip to content

kestrelblackmore/Datos

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

Datos

Datos is a simple project to code up my own versions of the most common Data Structures. It is purely for academic purposes and is not intended for production code.

The sample code is for C# and uses NUnit for Testing.

Linked List

Simple implementation of a linked list but I also store a reference to the first and last nodes in the list:

  • Add
  • Contains
  • First
  • Last
  • Remove

About

My C# implementations of the most common Data Structures. Purely academic.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages