Projects in Awesome Lists tagged with hashset
A curated list of projects in awesome lists tagged with hashset .
https://github.com/js-sdsl/js-sdsl
A javascript standard data structure library which benchmark against C++ STL.
data-structure-library data-structures data-structures-and-algorithms deque dequeue hashmap hashset hashsets javascript javascript-data-structures javascript-library linklist map priority-queue rb-tree red-black-tree set stl-containers typescript typescript-data-structure
Last synced: 15 May 2025
https://github.com/jtmueller/Collections.Pooled
Fast, low-allocation ports of List, Dictionary, HashSet, Stack, and Queue using ArrayPool and Span.
arraypool dictionary hashset list queue span stack
Last synced: 24 Mar 2025
https://github.com/nvidia/cucollections
cpp cpp17 cuda datastructures gpu hashmap hashset hashtable
Last synced: 15 May 2025
https://github.com/usethesource/capsule
The Capsule Hash Trie Collections Library
hashmap hashset immutable immutable-collections java performance persistent-data-structure trie
Last synced: 05 Apr 2025
https://github.com/hashicorp/go-set
The go-set package provides generic Set implementations for Go, including HashSet for types with a Hash() function and TreeSet for orderable data
generics go golang golang-library hashset red-black-tree set treeset
Last synced: 15 May 2025
https://github.com/ayazhafiz/xorf
Xor filters - efficient probabilistic hashsets. Faster and smaller than bloom and cuckoo filters.
bloom-filter data-structures hashset probability rust xor-filter
Last synced: 12 Apr 2025
https://github.com/fisothemes/twincat-dynamic-collections
A TwinCAT library for creating and manipulating dynamic collections of data in TwinCAT. It provides multiple data structures such as ArrayList (a dynamic array), List (a doubly linked list that is optimized for sequential access and mutation), Set, Map, Queue, Stack and more. Examples are in the project.
beckhoff collections data-structures hashmap hashset iec-st industrial-automation iterative-avl plc plc-programming queue stack treemap treeset twincat twincat3
Last synced: 30 Jun 2025
https://github.com/fsprojects/fsharp-hashcollections
Library providing fast hash based immutable map and set
collections fsharp hamt hashmap hashset immutable-collections
Last synced: 28 Jun 2025
https://github.com/psiace/ritelinked
RiteLinked - LinkedHashMap & LinkedHashSet in Rust
data-structures hash hashmap hashset indexmap linked-hash-map linked-hash-set rust
Last synced: 12 Dec 2025
https://github.com/brianburton/java-immutable-collections
Efficient Immutable/Persistent Collections for Java
avl-tree collections containers hashmap hashset immutability immutable immutable-collections java jimmutable-collections jvm multiset persistent-data-structure streams trie
Last synced: 23 Jul 2025
https://github.com/jofas/map_macro
Declarative macros for statically initializing collections with ease
collections hashbrown hashmap hashset macros map no-std rust rust-crate set
Last synced: 09 Apr 2025
https://github.com/tommyettinger/jdkgdxds
Java data structures for primitive and/or Object items
case-insensitive data-structures deque hashmap hashset insertion-order java-8 list primitive-types
Last synced: 22 Mar 2025
https://github.com/benibela/hamt
Mutable and immutable persistent maps and sets as hash array mapped trie (HAMT) for FreePascal
hamt hashmap hashset hat-trie immutable immutable-collections immutable-datastructures map persistent-data-structure set trie
Last synced: 05 Mar 2025
https://github.com/sirodiaz/datastructures
Collection of lot high performance data structures for PHP
algorithm algorithms avl-tree bst data-structures datastructures disjoint-sets hashmap hashset list oop php php7 radix-tree stack tree trie
Last synced: 07 Apr 2025
https://github.com/jmcamposdev/java-book-exercises
📚 Welcome to the ☕️ code exercise repository for the Paraninfo Programming book by Alfonso Jiménez Martín and Francisco Manuel Pérez Montes (ed. Paraninfo)! 👨💻 Improve your coding skills with carefully written and commented exercises 📝, ranging from simple to complex.
arraylist arrays binaryfiles class file-handling functions hashmap-java hashset if-else java java-examples java-exercises jdbc-database loops matrix poo streams string-manipulation
Last synced: 19 Apr 2025
https://github.com/gilzoide/unity-serializable-collections
Serializable versions of Dictionary, HashSet and KeyValuePair for Unity 2020.1+
collections dictionary hashmap hashset keyvaluepair serializable unity
Last synced: 02 Apr 2025
https://github.com/samyam81/leetcode_questions
This is a repository created to store the leetcode questions. This maynot be the most efficient way of solving the problem.
array binary-search bitmanipulation breadth-first-search concurrency cpp csharp depth-first-search divide-and-conquer dynamic-programming hashmap hashset java kotlin leetcode-solutions matrix string tree two-pointer two-pointers
Last synced: 09 Oct 2025
https://github.com/viniciusdsandrade/java-data-structure
Repository for studying data structures in Java: Linked List, Queue, Stack, Tree, Graph and others seen at the Technical College of Campinas - State University of Campinas under the guidance of Professor André Luís dos Reis Gomes de Carvalho.
algorithms-and-data-structures graph hashmap hashset java linked-list queue stack tree
Last synced: 27 Apr 2025
https://github.com/aditya-a-garwal/aghashtable
High performance C++ Hash Table implementation
algorithm algorithms algorithms-and-data-structures benchmark data-structures google-test hashmap hashset hashtable linux lookup-table unit-test windows
Last synced: 22 Feb 2025
https://github.com/unityvn/csharp-collection-notes
Tổng hợp các lưu ý về các kiểu dữ liệu tập hợp trong C#
array csharp dictionary hashset linkedlist list queue stack
Last synced: 06 Apr 2025
https://github.com/dhan-profile/java
This repository serves as a collection of Java practice codes aimed at sharpening programming skills and reinforcing core Java concepts.
arraylist exception-handling files hashset iterator java linked-list lists oops-in-java scope threads
Last synced: 11 Apr 2025
https://github.com/lieutenantpeacock/javacollections4js
Implementations of some commonly-used Java collections in JavaScript.
arraylist collections hashmap hashset javascript
Last synced: 20 Feb 2025
https://github.com/jonnadal/hashable
HashMap and HashSet replacements that implement the Hash trait
Last synced: 20 Jul 2025
https://github.com/yevrag35/powershell-listfunctions
A simple module that provides functions to manipulate and search through Arrays, Collections, Lists, and Sets.
all any hashset list powershell powershell-module
Last synced: 29 Jul 2025
https://github.com/octu0/armap
HashMap on Arena
arena-allocator hashmap hashset linked-list
Last synced: 24 Oct 2025
https://github.com/emahtab/single-number
Single Number
hashset leetcode problem-solving xor
Last synced: 28 Mar 2025
https://github.com/plopezgit/sprint1_t3_javacollections
Collections
array arraylist collection hashmap hashset iterator list
Last synced: 21 Mar 2025
https://github.com/german-one/c-hashmap-and-hashset
C interface of a hash map, incl. an implementation of a hash set.
Last synced: 08 Sep 2025
https://github.com/emahtab/intersection-of-two-linked-lists
Intersection of two Linked Lists
hashset intersection leetcode linked-list merge-point problem-solving
Last synced: 28 Mar 2025
https://github.com/skazemi/collidea-rust
Collision-prone memory-efficient collections
data-structures hash hashmap hashset memory-efficient
Last synced: 18 Sep 2025
https://github.com/emahtab/contains-duplicate
Check whether an array contains a duplicate value.
array duplicate hashset leetcode problem-solving
Last synced: 18 Aug 2025
https://github.com/emahtab/missing-number
Find the missing number
hashset leetcode problem-solving
Last synced: 21 Jul 2025
https://github.com/emahtab/longest-substring-without-repeating-characters
Longest Substring Without Repeating Characters
hashset leetcode sliding-window
Last synced: 28 Mar 2025
https://github.com/emahtab/linked-list-cycle
Linked List Cycle
detect-cycle hashset leetcode linked-list problem-solving
Last synced: 03 Jul 2025
https://github.com/emahtab/set-matrix-zeroes
Set Matrix Zeroes
hashset leetcode matrix problem-solving space-optimization
Last synced: 28 Mar 2025
https://github.com/emahtab/happy-number
Find whether a number is a Happy Number
happy-number hashset leetcode problem-solving
Last synced: 28 Mar 2025
https://github.com/kaessam/ps
This repository is managed by LeetPush extension: https://github.com/husamahmud/LeetPush
arrays dictionary hashing hashset hashtable linked-list problem-solving sql sql-server tree
Last synced: 03 Jan 2026
https://github.com/jackwh0/java-exercises
Solving java exercises from dio.me - collections course
collections collections-java comparable comparator exercises hashset iterator java linkedhashmap linkedhashset map set treemap treeset
Last synced: 31 Dec 2025
https://github.com/saadbutt27/leetcode
Leetcode Practice Problems
algorithms arrays data-structures doubly-linked-list hashmap hashset hashtable linked-data problem-solving singly-linked-list strings
Last synced: 25 Dec 2025
https://github.com/randika00/java-class
Java Generics is a set of related methods or a set of similar types.
Last synced: 29 Dec 2025
https://github.com/alipolatli/data-structures
Aimed at understanding the engineering behind by customizing built-in data structures in dotnet.
array enumerable hashset queue-stack recursive sortedlist tree
Last synced: 08 Jul 2025
https://github.com/jadogg/java-perf-tests-arr-mp
Java Array vs Map lookups
array hashmap hashset java map pandabunnytech perf
Last synced: 04 Apr 2025
https://github.com/bhanuvikasr/auto-complete
Implemented text Auto-complete feature from scratch
binary-search-tree hashset ternary-search-tree
Last synced: 20 Jun 2025
https://github.com/lucasdiasjorge/library-management-system
https://www.coursera.org/learn/introduction-to-programming-with-c-sharp/lecture/Bgv1H/introduction-to-the-project
csharp hashset library-management-system
Last synced: 18 Jun 2025
https://github.com/lauragabs/gestao-animais-tutores
Este programa é um gerenciador de animais e tutores, onde os dados dos animais são armazenados em um HashMap e os nomes dos tutores são armazenados em um HashSet
Last synced: 24 Feb 2025
https://github.com/mehrajlatifli/kotlinexam1
Examples of algorithms written in Kotlin
composite-numbers euclidean-algorithm greatest-common-divisor hashset least-common-multiple oop prime-numbers repeat
Last synced: 04 Mar 2025
https://github.com/unityvn/collection-of-data-types-into-a-set
Tổng hợp về các kiểu dữ liệu tập hợp trong C#
array csharp dictionary hashset linkedlist list queue stack
Last synced: 21 Mar 2025
https://github.com/shiru99/collection-framework
Java Collection Framework & Sorting techniques
arraylist comparable comparato deque hashset linked-list maps queue set stack treeset vector
Last synced: 25 Feb 2025
https://github.com/soenneker/soenneker.extensions.hashset
A collection of useful HashSet extension methods
csharp dotnet extension hashset
Last synced: 02 Jan 2026
https://github.com/javakam/andojavakotlin
Java/Kotlin/Alogorithm/Design Patterns 技术总结
alogorithm design-patterns hashset java jvm kotlin
Last synced: 24 Jul 2025
https://github.com/leeway64/basic-hashset-implementation
A basic implementation of a hashset written in Python.
hashset object-oriented-programming python
Last synced: 21 Feb 2025
https://github.com/sivaosorg/unify4g
unify4go is a Go library that provides a collection of utilities and common functionalities for string manipulation, time handling, type conversions, and more. Designed to simplify everyday coding tasks, unify4go helps developers save time and write cleaner, more maintainable code.
go go-libs go-stringify go-utils golang golang-module hashmap hashset helpers stack strings utilities
Last synced: 07 Apr 2025
https://github.com/mvxt/sudoku-validator
Solution for Interview Problem - Validate Sudoku Puzzle
arrays dataductus hashset interview interview-questions sudoku-checker
Last synced: 29 Dec 2025
https://github.com/mikegoatly/bitoffsethashset
A collection for small sets of integers, equivalent to a HashSet<int>, but faster and less memory usage.
csharp dotnet hashset hashsets
Last synced: 26 Feb 2025
https://github.com/anmol420/problems-in-java
A Repository Which Contains Multiple Programs Written In Java
Last synced: 10 Jun 2025
https://github.com/barannmeisterr/dynamic-transportation-bus-schedule-simulation
This project simulates real bus transportation systems, analyzes route structures and builds the base for shortest path / trip planning algorithms by using Directed Graph Data Structure and Dijkstra Algorithm.
adjacency-list bfs circular-linked-list dijkstra dijkstra-algorithm directed-graph hashmap hashset java oop path-planning pathfinding priority-queue route-optimization shortest-path-algorithm stack
Last synced: 10 Apr 2025
https://github.com/beingnikil07/dsa
array arraylist backtracking hashmap hashset heaps linked-list matrix queues sorting-algorithms stack strings trees
Last synced: 16 Mar 2025
https://github.com/afa-farkhod/hashmap-hashset
Map implementation using Hashing
Last synced: 27 Mar 2025
https://github.com/andeart/unitylabs.enumcomparer.3.5
An optimised type-safe enum comparer that doesn't box enum values, created specifically for .NET Framework 3.5 and older.
csharp dictionary dotnet enums hashset
Last synced: 22 Feb 2025
https://github.com/asrieldreemurrgm/java_crud_example
Java desktop application using JOptionPane to manage client data with full CRUD operations, interface-based DAO pattern, input validation, and in-memory storage. This is my first Java project, developed alongside a related CRUD application built with Swing in Apache NetBeans.
client-management crud dao hashmap hashset in-memory-database input-validation java java-collections joptionpane oop
Last synced: 13 Jun 2025
https://github.com/elle-concetta/wordle-solver
A multi-threaded word search puzzle solver.
hashset hashtable multithreading
Last synced: 08 Oct 2025
https://github.com/augusto11cb/data-structures-and-algorithms
Repository of code references, notes and observations on data structure and algorithm studies.
big-o big-o-performance data-structures dynamic-programming graph-algorithms hash hashmap hashmaps hashset hashtable hashtables heap linked-list priority-queue queue searching-algorithms sorting-algorithms stack tree-structure trie
Last synced: 11 Oct 2025
https://github.com/aimenux/arraylookupsbenchdemo
Benchmarking various ways for array lookups
array benchmarkdotnet binary-search hashset net50 vs19
Last synced: 16 Oct 2025
https://github.com/wolgemoth/cpp-hashset
Concurrent multiplatform hashset with simple API, exception safety, and sequential collision resolution.
concurrency concurrent cpp cpp17 exception-safety hashset initializer-list modern-cpp multiplatform multithreading sequential-chain set templates
Last synced: 25 Oct 2025