All Projects → Harbol → Similar Projects or Alternatives

1167 Open source projects that are alternatives of or similar to Harbol

Mlib
Library of generic and type safe containers in pure C language (C99 or C11) for a wide collection of container (comparable to the C++ STL).
Stars: ✭ 321 (+1683.33%)
Mutual labels:  tree, queue, string, hashmap
ctl
My variant of the C Template Library
Stars: ✭ 105 (+483.33%)
Mutual labels:  tree, queue, hashmap, hashtable
data-structure-project
自己实现集合框架系列整理总结
Stars: ✭ 29 (+61.11%)
Mutual labels:  tree, queue, hashmap
Sc
Common libraries and data structures for C.
Stars: ✭ 161 (+794.44%)
Mutual labels:  queue, vector, hashmap
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 (+594.44%)
Mutual labels:  tree, queue, vector
Cracking The Coding Interview
Solutions for Cracking the Coding Interview - 6th Edition
Stars: ✭ 35 (+94.44%)
Mutual labels:  tree, queue, string
myleetcode
♨️ Detailed Java & Python solution of LeetCode.
Stars: ✭ 34 (+88.89%)
Mutual labels:  tree, queue, string
AlgoDaily
just for fun
Stars: ✭ 118 (+555.56%)
Mutual labels:  tree, queue, hashtable
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 (+822.22%)
Mutual labels:  tree, queue, string
Algodeck
An Open-Source Collection of 200+ Algorithmic Flash Cards to Help you Preparing your Algorithm & Data Structure Interview 💯
Stars: ✭ 4,441 (+24572.22%)
Mutual labels:  tree, queue, hashtable
hatrack
Fast, multi-reader, multi-writer, lockless data structures for parallel programming
Stars: ✭ 55 (+205.56%)
Mutual labels:  queue, hashmap, hashtable
Data-Structure-Algorithm-Programs
This Repo consists of Data structures and Algorithms
Stars: ✭ 464 (+2477.78%)
Mutual labels:  tree, queue, string
Algorithm-Data-Structures-Python
Various useful data structures in Python
Stars: ✭ 34 (+88.89%)
Mutual labels:  tree, queue
scalable-concurrent-containers
High performance containers and utilities for concurrent and asynchronous programming
Stars: ✭ 101 (+461.11%)
Mutual labels:  tree, hashmap
Data Structures
This repository contains some data structures implementation in C programming language. I wrote the tutorial posts about these data structures on my personal blog site in Bengali language. If you know Bengali then visit my site
Stars: ✭ 82 (+355.56%)
Mutual labels:  tree, queue
velcro
Collection initialization macros for Rust
Stars: ✭ 45 (+150%)
Mutual labels:  vector, hashmap
StringPool
A performant and memory efficient storage for immutable strings with C++17. Supports all standard char types: char, wchar_t, char16_t, char32_t and C++20's char8_t.
Stars: ✭ 19 (+5.56%)
Mutual labels:  string, memory-pool
Data-Structures
Algorithmic Problems Solutions -- hash table code featured in geeksforgeeks
Stars: ✭ 44 (+144.44%)
Mutual labels:  queue, hashtable
Gostl
Data structure and algorithm library for go, designed to provide functions similar to C++ STL
Stars: ✭ 254 (+1311.11%)
Mutual labels:  queue, vector
Android interviews
🚀Everything you need to know to find a android job. 算法 / 面试题 / Android 知识点 🔥🔥🔥 总结不易,你的 star 是我最大的动力!
Stars: ✭ 510 (+2733.33%)
Mutual labels:  queue, string
Libgenerics
libgenerics is a minimalistic and generic library for C basic data structures.
Stars: ✭ 42 (+133.33%)
Mutual labels:  queue, vector
js-symbol-tree
Turn any collection of objects into its own efficient tree or linked list using Symbol
Stars: ✭ 86 (+377.78%)
Mutual labels:  tree, queue
Qlibc
qLibc is a simple and yet powerful C library providing generic data structures and algorithms
Stars: ✭ 614 (+3311.11%)
Mutual labels:  queue, vector
C Macro Collections
Easy to use, header only, macro generated, generic and type-safe Data Structures in C
Stars: ✭ 192 (+966.67%)
Mutual labels:  queue, hashmap
cpp-code-snippets
Some useful C++ code snippets
Stars: ✭ 35 (+94.44%)
Mutual labels:  string, vector
InterviewBit
Collection of solution for problems on InterviewBit
Stars: ✭ 77 (+327.78%)
Mutual labels:  tree, queue
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 (+700%)
Mutual labels:  tree, queue
geeks-for-geeks-solutions
✅ My own Amazon, Microsoft and Google SDE Coding challenge Solutions (offered by GeeksForGeeks).
Stars: ✭ 246 (+1266.67%)
Mutual labels:  tree, vector
indexed-string-variation
Experimental JavaScript module to generate all possible variations of strings over an alphabet using an n-ary virtual tree
Stars: ✭ 16 (-11.11%)
Mutual labels:  tree, string
Datastructure
常用数据结构及其算法的Java实现,包括但不仅限于链表、栈,队列,树,堆,图等经典数据结构及其他经典基础算法(如排序等)...
Stars: ✭ 419 (+2227.78%)
Mutual labels:  tree, queue
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 (+17794.44%)
Mutual labels:  tree, queue
Algorithms
CLRS study. Codes are written with golang.
Stars: ✭ 482 (+2577.78%)
Mutual labels:  tree, hashmap
Learningmasteringalgorithms C
Mastering Algorithms with C 《算法精解:C语言描述》源码及Xcode工程、Linux工程
Stars: ✭ 615 (+3316.67%)
Mutual labels:  tree, queue
Data Structures With Go
Data Structures with Go Language
Stars: ✭ 121 (+572.22%)
Mutual labels:  tree, queue
Fortress-of-Solitude
This Library has resources to solve common data structure algorithm problems like a Doubly linked list, Generic trees, Queue, Stack, and other algorithms. Each lib has an option to carry your custom data in elements. Custom data in detail, other fantastic resources.
Stars: ✭ 53 (+194.44%)
Mutual labels:  queue, vector
shoki
Purely functional data structures in Java
Stars: ✭ 30 (+66.67%)
Mutual labels:  queue, hashmap
deque
A highly optimized double-ended queue
Stars: ✭ 75 (+316.67%)
Mutual labels:  queue, vector
Buckets Js
A complete, fully tested and documented data structure library written in pure JavaScript.
Stars: ✭ 1,128 (+6166.67%)
Mutual labels:  tree, queue
Data Structures
Common data structures and algorithms implemented in JavaScript
Stars: ✭ 139 (+672.22%)
Mutual labels:  tree, queue
30 Seconds Of Cpp
30 Seconds of C++ (STL in C++). Read More about 30C++ here 👉
Stars: ✭ 815 (+4427.78%)
Mutual labels:  queue, vector
needle
📌📚 An extensive standalone data structure library for JavaScript.
Stars: ✭ 25 (+38.89%)
Mutual labels:  queue, hashmap
Algorithms
Data Structures & Algorithms. Includes solutions for Cracking the Coding Interview 6th Edition
Stars: ✭ 89 (+394.44%)
Mutual labels:  tree, queue
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 (+194.44%)
Mutual labels:  tree, queue
Leetcode
High-quality LeetCode solutions
Stars: ✭ 178 (+888.89%)
Mutual labels:  tree, queue
Interview Questions
List of all the Interview questions practiced from online resources and books
Stars: ✭ 187 (+938.89%)
Mutual labels:  tree, queue
CircularDialogs
Android dialog library to give user feedback about the common operations like Success, Warning and Errors.
Stars: ✭ 35 (+94.44%)
Mutual labels:  libraries
shared-react-components-example
An example of a mono-repository of shared React components libraries!
Stars: ✭ 85 (+372.22%)
Mutual labels:  libraries
immutable-gametree
An immutable game tree data type.
Stars: ✭ 18 (+0%)
Mutual labels:  tree
zit
minimal plugin manager for ZSH
Stars: ✭ 24 (+33.33%)
Mutual labels:  plugin-manager
Low Poly Procedural Trees and Vegetations Project
No description or website provided.
Stars: ✭ 14 (-22.22%)
Mutual labels:  tree
plf queue
A C++ data container replicating std::queue functionality but with better performance.
Stars: ✭ 20 (+11.11%)
Mutual labels:  queue
DrawRacket4Me
DrawRacket4Me draws trees and graphs from your code, making it easier to check if the structure is what you wanted.
Stars: ✭ 43 (+138.89%)
Mutual labels:  tree
pulsar-core
🚀 Handy dynamic styles utilities for React Native and React Native Web.
Stars: ✭ 27 (+50%)
Mutual labels:  variants
SCNMathExtensions
Math extensions for SCNVector3, SCNQuaternion, SCNMatrix4
Stars: ✭ 32 (+77.78%)
Mutual labels:  vector
M6T.Core.TupleModelBinder
Asp.Net Core Tuple Model Binder
Stars: ✭ 20 (+11.11%)
Mutual labels:  tuple
BasicExercises
📘 Personal basic practice test playground.
Stars: ✭ 84 (+366.67%)
Mutual labels:  tree
pyrser
A PEG Parsing Tool
Stars: ✭ 32 (+77.78%)
Mutual labels:  tree
kvstore
KVStore is a simple Key-Value Store based on B+Tree (disk & memory) for Java
Stars: ✭ 88 (+388.89%)
Mutual labels:  tree
justified
Wrap, align and justify the words in a string.
Stars: ✭ 30 (+66.67%)
Mutual labels:  string
service-tree
[ABANDONED] A tree that stores services in its node for a given key, and allows traversing them.
Stars: ✭ 33 (+83.33%)
Mutual labels:  tree
1-60 of 1167 similar projects