All Projects → Mlib → Similar Projects or Alternatives

3417 Open source projects that are alternatives of or similar to Mlib

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 (-61.06%)
Mutual labels:  tree, stack, array, collections, set, priority-queue, list, queue
Buckets Js
A complete, fully tested and documented data structure library written in pure JavaScript.
Stars: ✭ 1,128 (+251.4%)
Mutual labels:  tree, stack, dictionary, collections, set, priority-queue, queue
Cracking The Coding Interview
Solutions for Cracking the Coding Interview - 6th Edition
Stars: ✭ 35 (-89.1%)
Mutual labels:  tree, stack, array, bitset, queue, string
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 (+903.43%)
Mutual labels:  tree, stack, dictionary, set, priority-queue, queue
Sc
Common libraries and data structures for C.
Stars: ✭ 161 (-49.84%)
Mutual labels:  algorithms, stack, collections, generic, hashmap, queue
Data Structures With Go
Data Structures with Go Language
Stars: ✭ 121 (-62.31%)
Mutual labels:  algorithms, tree, stack, dictionary, collections, queue
ctl
My variant of the C Template Library
Stars: ✭ 105 (-67.29%)
Mutual labels:  set, tree, stack, queue, priority-queue, hashmap
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 (-48.29%)
Mutual labels:  tree, stack, array, queue, string
Android interviews
🚀Everything you need to know to find a android job. 算法 / 面试题 / Android 知识点 🔥🔥🔥 总结不易,你的 star 是我最大的动力!
Stars: ✭ 510 (+58.88%)
Mutual labels:  stack, array, list, queue, string
data-structure-project
自己实现集合框架系列整理总结
Stars: ✭ 29 (-90.97%)
Mutual labels:  tree, stack, queue, array, hashmap
Learningmasteringalgorithms C
Mastering Algorithms with C 《算法精解:C语言描述》源码及Xcode工程、Linux工程
Stars: ✭ 615 (+91.59%)
Mutual labels:  tree, stack, set, list, queue
Datastructure
常用数据结构及其算法的Java实现,包括但不仅限于链表、栈,队列,树,堆,图等经典数据结构及其他经典基础算法(如排序等)...
Stars: ✭ 419 (+30.53%)
Mutual labels:  algorithms, tree, stack, list, queue
Cdsa
A library of generic intrusive data structures and algorithms in ANSI C
Stars: ✭ 549 (+71.03%)
Mutual labels:  algorithms, stack, collections, generic, queue
Algodeck
An Open-Source Collection of 200+ Algorithmic Flash Cards to Help you Preparing your Algorithm & Data Structure Interview 💯
Stars: ✭ 4,441 (+1283.49%)
Mutual labels:  algorithms, tree, stack, array, queue
Data-Structure-Algorithm-Programs
This Repo consists of Data structures and Algorithms
Stars: ✭ 464 (+44.55%)
Mutual labels:  tree, stack, queue, string, array
Data Structures
Common data structures and algorithms implemented in JavaScript
Stars: ✭ 139 (-56.7%)
Mutual labels:  algorithms, tree, stack, array, queue
Core
Elm's core libraries
Stars: ✭ 2,634 (+720.56%)
Mutual labels:  dictionary, array, set, json
Libgenerics
libgenerics is a minimalistic and generic library for C basic data structures.
Stars: ✭ 42 (-86.92%)
Mutual labels:  stack, generic, priority-queue, queue
Phpcollections
A set of collections for PHP.
Stars: ✭ 53 (-83.49%)
Mutual labels:  stack, dictionary, collections, generic
C Macro Collections
Easy to use, header only, macro generated, generic and type-safe Data Structures in C
Stars: ✭ 192 (-40.19%)
Mutual labels:  stack, hashmap, list, queue
Collections.pooled
Fast, low-allocation ports of List, Dictionary, HashSet, Stack, and Queue using ArrayPool and Span.
Stars: ✭ 115 (-64.17%)
Mutual labels:  stack, dictionary, list, queue
Redux Data Structures
Reducer factory functions for common data structures: counters, maps, lists (queues, stacks), sets, etc.
Stars: ✭ 157 (-51.09%)
Mutual labels:  stack, dictionary, set, 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 (-83.49%)
Mutual labels:  tree, stack, array, queue
hatrack
Fast, multi-reader, multi-writer, lockless data structures for parallel programming
Stars: ✭ 55 (-82.87%)
Mutual labels:  stack, queue, hashmap, lock-free
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 (-94.39%)
Mutual labels:  tree, queue, string, hashmap
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 (+3290.34%)
Mutual labels:  tree, stack, set, list
Algorithm
Algorithm is a library of tools that is used to create intelligent applications.
Stars: ✭ 787 (+145.17%)
Mutual labels:  algorithms, stack, dictionary, set
myleetcode
♨️ Detailed Java & Python solution of LeetCode.
Stars: ✭ 34 (-89.41%)
Mutual labels:  tree, stack, queue, string
Gostl
Data structure and algorithm library for go, designed to provide functions similar to C++ STL
Stars: ✭ 254 (-20.87%)
Mutual labels:  stack, set, list, queue
needle
📌📚 An extensive standalone data structure library for JavaScript.
Stars: ✭ 25 (-92.21%)
Mutual labels:  stack, queue, hashmap
Containers
Containers backed by std.experimental.allocator
Stars: ✭ 111 (-65.42%)
Mutual labels:  array, set, hashmap
Kakajson
Fast conversion between JSON and model in Swift.
Stars: ✭ 867 (+170.09%)
Mutual labels:  dictionary, array, json
Collection
A PHP library for representing and manipulating collections.
Stars: ✭ 488 (+52.02%)
Mutual labels:  array, set, queue
Mjextension
A fast, convenient and nonintrusive conversion framework between JSON and model. Your model class doesn't need to extend any base class. You don't need to modify any model file.
Stars: ✭ 8,458 (+2534.89%)
Mutual labels:  dictionary, array, json
Csmodel
CSModel is a concise and efficient model framework for iOS/OSX, and provides nested Model to compare values and copy values.
Stars: ✭ 192 (-40.19%)
Mutual labels:  dictionary, array, json
Buckets Swift
Swift Collection Data Structures Library
Stars: ✭ 106 (-66.98%)
Mutual labels:  stack, priority-queue, queue
Codejam
Set of handy reusable .NET components that can simplify your daily work and save your time when you copy and paste your favorite helper methods and classes from one project to another
Stars: ✭ 217 (-32.4%)
Mutual labels:  collections, list, string
Collectable
High-performance immutable data structures for modern JavaScript and TypeScript applications. Functional interfaces, deep/composite operations API, mixed mutability API, TypeScript definitions, ES2015 module exports.
Stars: ✭ 233 (-27.41%)
Mutual labels:  dictionary, set, list
Cdcontainers
Library of data containers and data structures for C programming language.
Stars: ✭ 57 (-82.24%)
Mutual labels:  stack, collections, queue
shoki
Purely functional data structures in Java
Stars: ✭ 30 (-90.65%)
Mutual labels:  stack, queue, hashmap
Algorithms
Data Structures & Algorithms. Includes solutions for Cracking the Coding Interview 6th Edition
Stars: ✭ 89 (-72.27%)
Mutual labels:  tree, stack, queue
DEPRECATED-data-structures
A collection of powerful data structures
Stars: ✭ 2,648 (+724.92%)
Mutual labels:  stack, queue, priority-queue
Data Structures
A collection of powerful data structures
Stars: ✭ 2,534 (+689.41%)
Mutual labels:  stack, priority-queue, queue
Staticvec
Implements a fixed-capacity stack-allocated Vec alternative backed by an array, using const generics.
Stars: ✭ 236 (-26.48%)
Mutual labels:  stack, array, collections
Algorithm-Data-Structures-Python
Various useful data structures in Python
Stars: ✭ 34 (-89.41%)
Mutual labels:  tree, stack, queue
InterviewBit
Collection of solution for problems on InterviewBit
Stars: ✭ 77 (-76.01%)
Mutual labels:  tree, stack, queue
Leetcode
High-quality LeetCode solutions
Stars: ✭ 178 (-44.55%)
Mutual labels:  tree, stack, queue
Interview Questions
List of all the Interview questions practiced from online resources and books
Stars: ✭ 187 (-41.74%)
Mutual labels:  tree, stack, queue
AlgoDaily
just for fun
Stars: ✭ 118 (-63.24%)
Mutual labels:  tree, stack, queue
Smart Array To Tree
Convert large amounts of data array to tree fastly
Stars: ✭ 91 (-71.65%)
Mutual labels:  tree, array, list
NonEmptyCollections
A type-safe implementation for collections that cannot be empty. Life is too short for emptiness-checks!
Stars: ✭ 45 (-85.98%)
Mutual labels:  set, list, collections
Data-Structures-and-Algorithms
Data Structures and Algorithms implementation in Python
Stars: ✭ 31 (-90.34%)
Mutual labels:  stack, queue, array
Redisson
Redisson - Redis Java client with features of In-Memory Data Grid. Over 50 Redis based Java objects and services: Set, Multimap, SortedSet, Map, List, Queue, Deque, Semaphore, Lock, AtomicLong, Map Reduce, Publish / Subscribe, Bloom filter, Spring Cache, Tomcat, Scheduler, JCache API, Hibernate, MyBatis, RPC, local cache ...
Stars: ✭ 17,972 (+5498.75%)
Mutual labels:  set, list, 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 (-74.45%)
Mutual labels:  tree, stack, queue
Coding Interview Gym
leetcode.com , algoexpert.io solutions in python and swift
Stars: ✭ 451 (+40.5%)
Mutual labels:  algorithms, stack, queue
Algorithms
CLRS study. Codes are written with golang.
Stars: ✭ 482 (+50.16%)
Mutual labels:  algorithms, tree, hashmap
Kind Of
Get the native JavaScript type of a value, fast. Used by superstruct, micromatch and many others!
Stars: ✭ 268 (-16.51%)
Mutual labels:  array, set, string
async
async is a tiny C++ header-only high-performance library for async calls handled by a thread-pool, which is built on top of an unbounded MPMC lock-free queue.
Stars: ✭ 25 (-92.21%)
Mutual labels:  queue, lock-free
Spscqueue
A bounded single-producer single-consumer wait-free and lock-free queue written in C++11
Stars: ✭ 307 (-4.36%)
Mutual labels:  lock-free, queue
quetie
🎀 Just the cutest and tiniest queue/deque implementation!
Stars: ✭ 111 (-65.42%)
Mutual labels:  stack, queue
1-60 of 3417 similar projects