All Projects → Libgenerics → Similar Projects or Alternatives

2816 Open source projects that are alternatives of or similar to Libgenerics

Sc
Common libraries and data structures for C.
Stars: ✭ 161 (+283.33%)
Mutual labels:  data-structures, vector, stack, generic, library, 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 (+197.62%)
Mutual labels:  data-structures, vector, stack, priority-queue, queue, map
Data Structures
A collection of powerful data structures
Stars: ✭ 2,534 (+5933.33%)
Mutual labels:  data-structures, stack, trie, priority-queue, queue
Buckets Js
A complete, fully tested and documented data structure library written in pure JavaScript.
Stars: ✭ 1,128 (+2585.71%)
Mutual labels:  data-structures, stack, priority-queue, queue, map
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 (+7569.05%)
Mutual labels:  data-structures, stack, priority-queue, queue
DEPRECATED-data-structures
A collection of powerful data structures
Stars: ✭ 2,648 (+6204.76%)
Mutual labels:  stack, queue, trie, priority-queue
C Macro Collections
Easy to use, header only, macro generated, generic and type-safe Data Structures in C
Stars: ✭ 192 (+357.14%)
Mutual labels:  data-structures, stack, library, queue
Cdcontainers
Library of data containers and data structures for C programming language.
Stars: ✭ 57 (+35.71%)
Mutual labels:  stack, library, queue, map
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 (+664.29%)
Mutual labels:  stack, generic, priority-queue, queue
Qlibc
qLibc is a simple and yet powerful C library providing generic data structures and algorithms
Stars: ✭ 614 (+1361.9%)
Mutual labels:  vector, stack, library, queue
Buckets Swift
Swift Collection Data Structures Library
Stars: ✭ 106 (+152.38%)
Mutual labels:  stack, trie, priority-queue, queue
Redux Data Structures
Reducer factory functions for common data structures: counters, maps, lists (queues, stacks), sets, etc.
Stars: ✭ 157 (+273.81%)
Mutual labels:  data-structures, stack, queue, map
Data-Structures
Algorithmic Problems Solutions -- hash table code featured in geeksforgeeks
Stars: ✭ 44 (+4.76%)
Mutual labels:  stack, queue, trie
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 (+26.19%)
Mutual labels:  stack, queue, vector
AlgoDaily
just for fun
Stars: ✭ 118 (+180.95%)
Mutual labels:  stack, queue, trie
Cdsa
A library of generic intrusive data structures and algorithms in ANSI C
Stars: ✭ 549 (+1207.14%)
Mutual labels:  stack, generic, queue
Gostl
Data structure and algorithm library for go, designed to provide functions similar to C++ STL
Stars: ✭ 254 (+504.76%)
Mutual labels:  vector, stack, queue
Data-structures
Data Structures in Java
Stars: ✭ 13 (-69.05%)
Mutual labels:  stack, queue, data-structures
Data Structures
Go datastructures.
Stars: ✭ 336 (+700%)
Mutual labels:  data-structures, trie, priority-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 (+26.19%)
Mutual labels:  data-structures, stack, queue
Algorithms
Data Structures & Algorithms. Includes solutions for Cracking the Coding Interview 6th Edition
Stars: ✭ 89 (+111.9%)
Mutual labels:  stack, queue, trie
Data-Structures-and-Algorithms
Data Structures and Algorithms implementation in Python
Stars: ✭ 31 (-26.19%)
Mutual labels:  stack, queue, data-structures
Algodeck
An Open-Source Collection of 200+ Algorithmic Flash Cards to Help you Preparing your Algorithm & Data Structure Interview 💯
Stars: ✭ 4,441 (+10473.81%)
Mutual labels:  data-structures, 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 (+295.24%)
Mutual labels:  stack, trie, queue
Coding Interview Gym
leetcode.com , algoexpert.io solutions in python and swift
Stars: ✭ 451 (+973.81%)
Mutual labels:  stack, trie, queue
Heapify
The fastest JavaScript priority queue out there. Zero dependencies.
Stars: ✭ 520 (+1138.1%)
Mutual labels:  data-structures, priority-queue, queue
Leetcode
High-quality LeetCode solutions
Stars: ✭ 178 (+323.81%)
Mutual labels:  stack, trie, 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 (+95.24%)
Mutual labels:  data-structures, stack, queue
Opends
Template Library of Data Structures in C++17
Stars: ✭ 151 (+259.52%)
Mutual labels:  data-structures, trie, library
Data Structures
Common data structures and algorithms implemented in JavaScript
Stars: ✭ 139 (+230.95%)
Mutual labels:  data-structures, stack, queue
Interview Questions
List of all the Interview questions practiced from online resources and books
Stars: ✭ 187 (+345.24%)
Mutual labels:  data-structures, stack, queue
ctl
My variant of the C Template Library
Stars: ✭ 105 (+150%)
Mutual labels:  stack, queue, priority-queue
Staticvec
Implements a fixed-capacity stack-allocated Vec alternative backed by an array, using const generics.
Stars: ✭ 236 (+461.9%)
Mutual labels:  data-structures, vector, stack
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 (+54.76%)
Mutual labels:  stack, queue, trie
Algorithm-Data-Structures-Python
Various useful data structures in Python
Stars: ✭ 34 (-19.05%)
Mutual labels:  stack, queue
Swiftish
A fully generic Swift vector & matrix library
Stars: ✭ 17 (-59.52%)
Mutual labels:  vector, generic
InterviewBit
Collection of solution for problems on InterviewBit
Stars: ✭ 77 (+83.33%)
Mutual labels:  stack, queue
hatrack
Fast, multi-reader, multi-writer, lockless data structures for parallel programming
Stars: ✭ 55 (+30.95%)
Mutual labels:  stack, queue
myleetcode
♨️ Detailed Java & Python solution of LeetCode.
Stars: ✭ 34 (-19.05%)
Mutual labels:  stack, queue
ustd
Micro-standard-library providing minimal and portable array, queue and map for attiny avr, arduinos, esp8266/32 and linux, mac
Stars: ✭ 14 (-66.67%)
Mutual labels:  map, queue
vtm
OpenGL vector map library - running on Android, iOS, Desktop and browser.
Stars: ✭ 212 (+404.76%)
Mutual labels:  map, vector
geeks-for-geeks-solutions
✅ My own Amazon, Microsoft and Google SDE Coding challenge Solutions (offered by GeeksForGeeks).
Stars: ✭ 246 (+485.71%)
Mutual labels:  stack, vector
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 (+242.86%)
Mutual labels:  queue, trie
AhaAlgorithms
《啊哈算法》书上代码
Stars: ✭ 47 (+11.9%)
Mutual labels:  map, stack
poplar-trie
C++17 implementation of memory-efficient dynamic tries
Stars: ✭ 47 (+11.9%)
Mutual labels:  map, trie
js-collections-map-set
Repository to have example code to demonstrate JavaScript Map and Set data structures.
Stars: ✭ 21 (-50%)
Mutual labels:  map, data-structures
Sharpmath
A small .NET math library.
Stars: ✭ 36 (-14.29%)
Mutual labels:  vector, library
Merkle Patricia Tree
Project is in active development and has been moved to the EthereumJS VM monorepo.
Stars: ✭ 277 (+559.52%)
Mutual labels:  data-structures, trie
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 (+42690.48%)
Mutual labels:  queue, map
Towel
Throw in the towel.
Stars: ✭ 333 (+692.86%)
Mutual labels:  data-structures, library
Drawroutemaps
Library for draw route maps between two point LatLng
Stars: ✭ 348 (+728.57%)
Mutual labels:  library, map
Klib
A standalone and lightweight C library
Stars: ✭ 3,442 (+8095.24%)
Mutual labels:  generic, library
Observable
The easiest way to observe values in Swift.
Stars: ✭ 346 (+723.81%)
Mutual labels:  generic, library
Tinyconstraints
Nothing but sugar.
Stars: ✭ 3,721 (+8759.52%)
Mutual labels:  stack, library
Graph
Graph algorithms and data structures
Stars: ✭ 431 (+926.19%)
Mutual labels:  data-structures, library
Jquery Mapael
jQuery plugin based on raphael.js that allows you to display dynamic vector maps
Stars: ✭ 981 (+2235.71%)
Mutual labels:  vector, map
Datastructure
常用数据结构及其算法的Java实现,包括但不仅限于链表、栈,队列,树,堆,图等经典数据结构及其他经典基础算法(如排序等)...
Stars: ✭ 419 (+897.62%)
Mutual labels:  stack, queue
Competitiveprogramming
A collection of algorithms, data structures and other useful information for competitive programming.
Stars: ✭ 475 (+1030.95%)
Mutual labels:  data-structures, library
Collection
A PHP library for representing and manipulating collections.
Stars: ✭ 488 (+1061.9%)
Mutual labels:  queue, map
Cracking The Coding Interview
Solutions for Cracking the Coding Interview - 6th Edition
Stars: ✭ 35 (-16.67%)
Mutual labels:  stack, queue
1-60 of 2816 similar projects