All Projects → xorz57 → Opends

xorz57 / Opends

Licence: mit
Template Library of Data Structures in C++17

Programming Languages

cpp
1120 projects
cpp17
186 projects

Projects that are alternatives of or similar to Opends

Data Structures
Go datastructures.
Stars: ✭ 336 (+122.52%)
Mutual labels:  data-structures, trie, avl-tree
Libgenerics
libgenerics is a minimalistic and generic library for C basic data structures.
Stars: ✭ 42 (-72.19%)
Mutual labels:  data-structures, trie, library
Qp Trie Rs
An idiomatic and fast QP-trie implementation in pure Rust.
Stars: ✭ 47 (-68.87%)
Mutual labels:  data-structures, trie
Thmap
Concurrent trie-hash map library
Stars: ✭ 51 (-66.23%)
Mutual labels:  trie, library
Imtools
Fast and memory-efficient immutable collections and helper data structures
Stars: ✭ 85 (-43.71%)
Mutual labels:  data-structures, avl-tree
Trie
A Mixed Trie and Levenshtein distance implementation in Java for extremely fast prefix string searching and string similarity.
Stars: ✭ 25 (-83.44%)
Mutual labels:  data-structures, trie
Lib9wada
Wonderful library with lots of useful functions, algorithms and data structures in C, link it with -l9wada
Stars: ✭ 35 (-76.82%)
Mutual labels:  data-structures, library
Adaptive Radix Tree
A fast and space efficient Radix tree in Java
Stars: ✭ 76 (-49.67%)
Mutual labels:  data-structures, trie
Competitiveprogramming
A collection of algorithms, data structures and other useful information for competitive programming.
Stars: ✭ 475 (+214.57%)
Mutual labels:  data-structures, library
Graphlib
Simple but powerful graph library for Rust
Stars: ✭ 148 (-1.99%)
Mutual labels:  data-structures, library
Best Of Python
🏆 A ranked list of awesome Python open-source libraries and tools. Updated weekly.
Stars: ✭ 1,869 (+1137.75%)
Mutual labels:  data-structures, library
Data Structures
Data-Structures using C++.
Stars: ✭ 121 (-19.87%)
Mutual labels:  data-structures, trie
Advanced Algorithms
100+ algorithms & data structures generically implemented in C#.
Stars: ✭ 752 (+398.01%)
Mutual labels:  data-structures, avl-tree
Arabiccompetitiveprogramming
The repository contains the ENGLISH description files attached to the video series in my ARABIC algorithms channel.
Stars: ✭ 675 (+347.02%)
Mutual labels:  data-structures, library
Hat Trie
C++ implementation of a fast and memory efficient HAT-trie
Stars: ✭ 565 (+274.17%)
Mutual labels:  data-structures, trie
Cdcontainers
Library of data containers and data structures for C programming language.
Stars: ✭ 57 (-62.25%)
Mutual labels:  avl-tree, library
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 (-17.22%)
Mutual labels:  data-structures, avl-tree
Graph
Graph algorithms and data structures
Stars: ✭ 431 (+185.43%)
Mutual labels:  data-structures, library
Completely
Java autocomplete library.
Stars: ✭ 90 (-40.4%)
Mutual labels:  trie, library
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 (-19.21%)
Mutual labels:  data-structures, trie

Template Library of Data Structures in C++17

Implementations

  • [X] AVL Tree
  • [X] Binary Search Tree
  • [X] Splay Tree
  • [X] Trie

Notes

  • This project is for educational purposes only.
  • This project does not demonstrate best practices.

Donations

Donate with Bitcoin

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].