All Projects → Adaptive Radix Tree → Similar Projects or Alternatives

552 Open source projects that are alternatives of or similar to Adaptive Radix Tree

Containers
This library provides various containers. Each container has utility functions to manipulate the data it holds. This is an abstraction as to not have to manually manage and reallocate memory.
Stars: ✭ 125 (+64.47%)
Mutual labels:  data-structures, datastructures
C
Collection of various algorithms in mathematics, machine learning, computer science, physics, etc implemented in C for educational purposes.
Stars: ✭ 11,897 (+15553.95%)
Mutual labels:  data-structures, datastructures
Merkle Patricia Tree
Project is in active development and has been moved to the EthereumJS VM monorepo.
Stars: ✭ 277 (+264.47%)
Mutual labels:  data-structures, trie
Qp Trie Rs
An idiomatic and fast QP-trie implementation in pure Rust.
Stars: ✭ 47 (-38.16%)
Mutual labels:  data-structures, trie
Data-structures
Data Structures in Java
Stars: ✭ 13 (-82.89%)
Mutual labels:  datastructures, data-structures
Interview Questions
List of all the Interview questions practiced from online resources and books
Stars: ✭ 187 (+146.05%)
Mutual labels:  data-structures, datastructures
swift-algorithms-data-structs
📒 Algorithms and Data Structures in Swift. The used approach attempts to fully utilize the Swift Standard Library and Protocol-Oriented paradigm.
Stars: ✭ 42 (-44.74%)
Mutual labels:  datastructures, data-structures
Data Structures
Data-Structures using C++.
Stars: ✭ 121 (+59.21%)
Mutual labels:  data-structures, trie
Data Structures And Algorithms
Data Structures and Algorithms implementation in Go
Stars: ✭ 2,272 (+2889.47%)
Mutual labels:  data-structures, datastructures
Algorithms
Data Structures & Algorithms. Includes solutions for Cracking the Coding Interview 6th Edition
Stars: ✭ 89 (+17.11%)
Mutual labels:  datastructures, trie
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 (+60.53%)
Mutual labels:  data-structures, trie
Algorithms And Data Structures In Java
Algorithms and Data Structures in Java
Stars: ✭ 498 (+555.26%)
Mutual labels:  data-structures, datastructures
Data Structure And Algorithms
A complete and efficient guide for Data Structure and Algorithms.
Stars: ✭ 48 (-36.84%)
Mutual labels:  data-structures, datastructures
Libgenerics
libgenerics is a minimalistic and generic library for C basic data structures.
Stars: ✭ 42 (-44.74%)
Mutual labels:  data-structures, trie
Proalgos Cpp
C++ implementations of well-known (and some rare) algorithms, while following good software development practices
Stars: ✭ 369 (+385.53%)
Mutual labels:  data-structures, datastructures
Complete Placement Preparation
This repository consists of all the material required for cracking the coding rounds and technical interviews during placements.
Stars: ✭ 1,114 (+1365.79%)
Mutual labels:  data-structures, datastructures
Data Structures
A collection of powerful data structures
Stars: ✭ 2,534 (+3234.21%)
Mutual labels:  data-structures, trie
Fundamentals Of Python Data Structures
《数据结构(Python语言描述)》"Fundamentals of Python:Data Structures" 电子书和配套代码
Stars: ✭ 30 (-60.53%)
Mutual labels:  data-structures, datastructures
Staticvec
Implements a fixed-capacity stack-allocated Vec alternative backed by an array, using const generics.
Stars: ✭ 236 (+210.53%)
Mutual labels:  data-structures, datastructures
Competitive Programming
VastoLorde95's solutions to 2000+ competitive programming problems from various online judges
Stars: ✭ 147 (+93.42%)
Mutual labels:  data-structures, datastructures
Opends
Template Library of Data Structures in C++17
Stars: ✭ 151 (+98.68%)
Mutual labels:  data-structures, trie
treebitmap
Fast IP lookup table for IPv4/IPv6 prefixes
Stars: ✭ 81 (+6.58%)
Mutual labels:  datastructures, trie
C Macro Collections
Easy to use, header only, macro generated, generic and type-safe Data Structures in C
Stars: ✭ 192 (+152.63%)
Mutual labels:  data-structures, datastructures
Atomic queue
C++ lockless queue.
Stars: ✭ 373 (+390.79%)
Mutual labels:  data-structures, datastructures
Algorithms and data structures
180+ Algorithm & Data Structure Problems using C++
Stars: ✭ 4,667 (+6040.79%)
Mutual labels:  data-structures, datastructures
Algorithms
A collection of common algorithms and data structures implemented in java, c++, and python.
Stars: ✭ 142 (+86.84%)
Mutual labels:  data-structures, trie
Go
Algorithms Implemented in GoLang
Stars: ✭ 7,385 (+9617.11%)
Mutual labels:  data-structures, datastructures
Data Structures
Go datastructures.
Stars: ✭ 336 (+342.11%)
Mutual labels:  data-structures, trie
Data Structures And Algorithms
Python implementation of common algorithms and data structures interview questions
Stars: ✭ 84 (+10.53%)
Mutual labels:  data-structures, datastructures
Data Structures Algorithms
My implementation of 85+ popular data structures and algorithms and interview questions in Python 3 and C++
Stars: ✭ 273 (+259.21%)
Mutual labels:  data-structures, datastructures
Hat Trie
C++ implementation of a fast and memory efficient HAT-trie
Stars: ✭ 565 (+643.42%)
Mutual labels:  data-structures, trie
Trie
A Mixed Trie and Levenshtein distance implementation in Java for extremely fast prefix string searching and string similarity.
Stars: ✭ 25 (-67.11%)
Mutual labels:  data-structures, trie
Competitive Programming
Repository of all my submissions to some competitive programming website (Online Judges), as well as, the implementation of some data structures and algorithms.
Stars: ✭ 53 (-30.26%)
Mutual labels:  datastructures
Roaringbitmap
Roaring Bitmap in Cython
Stars: ✭ 64 (-15.79%)
Mutual labels:  datastructures
Geeksforgeeks Dsa 2
This repository contains all the assignments and practice questions solved during the Data Structures and Algorithms course in C++ taught by the Geeks For Geeks team.
Stars: ✭ 53 (-30.26%)
Mutual labels:  data-structures
Java
Repository for Java codes and algos.Star the repo too.
Stars: ✭ 53 (-30.26%)
Mutual labels:  data-structures
Cyclops
An advanced, but easy to use, platform for writing functional applications in Java 8.
Stars: ✭ 1,180 (+1452.63%)
Mutual labels:  data-structures
Datastructures
🚀 Implementation of core data structures for R
Stars: ✭ 64 (-15.79%)
Mutual labels:  datastructures
Dlist
Difference lists in Haskell
Stars: ✭ 52 (-31.58%)
Mutual labels:  data-structures
Teaching Kids Programming
Teaching Kids Programming
Stars: ✭ 52 (-31.58%)
Mutual labels:  data-structures
Buckets Js
A complete, fully tested and documented data structure library written in pure JavaScript.
Stars: ✭ 1,128 (+1384.21%)
Mutual labels:  data-structures
Thmap
Concurrent trie-hash map library
Stars: ✭ 51 (-32.89%)
Mutual labels:  trie
Visualgo
visualization of algorithms and data structures.
Stars: ✭ 50 (-34.21%)
Mutual labels:  data-structures
Algorithm Playground
An (old) and unstructured (messy tbh) collection of programming exercises.
Stars: ✭ 75 (-1.32%)
Mutual labels:  data-structures
Coding Cheat Sheets
Various cheat sheets on CS stuff
Stars: ✭ 1,172 (+1442.11%)
Mutual labels:  datastructures
Dashmap
Blazing fast concurrent HashMap for Rust.
Stars: ✭ 1,128 (+1384.21%)
Mutual labels:  data-structures
Ready For Tech Interview
💻 신입 개발자로서 준비를 하기 위해 지식을 정리하는 공간 👨‍💻
Stars: ✭ 1,035 (+1261.84%)
Mutual labels:  data-structures
Shon
A simple tool to convert json or yaml into a shell-compliant data structure.
Stars: ✭ 47 (-38.16%)
Mutual labels:  data-structures
Algorithm
📌 Notes and Codes for studying data structures and algorithm
Stars: ✭ 71 (-6.58%)
Mutual labels:  data-structures
Cs112 Rutgers
CS 112 Data Structures at Rutgers University
Stars: ✭ 61 (-19.74%)
Mutual labels:  data-structures
Flatbush
A very fast static spatial index for 2D points and rectangles in JavaScript
Stars: ✭ 1,031 (+1256.58%)
Mutual labels:  data-structures
Knit
Ties the knot on data structures that reference each other by unique keys
Stars: ✭ 45 (-40.79%)
Mutual labels:  data-structures
Ki
Go language (golang) full strength tree structures (ki in Japanese)
Stars: ✭ 61 (-19.74%)
Mutual labels:  data-structures
Algorithms
Solved algorithms and data structures problems in many languages
Stars: ✭ 1,021 (+1243.42%)
Mutual labels:  data-structures
Ctci 6th Edition Php
Cracking the Coding Interview 6th Ed. PHP Solutions
Stars: ✭ 76 (+0%)
Mutual labels:  data-structures
Daily Coding Problem
Self-implemented python solution for https://dailycodingproblem.com every day.
Stars: ✭ 75 (-1.32%)
Mutual labels:  data-structures
Coding Ninjas Data Structures And Algorithms In Python
Solved problems and assignments of DSA course taught by Coding Ninjas team
Stars: ✭ 70 (-7.89%)
Mutual labels:  data-structures
Kactl
KTH Algorithm Competition Template Library (... eller KTHs AC-tillverkande lapp)
Stars: ✭ 1,106 (+1355.26%)
Mutual labels:  data-structures
Algorithms
🍣 Implementations of fundamental algorithms and data structures. Happy Hacktoberfest!
Stars: ✭ 41 (-46.05%)
Mutual labels:  data-structures
Math Advanced Data Structures And Algorithms
Math, Advanced Data Structures & Algorithms - Please check before use
Stars: ✭ 40 (-47.37%)
Mutual labels:  datastructures
1-60 of 552 similar projects