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

https://github.com/mainageorge/datastructure-and-algorithms

some basic algorithms and data structures implemented in c#. they include linked lists, queue, stack, sorting algorithms and much more.
https://github.com/mainageorge/datastructure-and-algorithms

bubblesort insertion-sort linked-list merge-sort queue quickstart reversestring selectionsort sorting-algorithms stack

Last synced: 7 months ago
JSON representation

some basic algorithms and data structures implemented in c#. they include linked lists, queue, stack, sorting algorithms and much more.

Awesome Lists containing this project

README

          

# DataStructure-and-Algorithms
exercises to practice implementation of common data structures and sorting algorithms in C#.
Data structures include linked lists, queues, stacks, binary trees e.t.c
Sorting algorithms include bubble sort, merge sort, selection sort e.t.c