C# Algorithms Alternatives
Similar projects and alternatives to C# Algorithms
-
Algorithmia
Algorithm and data-structure library for .NET 4.5.2+/Netstandard 2.0+. Algorithmia contains sophisticated algorithms and data-structures like graphs, priority queues, command, undo-redo and more.
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
awesome-software-architecture
Discontinued A curated list of awesome articles, videos, and other resources to learn and practice about software architecture, patterns, and principles.
-
-
Akade.IndexedSet
A convenient data structure supporting efficient in-memory indexing and querying, including range queries and fuzzy string matching.
-
Algorithms
Discontinued A collection of data structures and algorithms written in C++ with comments and links to further reading. (by ashleymays)
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
C# Algorithms discussion
C# Algorithms reviews and mentions
-
How can I implement a general tree, NOT a binary tree?
There are a lot of different types of trees and the implementation depends heavily on the problem it solves. GitHub has many C# tree implementations such as this project if you go looking. I wrote a structure similar to a trie where each node contained a Dictionary so I could parse hierarchical paths for a project structure.
- C# Algorithms
Stats
aalhour/C-Sharp-Algorithms is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of C# Algorithms is C#.