All Projects → bbst-showdown → Similar Projects or Alternatives

39 Open source projects that are alternatives of or similar to bbst-showdown

lua-algorithms
Lua algorithms library that covers commonly used data structures and algorithms
Stars: ✭ 57 (+137.5%)
ds
🔗 Common Data Structures and Algorithms
Stars: ✭ 40 (+66.67%)
Gods
GoDS (Go Data Structures). Containers (Sets, Lists, Stacks, Maps, Trees), Sets (HashSet, TreeSet, LinkedHashSet), Lists (ArrayList, SinglyLinkedList, DoublyLinkedList), Stacks (LinkedListStack, ArrayStack), Maps (HashMap, TreeMap, HashBidiMap, TreeBidiMap, LinkedHashMap), Trees (RedBlackTree, AVLTree, BTree, BinaryHeap), Comparators, Iterators, …
Stars: ✭ 10,883 (+45245.83%)
Mutual labels:  avl-tree, red-black-tree
SkipListPro
Probably the best implementation for SkipList written by C++
Stars: ✭ 81 (+237.5%)
Mutual labels:  skiplist
consistent-hashing
an implementation of Consistent Hashing in pure Ruby using an AVL tree
Stars: ✭ 40 (+66.67%)
Mutual labels:  avl-tree
TUMGAD
Exercise generator and helpful materials for the Introduction to Algorithms and Data Structures 📚
Stars: ✭ 27 (+12.5%)
Mutual labels:  avl-tree
Algorithms
Java implementation for Introduction to Algorithms book.
Stars: ✭ 58 (+141.67%)
Mutual labels:  red-black-tree
LockFreeSkipList
A set implementation based on lockfree skiplist.
Stars: ✭ 14 (-41.67%)
Mutual labels:  skiplist
avl tree set rs
Rust repository for the my article: Understanding Rust Through AVL Trees
Stars: ✭ 31 (+29.17%)
Mutual labels:  avl-tree
Libft
42 library of basic C functions - queues, lists, memory operations and more 😄
Stars: ✭ 21 (-12.5%)
Mutual labels:  red-black-tree
data-structures-algorithms
Self-practice in Data Structures & Algorithms
Stars: ✭ 29 (+20.83%)
Mutual labels:  avl-tree
Pomegranate
🌳 A tiny skiplist based log-structured merge-tree written in Rust.
Stars: ✭ 20 (-16.67%)
Mutual labels:  skiplist
AVL-Tree
Implementation of an AVL tree in Java
Stars: ✭ 20 (-16.67%)
Mutual labels:  avl-tree
interval-tree
A C++ header only interval tree implementation.
Stars: ✭ 38 (+58.33%)
Mutual labels:  red-black-tree
cstl
STL style library with red-black tree implementation in C
Stars: ✭ 34 (+41.67%)
Mutual labels:  red-black-tree
skiplist-survey
A comparison of skip lists written in Go
Stars: ✭ 47 (+95.83%)
Mutual labels:  skiplist
py-skiplist
Pure python implementation of a skiplist data structure
Stars: ✭ 31 (+29.17%)
Mutual labels:  skiplist
Lock-free-Red-black-tree
Implementation of lock-free red-black tree using CAS
Stars: ✭ 21 (-12.5%)
Mutual labels:  red-black-tree
go-avltree
AVL tree with some useful extensions written in Go
Stars: ✭ 29 (+20.83%)
Mutual labels:  avl-tree
avl array
High performance templated AVL tree using a fixed size array. Extensive test suite passing.
Stars: ✭ 33 (+37.5%)
Mutual labels:  avl-tree
BokkyPooBahsRedBlackTreeLibrary
BokkyPooBah's Red-Black Binary Search Tree Library
Stars: ✭ 117 (+387.5%)
Mutual labels:  red-black-tree
Libdict
C library of key-value data structures.
Stars: ✭ 234 (+875%)
Mutual labels:  avl-tree
Opends
Template Library of Data Structures in C++17
Stars: ✭ 151 (+529.17%)
Mutual labels:  avl-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 (+420.83%)
Mutual labels:  avl-tree
Python3 data structures
Code from Youtube Tutorial Series
Stars: ✭ 90 (+275%)
Mutual labels:  avl-tree
Imtools
Fast and memory-efficient immutable collections and helper data structures
Stars: ✭ 85 (+254.17%)
Mutual labels:  avl-tree
Cdcontainers
Library of data containers and data structures for C programming language.
Stars: ✭ 57 (+137.5%)
Mutual labels:  avl-tree
Treeplayground
Tree Visualization Tool for Learning Data Structure and Algorithm.
Stars: ✭ 17 (-29.17%)
Mutual labels:  avl-tree
Advanced Algorithms
100+ algorithms & data structures generically implemented in C#.
Stars: ✭ 752 (+3033.33%)
Mutual labels:  avl-tree
Libfastcommon
c common functions library extracted from my open source project FastDFS. this library is very simple and stable. functions including: string, logger, chain, hash, socket, ini file reader, base64 encode / decode, url encode / decode, fast timer, skiplist, object pool etc. detail info please see the c header files.
Stars: ✭ 739 (+2979.17%)
Mutual labels:  avl-tree
Iruka
A collection of classical data structures ⛩ and algorithms 🏃‍♂️ implemented in Typescript with video lectures 📹.
Stars: ✭ 625 (+2504.17%)
Mutual labels:  avl-tree
Hft Orderbook
Limit Order Book for high-frequency trading (HFT), as described by WK Selph, implemented in Python3 and C
Stars: ✭ 410 (+1608.33%)
Mutual labels:  avl-tree
Data Structures
Go datastructures.
Stars: ✭ 336 (+1300%)
Mutual labels:  avl-tree
Klib
A standalone and lightweight C library
Stars: ✭ 3,442 (+14241.67%)
Mutual labels:  avl-tree
Javascript Datastructures Algorithms
📚 collection of JavaScript and TypeScript data structures and algorithms for education purposes. Source code bundle of JavaScript algorithms and data structures book
Stars: ✭ 3,221 (+13320.83%)
Mutual labels:  avl-tree
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 (+500%)
Mutual labels:  avl-tree
DSA
Data Structures and Algorithms
Stars: ✭ 13 (-45.83%)
Mutual labels:  avl-tree
algorithm-structure
2021年最新总结 500个常用数据结构,算法,算法导论,面试常用,大厂高级工程师整理总结
Stars: ✭ 590 (+2358.33%)
Mutual labels:  red-black-tree
RedBlackTree-An-Intuitive-Approach
Demystifying Red Black Trees
Stars: ✭ 26 (+8.33%)
Mutual labels:  red-black-tree
1-39 of 39 similar projects