GitHub topics: multiset
user1095108/sg
c++ associative containers based on the scapegoat tree
Language: C++ - Size: 289 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 1 - Forks: 0

user1095108/xsg
c++ associative containers based on the XOR scapegoat tree
Language: C++ - Size: 280 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 7 - Forks: 1

CosmicMind/Algorithm
Algorithm is a library of tools that is used to create intelligent applications.
Language: Swift - Size: 265 KB - Last synced at: about 21 hours ago - Pushed at: over 5 years ago - Stars: 832 - Forks: 84

avk959/LGenerics
Generic algorithms and data structures for Lazarus/Free Pascal
Language: Pascal - Size: 99.2 MB - Last synced at: 11 days ago - Pushed at: 11 days ago - Stars: 123 - Forks: 19

Adityasinghvats/CPP---code
Data Structures and Algorithms
Language: C++ - Size: 10.6 MB - Last synced at: 13 days ago - Pushed at: 13 days ago - Stars: 2 - Forks: 0

LeoVen/C-Macro-Collections
Easy to use, modular, header only, macro based, generic and type-safe Data Structures in C
Language: C - Size: 4.35 MB - Last synced at: 22 days ago - Pushed at: 11 months ago - Stars: 558 - Forks: 40

liyue201/gostl
Data structure and algorithm library for go, designed to provide functions similar to C++ STL
Language: Go - Size: 368 KB - Last synced at: 28 days ago - Pushed at: 4 months ago - Stars: 1,082 - Forks: 112

coriolinus/counter-rs
Simple object to count Rust iterables
Language: Rust - Size: 118 KB - Last synced at: 30 days ago - Pushed at: 10 months ago - Stars: 28 - Forks: 21

Kronuz/cpp-btree
Modern C++ B-tree containers
Language: C++ - Size: 34.2 KB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 269 - Forks: 52

giacomocavalieri/tote
👜 Bags (or multisets) in Gleam
Language: Gleam - Size: 35.2 KB - Last synced at: 4 days ago - Pushed at: 6 months ago - Stars: 7 - Forks: 1

brianburton/java-immutable-collections
Efficient Immutable/Persistent Collections for Java
Language: Java - Size: 10.3 MB - Last synced at: 25 days ago - Pushed at: 8 months ago - Stars: 43 - Forks: 4

ewdlop/ProabilityAndStatisticsNote
https://www.quora.com/What-is-the-probability-of-2-people-meeting-What-are-the-odds-of-2-random-people-in-the-world-meeting
Language: Python - Size: 73.2 KB - Last synced at: 3 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

wheerd/multiset
A multiset implementation for python
Language: Python - Size: 132 KB - Last synced at: 3 days ago - Pushed at: 8 months ago - Stars: 39 - Forks: 10

hansalemaos/stl_pretty_print
Pretty Printer for any arbitrarily nested STL container
Language: C++ - Size: 140 KB - Last synced at: about 1 month ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

usof0/S21_containers
Implementation of the s21_containers.h. library
Size: 0 Bytes - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

alexhholmes/inbloom
Rust implementation of a probabilistic multiset cardinality algorithm
Language: Rust - Size: 15.6 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

Smoren/partial-intersection-php
M-partial intersection of sets and multisets explanation and examples
Language: PHP - Size: 713 KB - Last synced at: about 1 month ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 1

larrydiamond/typescriptcollectionsframework
TypeScript Collections Framework - a port of the Java Collections framework for use with Angular
Language: TypeScript - Size: 11.7 MB - Last synced at: 10 days ago - Pushed at: over 3 years ago - Stars: 42 - Forks: 9

jonathanknowles/multisets
Language: Haskell - Size: 483 KB - Last synced at: about 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

euxhenh/multiset-multicover
Multiset multicover using the extended greedy cover algorithm implemented in C++ and exposed to Python.
Language: C++ - Size: 67.4 KB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 5 - Forks: 0

mauriciosantos/Buckets-Swift
Swift Collection Data Structures Library
Language: Swift - Size: 2.68 MB - Last synced at: 29 days ago - Pushed at: over 6 years ago - Stars: 118 - Forks: 14

yogeshwar-chaudhari-20/MultiSet-Using-ADT
Algorithm and Analysis - Implementation of Multiset using ADTs such Array, LinkedList, BST, Dual Ordered Linked List etc. Theoretical and Empirical analysis of each implementation
Language: Java - Size: 2.18 MB - Last synced at: over 1 year ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

JoKeRooo7/red_black_tree_cpp
My implementation of a red black tree and std::map, std::set, std::multiset via a red black tree.
Language: C++ - Size: 3.14 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

palatable/shoki
Purely functional data structures in Java
Language: Java - Size: 642 KB - Last synced at: about 1 year ago - Pushed at: almost 4 years ago - Stars: 37 - Forks: 11

hlccd/goSTL-1.0
用golang语言实现的STL,在高并发时实现了线程安全
Language: Go - Size: 127 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 0

maximfersko/STL-Containers
My implementation of the standard template STL containers.
Language: C++ - Size: 92.8 KB - Last synced at: about 2 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

terranovafr/MultisetBloomFilterHadoopSpark
Multi-set Bloom Filter built according to the MapReduce paradigm using Hadoop and Spark
Language: Java - Size: 835 KB - Last synced at: over 1 year ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

marcoantoniocorallo/MSet
Haskell implementation of MultiSet - Advanced Programming Assignment
Language: Haskell - Size: 174 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

yuruiyin/TreeMultiSet
基于TreeMap实现的支持可重复元素的TreeSet,易用、稳定、可靠
Language: Java - Size: 131 KB - Last synced at: almost 2 years ago - Pushed at: about 5 years ago - Stars: 6 - Forks: 1

DmAlexx/multisetOutput
multiset console output
Language: C++ - Size: 1000 Bytes - Last synced at: about 2 months ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

Aadamandersson/multiset
An unordered multiset implementation
Language: Go - Size: 24.4 KB - Last synced at: 11 months ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

soniakeys/multiset
Map-based multisets
Language: Go - Size: 12.7 KB - Last synced at: almost 2 years ago - Pushed at: about 7 years ago - Stars: 6 - Forks: 0

tcrouch/multiset.cr
Multiset (bag) implementation in Crystal
Language: Crystal - Size: 73.2 KB - Last synced at: 27 days ago - Pushed at: over 2 years ago - Stars: 4 - Forks: 1

Cortado-J/Multiset
Language: Swift - Size: 161 KB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 2 - Forks: 1

trivigy/multiset
Implementation of the multiset data structure
Language: Go - Size: 7.81 KB - Last synced at: 11 months ago - Pushed at: almost 6 years ago - Stars: 1 - Forks: 0

dpoliwhi/containers_CPP
Implementations of STL data structuries
Language: C++ - Size: 19.5 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

jmcph4/jcrl
A library of fundamental algorithms and data structures written in C
Language: C - Size: 175 KB - Last synced at: about 1 month ago - Pushed at: almost 6 years ago - Stars: 7 - Forks: 0

miraehab/LeetCode-July-Daily-Challenges-2022
This repository contains my solutions to the LeetCode Daily Challenges of July implemented in C++
Language: C++ - Size: 36.1 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

Futarimiti/multiset
An implementation of the multiset data structure.
Language: Kotlin - Size: 22.5 KB - Last synced at: 7 days ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

Akashkhandelwal191/Complete_STL
Complete STL(Standard Template Library) With Example And Source Code
Language: C++ - Size: 169 KB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

tomeeeS/KotlinDataStructuresAlgos
data structures and algorithms in Kotlin for JVM development
Language: Kotlin - Size: 22.5 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

Tarandeep97/Splitwise-CashFlow-Minimization
Implementation of SplitWise algorithm to find minimum no. of transactions.
Language: C++ - Size: 1.95 KB - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

riccardobek/pcd1819-mod1exer
First assignment for the course of Distributed and Concurrent Programming AA. 2018/2019
Language: Java - Size: 232 KB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

psarkerbd/STL
Language: C++ - Size: 2.93 KB - Last synced at: about 2 years ago - Pushed at: over 8 years ago - Stars: 0 - Forks: 0

statebox/multiset
stupid simple multisets in JS
Language: JavaScript - Size: 2.93 KB - Last synced at: about 2 years ago - Pushed at: almost 8 years ago - Stars: 1 - Forks: 0

anuvindbhat/avl-tree
C implementation of an integer multi-set using an AVL tree (height balanced) as the underlying data structure with support for a wide variety of operations including viewing the underlying tree at any state.
Language: C - Size: 8.79 KB - Last synced at: about 2 years ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

RoundedGlint585/StatisticMultiset
Language: C++ - Size: 1.95 KB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0
