GitHub / leonghia / custom-linked-list
Custom implementation of a singly linked list data structure in C#. A linked list is a fundamental data structure that consists of a sequence of nodes, where each node holds data and a reference to the next node in the sequence.
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leonghia%2Fcustom-linked-list
Stars: 0
Forks: 0
Open issues: 0
License: mit
Language: C#
Size: 7.81 KB
Dependencies parsed at: Pending
Created at: over 1 year ago
Updated at: over 1 year ago
Pushed at: over 1 year ago
Last synced at: over 1 year ago
Topics: algorithms, collections, console-application, csharp, csharp-10, data-structures, generics, linked-list, nodes