All Projects → shoki → Similar Projects or Alternatives

639 Open source projects that are alternatives of or similar to shoki

data-structure-project
自己实现集合框架系列整理总结
Stars: ✭ 29 (-3.33%)
Mutual labels:  stack, queue, hashmap
hatrack
Fast, multi-reader, multi-writer, lockless data structures for parallel programming
Stars: ✭ 55 (+83.33%)
Mutual labels:  stack, queue, hashmap
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 (+970%)
Mutual labels:  stack, queue, hashmap
C Macro Collections
Easy to use, header only, macro generated, generic and type-safe Data Structures in C
Stars: ✭ 192 (+540%)
Mutual labels:  stack, queue, hashmap
ctl
My variant of the C Template Library
Stars: ✭ 105 (+250%)
Mutual labels:  stack, queue, hashmap
Sc
Common libraries and data structures for C.
Stars: ✭ 161 (+436.67%)
Mutual labels:  stack, queue, hashmap
needle
📌📚 An extensive standalone data structure library for JavaScript.
Stars: ✭ 25 (-16.67%)
Mutual labels:  stack, queue, hashmap
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 (+76.67%)
Mutual labels:  stack, queue
myleetcode
♨️ Detailed Java & Python solution of LeetCode.
Stars: ✭ 34 (+13.33%)
Mutual labels:  stack, queue
Data-Structures-and-Algorithms
Data Structures and Algorithms implementation in Python
Stars: ✭ 31 (+3.33%)
Mutual labels:  stack, queue
quetie
🎀 Just the cutest and tiniest queue/deque implementation!
Stars: ✭ 111 (+270%)
Mutual labels:  stack, queue
Competitive Programming
Contains solutions and codes to various online competitive programming challenges and some good problems. The links to the problem sets are specified at the beginning of each code.
Stars: ✭ 65 (+116.67%)
Mutual labels:  stack, queue
Algorithms
Data Structures & Algorithms. Includes solutions for Cracking the Coding Interview 6th Edition
Stars: ✭ 89 (+196.67%)
Mutual labels:  stack, queue
InterviewBit
Collection of solution for problems on InterviewBit
Stars: ✭ 77 (+156.67%)
Mutual labels:  stack, queue
Algorithm-Data-Structures-Python
Various useful data structures in Python
Stars: ✭ 34 (+13.33%)
Mutual labels:  stack, queue
Datastructure
常用数据结构及其算法的Java实现,包括但不仅限于链表、栈,队列,树,堆,图等经典数据结构及其他经典基础算法(如排序等)...
Stars: ✭ 419 (+1296.67%)
Mutual labels:  stack, queue
Algodeck
An Open-Source Collection of 200+ Algorithmic Flash Cards to Help you Preparing your Algorithm & Data Structure Interview 💯
Stars: ✭ 4,441 (+14703.33%)
Mutual labels:  stack, queue
Data-structures
Data Structures in Java
Stars: ✭ 13 (-56.67%)
Mutual labels:  stack, queue
Learningmasteringalgorithms C
Mastering Algorithms with C 《算法精解:C语言描述》源码及Xcode工程、Linux工程
Stars: ✭ 615 (+1950%)
Mutual labels:  stack, queue
Android interviews
🚀Everything you need to know to find a android job. 算法 / 面试题 / Android 知识点 🔥🔥🔥 总结不易,你的 star 是我最大的动力!
Stars: ✭ 510 (+1600%)
Mutual labels:  stack, queue
Iruka
A collection of classical data structures ⛩ and algorithms 🏃‍♂️ implemented in Typescript with video lectures 📹.
Stars: ✭ 625 (+1983.33%)
Mutual labels:  stack, queue
Libgenerics
libgenerics is a minimalistic and generic library for C basic data structures.
Stars: ✭ 42 (+40%)
Mutual labels:  stack, queue
Collections.pooled
Fast, low-allocation ports of List, Dictionary, HashSet, Stack, and Queue using ArrayPool and Span.
Stars: ✭ 115 (+283.33%)
Mutual labels:  stack, queue
Cs2223
This a repository for WPI CS2223 Algorithms D Term 2018
Stars: ✭ 121 (+303.33%)
Mutual labels:  stack, queue
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 (+316.67%)
Mutual labels:  stack, queue
Interviewbit
Collection of Abhishek Agrawal's gists solutions for problems on https://www.interviewbit.com
Stars: ✭ 166 (+453.33%)
Mutual labels:  stack, queue
fastrq
Queue, Stack and Priority Queue built on Redis.
Stars: ✭ 15 (-50%)
Mutual labels:  stack, queue
deque
JavaScript implementation of a double-ended queue
Stars: ✭ 17 (-43.33%)
Mutual labels:  stack, queue
DEPRECATED-data-structures
A collection of powerful data structures
Stars: ✭ 2,648 (+8726.67%)
Mutual labels:  stack, queue
Data Structures
Common data structures and algorithms implemented in JavaScript
Stars: ✭ 139 (+363.33%)
Mutual labels:  stack, queue
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 (+453.33%)
Mutual labels:  stack, queue
Leetcode
High-quality LeetCode solutions
Stars: ✭ 178 (+493.33%)
Mutual labels:  stack, queue
Data-Structures
Algorithmic Problems Solutions -- hash table code featured in geeksforgeeks
Stars: ✭ 44 (+46.67%)
Mutual labels:  stack, queue
AlgoDaily
just for fun
Stars: ✭ 118 (+293.33%)
Mutual labels:  stack, queue
Mail
Library to send e-mails over different transports and protocols (like SMTP and IMAP) using immutable messages and streams. Also includes SMTP server.
Stars: ✭ 399 (+1230%)
Mutual labels:  immutable, 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 (+10636.67%)
Mutual labels:  stack, queue
Coding Interview Gym
leetcode.com , algoexpert.io solutions in python and swift
Stars: ✭ 451 (+1403.33%)
Mutual labels:  stack, queue
Gostl
Data structure and algorithm library for go, designed to provide functions similar to C++ STL
Stars: ✭ 254 (+746.67%)
Mutual labels:  stack, queue
Qlibc
qLibc is a simple and yet powerful C library providing generic data structures and algorithms
Stars: ✭ 614 (+1946.67%)
Mutual labels:  stack, queue
Cdsa
A library of generic intrusive data structures and algorithms in ANSI C
Stars: ✭ 549 (+1730%)
Mutual labels:  stack, queue
Cracking The Coding Interview
Solutions for Cracking the Coding Interview - 6th Edition
Stars: ✭ 35 (+16.67%)
Mutual labels:  stack, queue
constant.js
Immutable/Constant Objects for JavaScript
Stars: ✭ 18 (-40%)
Buckets Swift
Swift Collection Data Structures Library
Stars: ✭ 106 (+253.33%)
Mutual labels:  stack, queue
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 (+173.33%)
Mutual labels:  stack, queue
Data Structures With Go
Data Structures with Go Language
Stars: ✭ 121 (+303.33%)
Mutual labels:  stack, queue
Buckets Js
A complete, fully tested and documented data structure library written in pure JavaScript.
Stars: ✭ 1,128 (+3660%)
Mutual labels:  stack, queue
Data Structures
A collection of powerful data structures
Stars: ✭ 2,534 (+8346.67%)
Mutual labels:  stack, queue
Immer
Postmodern immutable and persistent data structures for C++ — value semantics at scale
Stars: ✭ 1,935 (+6350%)
Mutual labels:  immutable, hamt
Redux Data Structures
Reducer factory functions for common data structures: counters, maps, lists (queues, stacks), sets, etc.
Stars: ✭ 157 (+423.33%)
Mutual labels:  stack, queue
Cdcontainers
Library of data containers and data structures for C programming language.
Stars: ✭ 57 (+90%)
Mutual labels:  stack, queue
Capsule
The Capsule Hash Trie Collections Library
Stars: ✭ 350 (+1066.67%)
Mutual labels:  immutable, hashmap
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 (+76.67%)
Mutual labels:  stack, queue
Interview Questions
List of all the Interview questions practiced from online resources and books
Stars: ✭ 187 (+523.33%)
Mutual labels:  stack, queue
Data-Structure-Algorithm-Programs
This Repo consists of Data structures and Algorithms
Stars: ✭ 464 (+1446.67%)
Mutual labels:  stack, queue
Harbol
Harbol is a collection of data structure and miscellaneous libraries, similar in nature to C++'s Boost, STL, and GNOME's GLib
Stars: ✭ 18 (-40%)
Mutual labels:  queue, hashmap
nim-contra
Lightweight Self-Documenting Design by Contract Programming and Security Hardened mode.
Stars: ✭ 46 (+53.33%)
Mutual labels:  immutable
collections
📂 Golang 实现的 collections 模块,灵感来自 Python queue 和 Python collections
Stars: ✭ 27 (-10%)
Mutual labels:  queue
Notes
This is a learning note | Java基础,JVM,源码,大数据,面经
Stars: ✭ 69 (+130%)
Mutual labels:  hashmap
deque
A highly optimized double-ended queue
Stars: ✭ 75 (+150%)
Mutual labels:  queue
beansclient
Robust PHP client for beanstalkd work queue
Stars: ✭ 86 (+186.67%)
Mutual labels:  queue
1-60 of 639 similar projects