trienet
.NET Implementations of Trie Data Structures for Substring Search, Auto-completion and Intelli-sense. Includes: patricia trie, suffix trie and a trie implementation using Ukkonen's algorithm. (by gmamaladze)
QuikGraph
Generic Graph Data Structures and Algorithms for .NET (by KeRNeLith)
trienet | QuikGraph | |
---|---|---|
2 | 4 | |
425 | 477 | |
- | - | |
2.2 | 0.0 | |
5 months ago | 4 months ago | |
C# | C# | |
MIT License | Microsoft Public License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.
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.
trienet
Posts with mentions or reviews of trienet.
We have used some of these posts to build our list of alternatives
and similar projects.
QuikGraph
Posts with mentions or reviews of QuikGraph.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-04-29.
-
A command line tool that converts GraphQL schemas to Karate API tests
QuikGraph for detecting cycles in GraphQL types
- Displaying a tree of questions graphically
-
Chains from list - a smarter way?
I found this library that implements all the typical graph concepts, and especially the search algorithms. It also have ways to visualize your graphs if that's needed. https://github.com/KeRNeLith/QuikGraph
-
One of the (many) procedural levels in my adventure game :)
I too had my own hacky graph solution until I found this https://github.com/KeRNeLith/QuikGraph
What are some alternatives?
When comparing trienet and QuikGraph you can also consider the following projects:
SolrNet - Solr client for .Net
Ceras - Universal binary serializer for a wide variety of scenarios https://discord.gg/FGaCX4c
csharp-extensions - A collection of utility C# extension methods.
Graphviz.NetWrapper - Lean .NET wrapper around Graphviz for building graphs, reading/writing dot files, exporting images, or programmatically reading out the layout attributes.
DawgSharp - DAWG String Dictionary in C#
C# Algorithms - :books: :chart_with_upwards_trend: Plug-and-play class-library project of standard Data Structures and Algorithms in C#
C-Sharp - All algorithms implemented in C#.
parser - A lexer and parser for GraphQL in .NET