An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with binary-heap

A curated list of projects in awesome lists tagged with binary-heap .

https://github.com/emirpasic/gods

GoDS (Go Data Structures) - Sets, Lists, Stacks, Maps, Trees, Queues, and much more

avl-tree b-tree binary-heap data-structure enumerable go golang iterator list map queue red-black-tree set sort stack tree

Last synced: 09 Sep 2025

https://github.com/emirpasic/Gods

GoDS (Go Data Structures) - Sets, Lists, Stacks, Maps, Trees, Queues, and much more

avl-tree b-tree binary-heap data-structure enumerable go golang iterator list map queue red-black-tree set sort stack tree

Last synced: 12 Mar 2025

https://github.com/luciopaiva/heapify

The fastest JavaScript priority queue out there. Zero dependencies.

binary-heap data-structures heap heapify javascript javascript-library priority-queue queue

Last synced: 16 May 2025

https://github.com/mourner/tinyqueue

The smallest and simplest priority queue in JavaScript.

algorithm binary-heap data-structure javascript priority-queue

Last synced: 13 Apr 2025

https://github.com/ignlg/heap-js

Efficient Binary heap (priority queue, binary tree) data structure for JavaScript / TypeScript. Includes JavaScript methods, Python's heapq module methods, and Java's PriorityQueue methods.

array-heap binary-heap binary-trees data-structures heap javascript nodejs priority-queue typescript

Last synced: 15 May 2025

https://github.com/mourner/flatqueue

A very fast and simple JavaScript priority queue

algorithms binary-heap data-structures javascript priority-queue

Last synced: 05 Apr 2025

https://github.com/o0101/cs.js

Computer Science Data Structures and Algorithms in JavaScript ( Node.JS, ES ) in simple, clean, reusable code

algorithms binary-heap clean-code computer-science d-ary-heap data-structures heap javascript max-heap min-heap nodejs reusable simple

Last synced: 25 Mar 2025

https://github.com/arindas/sangfroid

A load balanced threadpool.

binary-heap load-balanced thread-pool

Last synced: 04 Jul 2025

https://github.com/arindas/bheap

A generic binary max heap for implementing a dynamically prioritizable priority queue.

binary-heap

Last synced: 13 Aug 2025

https://github.com/aslrousta/heap

Go Generic Binary Heap

binary-heap data-structures golang heap library

Last synced: 11 Jan 2026

https://github.com/tebogoyungmercykay/object_orientated_programming_in_cpp

C++ is a cross-platform language that can be used to create high-performance applications. C++ was developed by Bjarne Stroustrup, as an extension to the C language. C++ gives programmers a high level of control over system resources and memory. The language was updated 4 major times in 2011, 2014, 2017, and 2020 to C++11, C++14, C++17, C++20.

access-control-device array-of-objects binary-heap classes cpp doubly-linked-lists encryption-and-decription enumeration genetic-algorithm inheritance linear-data-structures matrix-arithmetic operator-overloading pointers pointers-to-objects singly-linked-lists stacks templates vectors

Last synced: 13 Apr 2025

https://github.com/indianwhocodes/adshuffmanproject

Comparative Evaluation of Data Compression through binary, four-way, and pairing heaps without any standard lib. container except vector.

academic academic-project binary-heap cpp data-compression data-structures heaps

Last synced: 03 Apr 2025

https://github.com/robertzhidealx/lytepq

A small and mighty suite of data structures in JavaScript.

algorithms array binary-heap data-structures disjoint-sets javascript priority-queue queue union-find

Last synced: 04 Oct 2025

https://github.com/mzusin/heap

Typescript implementation of minimum and maximum heap (priority queue).

binary-heap heap heapsort heapsort-algorithm max-heap min-heap priority-queue top-k-element

Last synced: 24 Mar 2025

https://github.com/anjulapaulus/tinyqueue

A simple and smallest binary heap priority queue in golang

algorithm binary-heap datastructure go golang priority-queue

Last synced: 25 Jan 2026

https://github.com/roadrunner-server/priority_queue

RoadRunner priority queue implementation

algorithms binary-heap

Last synced: 15 Apr 2025

https://github.com/revzim/azhpq

simple, quick, & lightweight golang heap priority queue with zero dependencies

binary-heap go golang heap-priority-queue lightweight zero-dependency

Last synced: 13 Mar 2025

https://github.com/ngryman/ds-binary-heap

A binary heap data structure in JavaScript.

binary-heap datastructures heap

Last synced: 23 Mar 2025

https://github.com/bruce-lee-ly/data_structure

Several commonly used data structures are implemented with C++11.

avl-tree binary-heap binary-tree cpp11 graph hash-map queue red-black-tree single-list skip-list stack

Last synced: 05 Mar 2025

https://github.com/biggyspender/ts-bin-heap

A flexible binary heap. Can be used as a priority queue.

binary-heap javascript javascript-library npm-package typescript

Last synced: 09 Mar 2025

https://github.com/jinhyeonseo01/priorityqueue

PriorityQueue for Unity C# - Script that converted the .Net offLcial PriorityQueue for use in Unity

binary-heap csharp dotnet dotnet-core heap priority-queue unity

Last synced: 30 Mar 2025

https://github.com/g3th/binary_heap_type

Determine whether a Binary Heap structure is 'min', 'max' or 'no-heap'.

algorithms binary-heap data-structures kotlin max-heap min-heap

Last synced: 01 Dec 2025

https://github.com/itaditya/tadaa

Design and Analysis of Algorithms (CLRS ALGO) in Python

bfs binary-heap binary-search-tree binary-trees graphs kmp-algorithm trees

Last synced: 06 Apr 2025

https://github.com/blaknite/lua-binary-heap

Binary heap data structure implemented in lua.

binary-heap lua

Last synced: 29 Mar 2025

https://github.com/heap-data-structure/d-ary-heap

:octopus: d-ary heap data structure library for JavaScript

agpl binary-heap computer-science d-ary-heap data-structures heaps javascript worst-case

Last synced: 16 Oct 2025

https://github.com/ray-chew/steiner_solver

A Steiner graph solver using: binary heap, adjacency list, Dijkstra’s algorithm, OpenMP parallelisation, Takahashi and Matsuyama's heuristics, with tools for solution verification and validation

adjacency-lists binary-heap cpp dijkstra-algorithm openmp optimization-algorithms steiner-tree-problem

Last synced: 28 Feb 2025