All Projects → DawgSharp → Similar Projects or Alternatives

892 Open source projects that are alternatives of or similar to DawgSharp

Java Ds Algorithms
Data Structures and Algorithms in Java
Stars: ✭ 125 (+73.61%)
Mutual labels:  graph, trie
Dsa.js Data Structures Algorithms Javascript
🥞Data Structures and Algorithms explained and implemented in JavaScript + eBook
Stars: ✭ 6,251 (+8581.94%)
Mutual labels:  search, graph
Algorithms
Minimal examples of data structures and algorithms in Python
Stars: ✭ 20,123 (+27848.61%)
Mutual labels:  search, graph
Data Structures
A collection of powerful data structures
Stars: ✭ 2,534 (+3419.44%)
Mutual labels:  graph, trie
Buckets Swift
Swift Collection Data Structures Library
Stars: ✭ 106 (+47.22%)
Mutual labels:  graph, trie
Leetcode
High-quality LeetCode solutions
Stars: ✭ 178 (+147.22%)
Mutual labels:  graph, trie
Flash
Golang Keyword extraction/replacement Datastructure using Tries instead of regexes
Stars: ✭ 79 (+9.72%)
Mutual labels:  search, trie
Sonic
🦔 Fast, lightweight & schema-less search backend. An alternative to Elasticsearch that runs on a few MBs of RAM.
Stars: ✭ 12,347 (+17048.61%)
Mutual labels:  search, graph
Algo Tree
Algo-Tree is a collection of Algorithms and data structures which are fundamentals to efficient code and good software design. Creating and designing excellent algorithms is required for being an exemplary programmer. It contains solutions in various languages such as C++, Python and Java.
Stars: ✭ 166 (+130.56%)
Mutual labels:  graph, trie
Coding Interview Gym
leetcode.com , algoexpert.io solutions in python and swift
Stars: ✭ 451 (+526.39%)
Mutual labels:  graph, trie
Node Sonic Channel
🦉 Sonic Channel integration for Node. Used in pair with Sonic, the fast, lightweight and schema-less search backend.
Stars: ✭ 101 (+40.28%)
Mutual labels:  search, graph
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.
Stars: ✭ 122 (+69.44%)
Mutual labels:  search, trie
lexpy
Python package for lexicon; Trie and DAWG implementation.
Stars: ✭ 47 (-34.72%)
Mutual labels:  trie, dawg
indieweb-search
Source code for the IndieWeb search engine.
Stars: ✭ 16 (-77.78%)
Mutual labels:  search
arrowic
Quick and dirty directed graph viewer for REPL explorations.
Stars: ✭ 15 (-79.17%)
Mutual labels:  graph
subst
Search and des... argh... replace in many files at once. Use regexp and power of Python to replace what you want.
Stars: ✭ 20 (-72.22%)
Mutual labels:  search
v-oogle
Google.com, reVued. 🔎
Stars: ✭ 40 (-44.44%)
Mutual labels:  search
MyGoldenDict
My personal goldendict-dictionaries collection
Stars: ✭ 13 (-81.94%)
Mutual labels:  dictionaries
homepage
Custom Start/home page (multi LIVE search) with live animated weather and news ticker - written in HTML/JS. Minimal, self-hosted, and dope.
Stars: ✭ 35 (-51.39%)
Mutual labels:  search
ci4-album
🔥 CodeIgniter 4 example Album module uses Domain Driven Design Architecture with Tactical Pattern
Stars: ✭ 67 (-6.94%)
Mutual labels:  search
food-help
A clone of popular food and business review web app yelp
Stars: ✭ 24 (-66.67%)
Mutual labels:  search
SlideBar
SlideBar for Android 一个很好用的联系人字母快速索引
Stars: ✭ 47 (-34.72%)
Mutual labels:  search
poplar-trie
C++17 implementation of memory-efficient dynamic tries
Stars: ✭ 47 (-34.72%)
Mutual labels:  trie
fixie-trie
Compact tries for fixed-width keys
Stars: ✭ 23 (-68.06%)
Mutual labels:  trie
Subway
Out-of-GPU-Memory Graph Processing with Minimal Data Transfer
Stars: ✭ 30 (-58.33%)
Mutual labels:  graph
Zeus
🔭 A modern cross platform `ls` with powerful searching and querying capabilities to scale your productivity to the moon 🚀 (and yeah it has file explorer like capabilities too 🤫)
Stars: ✭ 75 (+4.17%)
Mutual labels:  search
gun-scape
GunDB Cytoscape Graph Visualizer + Live Editor
Stars: ✭ 49 (-31.94%)
Mutual labels:  graph
aho-corasick-node
A Node implementation of the Aho-Corasick string matching algorithm based on DoubleArray Trie.
Stars: ✭ 16 (-77.78%)
Mutual labels:  trie
BM
The Utility to Install Songs, Install Mods, Install/Update BMBF, Install HitSounds, download automatically made Playlists, get better support, switch between the modded and unmodded Version of Beat Saber, do full Backups and way more
Stars: ✭ 33 (-54.17%)
Mutual labels:  search
Data-structures
Data Structures in Java
Stars: ✭ 13 (-81.94%)
Mutual labels:  graph
InteractiveCodeSearch.jl
Interactively search Julia code from terminal
Stars: ✭ 74 (+2.78%)
Mutual labels:  search
tRakt-shiny
Using trakt to graph show data and such. The on-it's-way-out incarnation of trakt.jemu.name
Stars: ✭ 17 (-76.39%)
Mutual labels:  graph
typesense-go
Go client for Typesense: https://github.com/typesense/typesense
Stars: ✭ 61 (-15.28%)
Mutual labels:  search
nodify
High performance and modular controls for node-based editors designed for data-binding and MVVM.
Stars: ✭ 282 (+291.67%)
Mutual labels:  graph
uspto-opendata-python
A client library for accessing the USPTO Open Data APIs, written in Python.
Stars: ✭ 51 (-29.17%)
Mutual labels:  search
graphire
An unopinionated react graph visualization library.
Stars: ✭ 256 (+255.56%)
Mutual labels:  graph
trie-prefix-tree
Create and modify trie prefix structures and extract word lists including prefixes, anagrams and sub-anagrams
Stars: ✭ 42 (-41.67%)
Mutual labels:  trie
graph
Generic graph library and algorithms for Racket.
Stars: ✭ 53 (-26.39%)
Mutual labels:  graph
rgpipe
lesspipe for ripgrep for common new filetypes using few dependencies
Stars: ✭ 21 (-70.83%)
Mutual labels:  search
kakoune-find
Find and replace on open buffers
Stars: ✭ 30 (-58.33%)
Mutual labels:  search
Data-Structures-and-Algorithms
Implementation of various Data Structures and algorithms - Linked List, Stacks, Queues, Binary Search Tree, AVL tree,Red Black Trees, Trie, Graph Algorithms, Sorting Algorithms, Greedy Algorithms, Dynamic Programming, Segment Trees etc.
Stars: ✭ 144 (+100%)
Mutual labels:  trie
daachorse
🐎 A fast implementation of the Aho-Corasick algorithm using the compact double-array data structure.
Stars: ✭ 75 (+4.17%)
Mutual labels:  search
lucilla
Fast, efficient, in-memory Full Text Search for Kotlin
Stars: ✭ 102 (+41.67%)
Mutual labels:  trie
awesome-hokchew
A curated list of resources about the Hokchew / Foochow language. 閩東語福州話的資源整合列表。
Stars: ✭ 16 (-77.78%)
Mutual labels:  dictionaries
retrie
Efficient Trie-based regex unions for blacklist/whitelist filtering and one-pass mapping-based string replacing
Stars: ✭ 35 (-51.39%)
Mutual labels:  trie
parallel-dfs-dag
A parallel implementation of DFS for Directed Acyclic Graphs (https://research.nvidia.com/publication/parallel-depth-first-search-directed-acyclic-graphs)
Stars: ✭ 29 (-59.72%)
Mutual labels:  graph
immersive
Language learning mpv script for looking up words within mpv and generating Anki cards
Stars: ✭ 43 (-40.28%)
Mutual labels:  dictionaries
radix
Golang radix tree implementation
Stars: ✭ 30 (-58.33%)
Mutual labels:  trie
solr-ocrpayload-plugin
Efficient indexing and retrieval of OCR bounding boxes in Solr
Stars: ✭ 22 (-69.44%)
Mutual labels:  search
agda
The theory of algebraic graphs formalised in Agda
Stars: ✭ 67 (-6.94%)
Mutual labels:  graph
mdict
node.js mdict (*.mdx, *.mdd) file reader
Stars: ✭ 39 (-45.83%)
Mutual labels:  dictionaries
AlgoDaily
just for fun
Stars: ✭ 118 (+63.89%)
Mutual labels:  trie
ux-charts
Simple, responsive, modern Charts with zero dependencies
Stars: ✭ 22 (-69.44%)
Mutual labels:  graph
Splain
small parser to create more interesting language/sentences
Stars: ✭ 15 (-79.17%)
Mutual labels:  dictionaries
triebeard
Radix trees in Rcpp and R
Stars: ✭ 29 (-59.72%)
Mutual labels:  trie
LGCN
Tensorflow Implementation of Large-Scale Learnable Graph Convolutional Networks (LGCN) KDD18
Stars: ✭ 45 (-37.5%)
Mutual labels:  graph
elasticsearch-java
Official Elasticsearch Java Client
Stars: ✭ 92 (+27.78%)
Mutual labels:  search
purescript-d3-tagless-II
Tagless final style interpreter / wrapper for D3 in PureScript, latest of many re-writes
Stars: ✭ 28 (-61.11%)
Mutual labels:  graph
Data-Structures
Algorithmic Problems Solutions -- hash table code featured in geeksforgeeks
Stars: ✭ 44 (-38.89%)
Mutual labels:  trie
DEPRECATED-data-structures
A collection of powerful data structures
Stars: ✭ 2,648 (+3577.78%)
Mutual labels:  trie
1-60 of 892 similar projects