Algorithms
C# Algorithms
Algorithms | C# Algorithms | |
---|---|---|
1 | 2 | |
3 | 6,060 | |
- | 0.2% | |
0.0 | 0.0 | |
about 3 years ago | 7 months ago | |
C++ | C# | |
- | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Algorithms
-
Implementing a Stack Data Structure In C++
You can find more robust versions of both the class and STL implementations in my Algorithms repository on Github.
C# Algorithms
-
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
What are some alternatives?
AlgoDS - Implementation of Algorithms and Data Structures, Problems and Solutions
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.
algorithms - ✨ Algorithms & Data Structures & Computer Science studies
awesome-software-architecture - A curated list of awesome articles, videos, and other resources to learn and practice about software architecture, patterns, and principles.
Data-Structures-and-Algorithms-in-Java-2nd-Edition-by-Robert-Lafore - Solutions of Data Structures and Algorithms in Java 2nd Edition by Robert Lafore. Adding practice problems and solutions.
Towel - Throw in the towel.