Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mainageorge/datastructures

The basic data structures like linked lists, generic dictionary, generic stack, generic queue and binary tree implemented in C# from scratch. Also there is some common algorithms both searching and sorting algorithms implemented as well as part of the exercises after implementing the data structures. The structures are accompanied by tests using xunit .
https://github.com/mainageorge/datastructures

array binary-search-tree binary-tree bubble-sort circular-linked-list doubly-linked-list generic insertion-sort linked-list merge-sort queue searching-algorithms selection-sort sorting-algorithms stack xunit-tests

Last synced: 21 days ago
JSON representation

The basic data structures like linked lists, generic dictionary, generic stack, generic queue and binary tree implemented in C# from scratch. Also there is some common algorithms both searching and sorting algorithms implemented as well as part of the exercises after implementing the data structures. The structures are accompanied by tests using xunit .

Awesome Lists containing this project