Projects in Awesome Lists tagged with heaps
A curated list of projects in awesome lists tagged with heaps .
https://github.com/aalhour/c-sharp-algorithms
:books: :chart_with_upwards_trend: Plug-and-play class-library project of standard Data Structures and Algorithms in C#
algorithms binary-trees csharp data-structures graph graph-algorithms hashing hashing-algorithms heaps queues searching searching-algorithms sorting sorting-algorithms tree tree-algorithms
Last synced: 14 May 2025
https://github.com/aalhour/C-Sharp-Algorithms
:books: :chart_with_upwards_trend: Plug-and-play class-library project of standard Data Structures and Algorithms in C#
algorithms binary-trees csharp data-structures graph graph-algorithms hashing hashing-algorithms heaps queues searching searching-algorithms sorting sorting-algorithms tree tree-algorithms
Last synced: 14 Mar 2025
https://github.com/joowani/binarytree
Python Library for Studying Binary Trees
algorithm binary-search-tree binary-tree bst data-structures heap heaps interview-practice python python-2 python-3
Last synced: 14 May 2025
https://github.com/deepnight/gamebase
Base structure for my games, using Heaps framework and Haxe language.
Last synced: 28 Jan 2026
https://github.com/deepnight/gameBase
Base structure for my games, using Heaps framework and Haxe language.
Last synced: 26 Mar 2025
https://github.com/abhiagx/interviewbit
A collection of Abhishek Agrawal's C++ solutions providing scalable, production-quality code to 200+ LeetCode-style problems on https://www.interviewbit.com, designed to enhance algorithmic skills through practical learning and mentorship.
arrays backtracking binarysearch bit-manipulation cplusplus-11 cplusplus-14 dynamic-programming greedy-algorithms hashing heaps interviewbit interviewbit-solutions linked-list maps math queue stack string-manipulation trees two-pointers
Last synced: 19 Jun 2025
https://github.com/cruxrebels/interviewbit
Collection of Abhishek Agrawal's gists solutions for problems on https://www.interviewbit.com
arrays backtracking binarysearch bit-manipulation cplusplus-11 cplusplus-14 dynamic-programming greedy-algorithms hashing heaps interviewbit interviewbit-solutions linked-list maps math queue stack string-manipulation trees two-pointers
Last synced: 06 Apr 2025
https://github.com/axgord/pony
Haxe open-cross-library
build-tools cordova electron haxe heaps nodejs pixijs
Last synced: 05 Apr 2025
https://github.com/theodesp/go-heaps
Reference implementations of heap data structures in Go - treap, skew, leftlist, pairing, fibonacci
2-3-heap data-structures fibonacci-heap go heaps leftlist-heap pairing-heap rank-pairing-heap skew-heap treap
Last synced: 04 Oct 2025
https://github.com/make-github-pseudonymous-again/js-data-structures
:herb: Data structures for JavaScript
agpl binary-search-trees bloom-filters computer-science data-structure data-structures dict disjoint-sets fifo functional graphs hash-tables heaps immutable javascript lifo networks persitent pubsub search-trees
Last synced: 16 Mar 2025
https://github.com/AustinEast/heaps-aseprite
An Aseprite File Parser for Heaps
Last synced: 04 Apr 2025
https://github.com/deepnight/ld45-sabotage
"You are Colonel Jean-François Hubert from the French army. As the most badass colonel ever, you take on your missions naked, without any weapon."
game haxe heaps jam ldjam ludumdare motiontwin
Last synced: 26 Feb 2026
https://github.com/AustinEast/ghost
2D Game Framework written in Haxe
ecs game-development game-framework haxe heaps openfl
Last synced: 10 Mar 2025
https://github.com/deepnight/ld37-lostinpandation
A survival game with an iPanda, lots of snow, horrible creatures and a cable car. Made using HeapsIO and Haxe language.
Last synced: 10 Apr 2025
https://github.com/deepnight/electronbase
A base project for Electron based Haxe applications
application electron haxe heaps
Last synced: 26 Feb 2026
https://github.com/nisabmohd/data-structures-java
I've implemented a comprehensive set of generic data structures in Java, including arrays, linked lists, stacks, queues, trees, and more, ensuring versatility and efficiency in data handling.
coding collections-framework community-learning data-structures graph hashmap heaps interview-preparation interview-questions java linked-list list maps open-source problem-solving queue sets studynotes trees trie
Last synced: 18 Oct 2025
https://github.com/aalpar/deheap
Generic double-ended heap (min-max heap) for Go — O(1) min and max, O(log n) push/pop
data-structure deque double-ended-queue generics go golang heap heaps min-max-heap priority-queue
Last synced: 10 Mar 2026
https://github.com/starburst997/swfty
Convert a SWF to an Atlas Spritesheet Tilemap Bitmap Font single zipped file
adobe-animate atlas bitmap-font flash haxe heaps openfl spritesheet swf
Last synced: 02 Feb 2026
https://github.com/deepnight/ld39-dirigible
Canceled entry for Ludum Dare 39 (some kind of strange dirigible simulator)
discontinued haxe heaps ldjam ludumdare
Last synced: 10 Apr 2025
https://github.com/xambassador/dsa
🎉 Data structures and Algorithms solutions in c++, JavaScript and Go.
algorithms-solutions arrays binary-trees bst dsa-algorithm dynamic-programming graphs greedy-algorithms heaps linked-list priority-queue queue recursion searching sorting stack trees
Last synced: 05 Mar 2026
https://github.com/functional-data-structure/persistent
:evergreen_tree: Persistent data structures for JavaScript
agpl arrays computer-science data-structures fully-persistent functional heaps immutable indexed-sequences interval-tree javascript lists ordered-sequences persistent search-trees sequences
Last synced: 21 Feb 2026
https://github.com/tobbie/c-sharp-algorithms
C# solutions to common data structures and algorithm problems
algorithms arrays binary-search-tree csharp datastructures dfs dynamic-programming greedy-algorithms heaps linkedlists queues recursion searching sliding-window sorting stacks strings trees trie
Last synced: 25 Aug 2025
https://github.com/tsfoster/elm-heap
Heaps for elm
data-structures elm elm-lang elm-language heaps
Last synced: 21 Jun 2025
https://github.com/hritik-6918/dsa_sheet_by_fraz-codes
🔥 This is an attempt to solve DSA Cracker Coding Questions List curated by @Fraz bhaiya.
algorithms arrays backtracking binary-search-tree binarytree bitmagic dynamic-programming greedy heaps linkedlist math matrix queues stacks strings
Last synced: 19 Jan 2026
https://github.com/vitkarpov/stljs
It's STL (👋 C++ fans) for your {Type,Java}Script projects.
deque heaps javascript stl typescript
Last synced: 09 Sep 2025
https://github.com/heap-data-structure/about
:fallen_leaf: Heap data structures for JavaScript
agpl binary-heap binomial-heap brodal-queue computer-science data-structures fibonacci-heap heapq heaps heapsort javascript pairing-heap rank-pairing-heap specifications
Last synced: 01 Jun 2026
https://github.com/yash-jivani/javascript-dsa
Data Structures & Algorithms with JavaScript
alogrithms arrays backtracking binary-search binary-search-tree binary-tree graphs heaps javascript linked-list queues recursion sorting-algorithms stacks strings trie
Last synced: 09 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/sapna127/codingninjas-dsa-cpp
Collection of major data structures and algorithms problems on various topics.
array backtra binary-se dynamic-programming hashmap heaps linked-list queue queues stack stacks trees trie
Last synced: 19 Apr 2025
https://github.com/heap-data-structure/fibonacci-heap
:scissors: Fibonacci heap data structure for JavaScript
agpl amortized computer-science data-structures fibonacci-heap heaps javascript meldable-heaps
Last synced: 12 Apr 2025
https://github.com/lesiaukr/goit-algo-hw-08
Master's | Basic Algorithms & Data structures | Module 8 | Heaps or Pyramids
heapq heaps heapsort-algorithm
Last synced: 24 Mar 2025
https://github.com/rodmoioliveira/soccer-knockout-standings
Knockout standings implemented with a heap data structure.
Last synced: 05 Oct 2025
https://github.com/neuodev/heaps
Build a binary heap from scratch that includes insert(), remove() methods. Also, apply Heapify and getKthLargest
binaryheap binaryheap-array heaps
Last synced: 25 Oct 2025
https://github.com/niedzielski/practice
💡 Coding exercises and program sketches.
algorithms arrays data-structures exercises graphs heaps linked-lists matrices practice study trees
Last synced: 28 Mar 2025
https://github.com/aahouzi/algorithms-and-data-structures-in-python
Implementation of some algorithms and data structures, tricks, and good practices for Python developers.
algorithms algorithms-and-data-structures bfs-algorithm binary-search-tree data-structures dfs-algorithm dijkstra-algorithm graph graphs hashmap heaps linked-list python queue stack tree
Last synced: 08 Apr 2025
https://github.com/shaikahmadnawaz/placement-preparation
Data Structures & Algorithms Practice 💛
arrays dsa dsa-practice geeksforgeeks heaps java leetcode placement-preparation recursion searching searching-algorithms sorting-algorithms strings
Last synced: 15 May 2025
https://github.com/bimus-github/data-structures-in-js-python
Based on my knowledge so far, the best data structure is b-tree, red-black-tree is also good but saving it to json file is a problem.
array binary-search-tree btree data-structures hashtables heaps redblacktree tries
Last synced: 11 Jun 2025
https://github.com/yufongpeng/treesheaps.jl
Implementation of trees and heaps in julia
heap-tree heaps tree-structures
Last synced: 29 Jan 2026
https://github.com/andreie91/fundamental-algorithms
This repository contains various fundamental algorithms implemented in C and C++, focusing on performance analysis.
algorithms-and-data-structures breadth-first-search depth-first-search graph-algorithms hashtables heaps heapsort hybrid-quicksort mergeklists mergesort profiler quicksort redblack-tree sorting-algorithms tetris
Last synced: 05 Jun 2026
https://github.com/g4brielxavier/python-roadmap-steps
Everything I learned on the roadmap
arrays backend casting classes conditionals dataclasses decorators decorators-python dunder-methods exceptions functions-python heaps lambdas-python linkedlist python queues-python regex search-binare-tree-python sorting-algorithms-python stack-python
Last synced: 30 Mar 2025
https://github.com/imranjaved1073/data-structures-algorithms-dsa
This repository contains a collection of implementations and explanations of various data structures and algorithms.
heaps linked-list stack-queues-priorityqueue trees
Last synced: 08 Jun 2026
https://github.com/luisenmarroquin/data-structures-and-algorithms
Great coding challenges using many programming languages
algorithms binary-search breadth-first-search computer computer-science data-science data-structures depth-first-search graphs hash-maps hash-tables heaps linked-lists merge-sort queues quicksort stacks trees tries
Last synced: 09 Apr 2025
https://github.com/virajbhutada/python-dsa-toolkit
This repo provides practical implementations of fundamental and advanced data structures and algorithms in Python. It includes clear and detailed examples across various categories, making it an essential resource for learning and applying key concepts in computer science.
algorithms arrays bfs datastructures datatypes dfs djikstra dsa dynamic-programming fibonacci-sequence graphs heaps knapsack lists python recursion sorting strings trees tuples
Last synced: 17 Jun 2025
https://github.com/nikitaeverywhere/edu-texts-analyzer
Analyzes texts for compliance with the second Zipf's and Heaps law.
analysis education heaps law statistical-analysis statistics text zipf
Last synced: 23 Mar 2025
https://github.com/newkrok/garden-monsters
Match3 game made in Haxe with Heaps
haxe heaps html5-game match3-game
Last synced: 18 Feb 2026
https://github.com/N1ckn1ght/HaxePong
A not-so-classic clone of Pong made in Heaps, Haxe
Last synced: 10 Mar 2025
https://github.com/heap-data-structure/binomial-heap
:cherries: Binomial heaps for JavaScript
agpl amortized binomial-heap computer-science data-structures heaps javascript meldable-heaps
Last synced: 11 Apr 2025
https://github.com/jcalopes/data-structures
Data Structures developed in java. Contains linears and non-linear structures. Stack, queue, linkedList, arrayList, binary tree and graph.
binary-search-tree datastructures graph-algorithms heaps java lists
Last synced: 05 May 2026
https://github.com/ntrotner/js-heap-comparator
Compare heaps from different JS runtimes
heaps javascript memory-leak v8
Last synced: 15 Feb 2026
https://github.com/bigaston/fireworkalchemyst
Use pigments, artifacts, sparkles, to create a pyrotechnic show
game game-development haxe heaps
Last synced: 04 Mar 2026
https://github.com/tsembp/epl231-groupassignment
Search Engine Implementation using TrieNode/TrieTree data structure
algorithms algorithms-and-data-structures data-structures hashing heaps java trie-tree
Last synced: 21 Apr 2026
https://github.com/cunningdj/grokjava
My code suite, including homemade build and run tools and testing library, for practicing the Grokking the Coding Interview algo patterns in Java.
algorithms algorithms-java bash educative grokking grokking-algorithms grokking-coding-interview heaps java tortoise-and-hare-algorithm two-pointers
Last synced: 27 Apr 2026
https://github.com/rishn/competitive-programming
Essential practice problems for Competitive Programming
arrays backtracking bst cll cpp dll dsa dynamic-programming graphs heaps java linked-list number-theory python queues stacks strings trees
Last synced: 08 May 2026
https://github.com/jigyasag18/data-structures-and-algorithms
This repository provides implementations and theoretical explanations of fundamental data structures and algorithms in C++. It serves as a comprehensive resource for learners and developers, featuring practical examples ranging from arrays and linked lists to advanced concepts like graphs, dynamic programming, and recursion. Happy Coding!
arrays binary-search datastructures-algorithms datastructuresandalgorithm dsa dsa-algorithm dynamic-programming graphs greedy-algorithms heaps linked-list queues recursion slidingwindow sorting-algorithms stacks strings trees tries two-pointers
Last synced: 12 Jun 2026
https://github.com/mahmud-kandawala/data-structures-coursework
This repository delves into the core principles of data structures, covering essential types like arrays, stacks, queues, lists, trees, and graphs, utilizing Python and its extensive libraries to apply and demonstrate these concepts.
array binary-search-tree data-structures graph hashmaps heaps linked-list python queue stacks
Last synced: 17 Jun 2026
https://github.com/make-github-pseudonymous-again/js-compare
:balance_scale: Comparison functions for JavaScript
agpl compare comparison heaps javascript js search-trees searching sorting
Last synced: 04 Jun 2026
https://github.com/yevheniidatsenko/goit-algo-hw-08
📊 Hometask - Basic Algorithms and Data Structures (Heaps or Pyramids)
algorithms data-structures goit goit-algo-hw-08 heaps python
Last synced: 05 Apr 2025
https://github.com/marincervinschi/strutturedatiealgoritmi
"Data Structures and Algorithms" is a comprehensive course offered at the University of Modena and Reggio Emilia. Led by esteemed instructors, this course delves into fundamental topics such as activation records, recursion, algorithmic complexity, and various algorithms.
algorithms algorithms-and-data-structures arrays c data-structures heaps lists sorting-algorithms strings trees
Last synced: 25 Jul 2025
https://gitlab.com/perita/planet-music
Create music by affecting the orbit of planets. https://perita.itch.io/planet-music
Last synced: 10 Mar 2025
https://github.com/neomond/nonlineardatastructures
graphs heaps nonlinear-programming swift trees
Last synced: 18 Aug 2025
https://github.com/lasithaamarasinghe/cs-2023-data-structures-algorithms
CS-2023-Data-Structures-Algorithms
complexity-analysis dsa dynamic-programming graphs hashtable heaps linked-list mst recursion sorting sssp
Last synced: 05 Oct 2025
https://github.com/lmizner/grokking_coding_questions
Grokking the Coding Interview: Patterns for Coding Questions
binary-search breathing cyclic-sort depth-first-search heaps linked-list pointers python sliding-window
Last synced: 11 Sep 2025
https://github.com/aryanpillai2007/computer-science-3-labs
All of the Advanced Computer Science 3 Labs I have completed over the 2024-2025 school year.
backtracking binary-tree computer-science cryptography declarative-programming dynamic-programming functional-programming graphs hashing hashmap heaps java linked-list memoization queue recursion stacks
Last synced: 23 Jun 2025
https://github.com/ambersaxena0925/dsa_project_using_c-
Few purpose of oriented projects in C++ and Java involving Fundamental Data Structures and Crucial Algorithms
arrays backtracking cpp cpp-programming graphs greedy-algorithms heaps inheritance java linked-list multiset
Last synced: 16 May 2026
https://github.com/heap-data-structure/pairing-heap
:cherries: Pairing heap data structure for JavaScript
agpl amortized computer-science data-structures heaps javascript meldable-heaps pairing-heap unknown-running-time
Last synced: 12 Apr 2025
https://github.com/exbotanical/multi-paxos
A concise implementation of multi-paxos consensus
consensus distributed-systems heaps multi-paxos raft simulation
Last synced: 05 Jan 2026
https://github.com/fivosts/specker-game-algorithm
Specker Game algorithm in C++
Last synced: 10 Jun 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/axgord/bandit
Bandit and Dungeon
game haxe heaps platform-game pony-library
Last synced: 07 Jan 2026
https://github.com/subhash3/heap
Implementation of Min and Max Heaps in cpp
Last synced: 27 Mar 2025
https://github.com/lmizner/data_structures_coding_interviews
Coding practice with the most common data structures in Python
data-structures graphs hashing heaps linked-lists lists queues stacks trees tries
Last synced: 02 Apr 2025
https://github.com/chandantech2023/strivers_a2z_dsa_course-sheet
A DSA course that helps you to understand all DSA Concepts topic wise with practical implementation from A to Z in a well-organized and structured manner.🤩
array data-structures dynamic-programming graphs heaps linked-list programming-fundamentals queue searching-algorithms sorting-algorithms stacks string tree two-pointers
Last synced: 06 Oct 2025
https://github.com/artembotnev/algorithms-and-data-structures
Examples of algorithms and data structures
algorithms graphs hash-tables heaps sorting-algorithms stacks trees
Last synced: 08 Oct 2025
https://github.com/freddydrew/deepdiveusingjava
Where I keep all of my class work from Udemy's Data Structures & Algorithms: Deep Dive Using Java course.
arraylist arrays data-structures hashtable heaps linked-list queues search-algorithms sorting-algorithms stacks trees
Last synced: 11 Oct 2025
https://github.com/ivanbgd/heap-data-structure
The Heap data structure in Python, with the Heap Sort algorithm
heap heap-sort heaps heapsort heapsort-algorithm
Last synced: 14 Oct 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/iampavangandhi/splitwisecashflow
💵 Splitwise Cashflow Web App (using Heaps)
data-structures heap heaps javascript vanilla-javascript
Last synced: 18 Oct 2025
https://github.com/yogaprasadk/dsa_a_to_z_course
It is a complete repository of my learning of data structure and algorithms. You can see here that video link(image) with particular problem and solutions of the particular problem code is updated.
arrays binarysearch bitmanipulation dynamic-programming heaps linearsearch linkedlist queue stacks strings
Last synced: 20 Mar 2025