Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sunsided/algorithms
Various algorithms in C#
https://github.com/sunsided/algorithms
algorithm csharp
Last synced: 14 days 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 (over 9 years ago)
- Default Branch: develop
- Last Pushed: 2020-04-19T23:07:25.000Z (over 4 years ago)
- Last Synced: 2024-10-11T02:31:14.247Z (about 1 month 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).