https://github.com/sunsided/algorithms
Various algorithms in C#
https://github.com/sunsided/algorithms
algorithm csharp
Last synced: 2 months ago
JSON representation
Various algorithms in C#
- Host: GitHub
- URL: https://github.com/sunsided/algorithms
- Owner: sunsided
- License: eupl-1.1
- Created: 2015-06-26T12:14:38.000Z (almost 10 years ago)
- Default Branch: develop
- Last Pushed: 2020-04-19T23:07:25.000Z (about 5 years ago)
- Last Synced: 2025-02-13T08:28:42.260Z (4 months ago)
- Topics: algorithm, csharp
- Language: C#
- Size: 220 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
Algorithm library and testbed
=============================This project implements (or will - over time - implement) various
algorithms in C# in order to study and use them.Currently, the library consists only of a handful of algorithms
and data structures.
### Algorithms
- Quickselect### Data Structures
- Binary Tree
- In-, Level-, Pre- and Post-Order Traversals
- Recursive In-, Pre- and Post-Order Traversals
- Min Heap and Max Heap### License
The project is licensed under the [EUPL v.1.1](https://joinup.ec.europa.eu/software/page/eupl/licence-eupl), a copy of which can be found in [LICENSE.md](LICENSE.md).