All Projects → Qlibc → Similar Projects or Alternatives

2001 Open source projects that are alternatives of or similar to Qlibc

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 (-79.64%)
Mutual labels:  vector, stack, tree-structure, 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 (-91.37%)
Mutual labels:  stack, queue, vector, tree-structure
Libgenerics
libgenerics is a minimalistic and generic library for C basic data structures.
Stars: ✭ 42 (-93.16%)
Mutual labels:  vector, stack, library, queue
Sc
Common libraries and data structures for C.
Stars: ✭ 161 (-73.78%)
Mutual labels:  vector, stack, library, queue
Cdcontainers
Library of data containers and data structures for C programming language.
Stars: ✭ 57 (-90.72%)
Mutual labels:  stack, library, queue
Data-structures
Data Structures in Java
Stars: ✭ 13 (-97.88%)
Mutual labels:  stack, queue, tree-structure
Buckets Js
A complete, fully tested and documented data structure library written in pure JavaScript.
Stars: ✭ 1,128 (+83.71%)
Mutual labels:  stack, tree-structure, queue
C Macro Collections
Easy to use, header only, macro generated, generic and type-safe Data Structures in C
Stars: ✭ 192 (-68.73%)
Mutual labels:  stack, library, queue
Gostl
Data structure and algorithm library for go, designed to provide functions similar to C++ STL
Stars: ✭ 254 (-58.63%)
Mutual labels:  vector, stack, queue
Coding Interview Gym
leetcode.com , algoexpert.io solutions in python and swift
Stars: ✭ 451 (-26.55%)
Mutual labels:  stack, tree-structure, queue
Collections.pooled
Fast, low-allocation ports of List, Dictionary, HashSet, Stack, and Queue using ArrayPool and Span.
Stars: ✭ 115 (-81.27%)
Mutual labels:  stack, 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 (-91.37%)
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 (-86.64%)
Mutual labels:  stack, queue
Cs2223
This a repository for WPI CS2223 Algorithms D Term 2018
Stars: ✭ 121 (-80.29%)
Mutual labels:  stack, queue
Redux Data Structures
Reducer factory functions for common data structures: counters, maps, lists (queues, stacks), sets, etc.
Stars: ✭ 157 (-74.43%)
Mutual labels:  stack, queue
Interviewbit
Collection of Abhishek Agrawal's gists solutions for problems on https://www.interviewbit.com
Stars: ✭ 166 (-72.96%)
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 (-72.96%)
Mutual labels:  stack, queue
30 Seconds Of Cpp
30 Seconds of C++ (STL in C++). Read More about 30C++ here 👉
Stars: ✭ 815 (+32.74%)
Mutual labels:  vector, queue
Coord Rs
[deprecated] A simple, ergonomic vector mathematics crate for Rust
Stars: ✭ 18 (-97.07%)
Mutual labels:  vector, library
Sharpmath
A small .NET math library.
Stars: ✭ 36 (-94.14%)
Mutual labels:  vector, library
data-structure-project
自己实现集合框架系列整理总结
Stars: ✭ 29 (-95.28%)
Mutual labels:  stack, queue
Leetcode
High-quality LeetCode solutions
Stars: ✭ 178 (-71.01%)
Mutual labels:  stack, queue
ctl
My variant of the C Template Library
Stars: ✭ 105 (-82.9%)
Mutual labels:  stack, queue
Data-Structure-Algorithm-Programs
This Repo consists of Data structures and Algorithms
Stars: ✭ 464 (-24.43%)
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 (-97.07%)
Mutual labels:  queue, vector
fastrq
Queue, Stack and Priority Queue built on Redis.
Stars: ✭ 15 (-97.56%)
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 (-89.41%)
Mutual labels:  stack, queue
DEPRECATED-data-structures
A collection of powerful data structures
Stars: ✭ 2,648 (+331.27%)
Mutual labels:  stack, queue
Buckets Swift
Swift Collection Data Structures Library
Stars: ✭ 106 (-82.74%)
Mutual labels:  stack, queue
Cracking The Coding Interview
Solutions for Cracking the Coding Interview - 6th Edition
Stars: ✭ 35 (-94.3%)
Mutual labels:  stack, queue
Data Structures
Common data structures and algorithms implemented in JavaScript
Stars: ✭ 139 (-77.36%)
Mutual labels:  stack, queue
Data Structures With Go
Data Structures with Go Language
Stars: ✭ 121 (-80.29%)
Mutual labels:  stack, queue
Cdsa
A library of generic intrusive data structures and algorithms in ANSI C
Stars: ✭ 549 (-10.59%)
Mutual labels:  stack, queue
Iruka
A collection of classical data structures ⛩ and algorithms 🏃‍♂️ implemented in Typescript with video lectures 📹.
Stars: ✭ 625 (+1.79%)
Mutual labels:  stack, queue
Data Structures
A collection of powerful data structures
Stars: ✭ 2,534 (+312.7%)
Mutual labels:  stack, queue
hatrack
Fast, multi-reader, multi-writer, lockless data structures for parallel programming
Stars: ✭ 55 (-91.04%)
Mutual labels:  stack, queue
Interview Questions
List of all the Interview questions practiced from online resources and books
Stars: ✭ 187 (-69.54%)
Mutual labels:  stack, queue
myleetcode
♨️ Detailed Java & Python solution of LeetCode.
Stars: ✭ 34 (-94.46%)
Mutual labels:  stack, queue
InterviewBit
Collection of solution for problems on InterviewBit
Stars: ✭ 77 (-87.46%)
Mutual labels:  stack, queue
AlgoDaily
just for fun
Stars: ✭ 118 (-80.78%)
Mutual labels:  stack, queue
Staticvec
Implements a fixed-capacity stack-allocated Vec alternative backed by an array, using const generics.
Stars: ✭ 236 (-61.56%)
Mutual labels:  vector, stack
Learningmasteringalgorithms C
Mastering Algorithms with C 《算法精解:C语言描述》源码及Xcode工程、Linux工程
Stars: ✭ 615 (+0.16%)
Mutual labels:  stack, queue
deque
JavaScript implementation of a double-ended queue
Stars: ✭ 17 (-97.23%)
Mutual labels:  stack, queue
shoki
Purely functional data structures in Java
Stars: ✭ 30 (-95.11%)
Mutual labels:  stack, queue
Algorithms
Data Structures & Algorithms. Includes solutions for Cracking the Coding Interview 6th Edition
Stars: ✭ 89 (-85.5%)
Mutual labels:  stack, queue
deque
A highly optimized double-ended queue
Stars: ✭ 75 (-87.79%)
Mutual labels:  queue, vector
Data-Structures
Algorithmic Problems Solutions -- hash table code featured in geeksforgeeks
Stars: ✭ 44 (-92.83%)
Mutual labels:  stack, queue
Algorithm-Data-Structures-Python
Various useful data structures in Python
Stars: ✭ 34 (-94.46%)
Mutual labels:  stack, queue
quetie
🎀 Just the cutest and tiniest queue/deque implementation!
Stars: ✭ 111 (-81.92%)
Mutual labels:  stack, 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 (+424.59%)
Mutual labels:  stack, queue
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 (-47.72%)
Mutual labels:  stack, queue
Datastructure
常用数据结构及其算法的Java实现,包括但不仅限于链表、栈,队列,树,堆,图等经典数据结构及其他经典基础算法(如排序等)...
Stars: ✭ 419 (-31.76%)
Mutual labels:  stack, queue
Tinyconstraints
Nothing but sugar.
Stars: ✭ 3,721 (+506.03%)
Mutual labels:  stack, library
Data-Structures-and-Algorithms
Data Structures and Algorithms implementation in Python
Stars: ✭ 31 (-94.95%)
Mutual labels:  stack, queue
Holster
A place to keep useful golang functions and small libraries
Stars: ✭ 166 (-72.96%)
Mutual labels:  library, queue
needle
📌📚 An extensive standalone data structure library for JavaScript.
Stars: ✭ 25 (-95.93%)
Mutual labels:  stack, queue
geeks-for-geeks-solutions
✅ My own Amazon, Microsoft and Google SDE Coding challenge Solutions (offered by GeeksForGeeks).
Stars: ✭ 246 (-59.93%)
Mutual labels:  stack, vector
Algodeck
An Open-Source Collection of 200+ Algorithmic Flash Cards to Help you Preparing your Algorithm & Data Structure Interview 💯
Stars: ✭ 4,441 (+623.29%)
Mutual labels:  stack, queue
Android interviews
🚀Everything you need to know to find a android job. 算法 / 面试题 / Android 知识点 🔥🔥🔥 总结不易,你的 star 是我最大的动力!
Stars: ✭ 510 (-16.94%)
Mutual labels:  stack, queue
Machinery
Machinery is an asynchronous task queue/job queue based on distributed message passing.
Stars: ✭ 5,821 (+848.05%)
Mutual labels:  queue
1-60 of 2001 similar projects