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.
- Host: GitHub
- URL: https://github.com/mainageorge/datastructure-and-algorithms
- Owner: MainaGeorge
- Created: 2020-07-31T17:55:00.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-02T15:52:34.000Z (almost 5 years ago)
- Last Synced: 2025-02-07T20:41:58.955Z (8 months ago)
- Topics: bubblesort, insertion-sort, linked-list, merge-sort, queue, quickstart, reversestring, selectionsort, sorting-algorithms, stack
- Language: C#
- Homepage:
- Size: 81.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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