Projects in Awesome Lists tagged with heap
A curated list of projects in awesome lists tagged with heap .
https://github.com/amejiarosario/dsa.js-data-structures-algorithms-javascript
🥞Data Structures and Algorithms explained and implemented in JavaScript + eBook
algorithm algorithms book coding-interviews computer-science data-structures graph heap javascript javascript-algorithms search tree
Last synced: 14 May 2025
https://github.com/teivah/algodeck
An Open-Source Collection of Flash Cards to Help You Preparing Your Algorithms & Data Structures and System Design Interviews 💯
algorithm algorithms array bit-manipulation complexity data-structures dynamic-programming graph greedy-algorithms hashtable heap interview-practice java linked-list math queue recursion sorting-algorithms stack tree
Last synced: 14 May 2025
https://github.com/facebook/memlab
A framework for finding JavaScript memory leaks and analyzing heap snapshots
detector e2e facebook heap hermes javascript leak memory nodejs perf-tools performance snapshot v8
Last synced: 14 May 2025
https://facebook.github.io/memlab/
A framework for finding JavaScript memory leaks and analyzing heap snapshots
detector e2e facebook heap hermes javascript leak memory nodejs perf-tools performance snapshot v8
Last synced: 16 Dec 2024
https://github.com/riti2409/resources-for-preparation-of-placements
Lecture video links for preparation of Placements
arrays-and-strings c dsa dsa-algorithm graph heap linkedlist
Last synced: 14 May 2025
https://github.com/anvaka/ngraph.path
Path finding in a graph
algorithm finder graph heap heuristic pathfinder
Last synced: 14 May 2025
https://github.com/williamfiset/deprecated-data-structures
A collection of powerful data structures
balanced-tree binarytree data-structures disjoint-set fenwick graph hash-table heap java linkedlist priority-queue queue segment-tree segmenttree stack suffixarray suffixtree trie union-find unionfind
Last synced: 15 May 2025
https://github.com/tezc/sc
Common libraries and data structures for C.
algorithm algorithms c collections data-structures generic hashmap hashtable heap library linked-list logger priority-queue queue socket stack thread timer vector
Last synced: 14 May 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/justcoding121/advanced-algorithms
100+ algorithms & data structures generically implemented in C#
algorithms avl-tree binary-trees btrees csharp data-structures fibonacci-heap graph-algorithms heap pairing-heap quadtree red-black-tree rtree sorting-algorithms splaytrees treaps
Last synced: 16 May 2025
https://github.com/stong/how-to-exploit-a-double-free
How to exploit a double free vulnerability in 2021. Use After Free for Dummies
binary ctf double-free exploitation heap lock-free microarchitecture pwn tutorial use-after-free walkthrough
Last synced: 14 May 2025
https://github.com/justcoding121/Advanced-Algorithms
100+ algorithms & data structures generically implemented in C#
algorithms avl-tree binary-trees btrees csharp data-structures fibonacci-heap graph-algorithms heap pairing-heap quadtree red-black-tree rtree sorting-algorithms splaytrees treaps
Last synced: 12 Mar 2025
https://github.com/microsoft/gctoolkit
Tool for parsing GC logs
gc heap java jvm memory memory-management performance
Last synced: 14 May 2025
https://github.com/dhavalkapil/heap-exploitation
This book on heap exploitation is a guide to understanding the internals of glibc's heap and various attacks possible on the heap structure.
Last synced: 16 May 2025
https://github.com/DhavalKapil/heap-exploitation
This book on heap exploitation is a guide to understanding the internals of glibc's heap and various attacks possible on the heap structure.
Last synced: 13 Mar 2025
https://github.com/marcosfede/algorithms
Solved algorithms and data structures problems in many languages
algorithm bfs competitive-programming data-structures go golang graph hacktoberfest heap interview interview-practice javascript language python ruby
Last synced: 14 May 2025
https://github.com/shady831213/algorithms
CLRS study. Codes are written with golang.
algorithm algorithms bfs-algorithm binaryheap clrs clrs-study connected-components dfs-algorithm disjoint-set dynamic-programming go golang graph greedy-algorithms hashmap heap sort tree
Last synced: 14 Mar 2025
https://github.com/danigargu/heap-viewer
IDA Pro plugin to examine the glibc heap, focused on exploit development
exploit exploitation glibc heap ida-plugin ida-pro idapython idapython-plugin python
Last synced: 15 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/LeoVen/C-Macro-Collections
Easy to use, modular, header only, macro based, generic and type-safe Data Structures in C
c containers data-structure data-structures datastructure datastructures deque hashmap heap library linkedlist list multimap multiset queue stack type-safe
Last synced: 17 Apr 2025
https://github.com/str8outtaheap/heapwn
Linux Heap Exploitation Practice
ctf exploitation heap linux pwning
Last synced: 02 Apr 2025
https://github.com/algo-phantoms/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.
array backtracking bit-manipulation data-structures-and-algorithms dynamic-programming graph greedy-algorithms hashing-algorithm heap linked-list number-theory queue recursion searching-algorithms sorting-algorithms stack string tree trie
Last synced: 16 May 2025
https://github.com/lemire/fastpriorityqueue.js
a fast heap-based priority queue in JavaScript
heap javascript priority-queue
Last synced: 07 Apr 2025
https://github.com/lemire/FastPriorityQueue.js
a fast heap-based priority queue in JavaScript
heap javascript priority-queue
Last synced: 25 Mar 2025
https://github.com/clojure-goes-fast/clj-memory-meter
Measure object memory consumption in Clojure
Last synced: 15 May 2025
https://github.com/pavel-kirienko/o1heap
Constant-complexity deterministic memory allocator (heap) for hard real-time high-integrity embedded systems. Allocation takes ≈165 cycles on Cortex M4. There is very little activity because the project is finished and does not require further changes.
allocator avionics constant-time embedded embedded-systems hard-real-time hard-realtime heap high-integrity high-reliability malloc memory memory-allocator memory-management misra real-time realtime safety-critical safety-critical-systems worst-case
Last synced: 07 Apr 2025
https://github.com/embeddedartistry/libmemory
Embedded systems memory management library. Implementations for malloc(), free(), and other useful memory management functions
bringup c embedded-systems freelist heap libc malloc malloc-free memory-allocation portability rtos threadx
Last synced: 07 Apr 2025
https://github.com/garro95/priority-queue
A priority queue for Rust with efficient change function.
data-structures heap heap-algorithm min-max-heap priority-queue
Last synced: 20 Mar 2025
https://github.com/zrwusa/data-structure-typed
Javascript Data Structure & TypeScript Data Structure. Heap, Binary Tree, Red Black Tree, Linked List, Deque, Trie, HashMap, Directed Graph, Undirected Graph, Binary Search Tree, AVL Tree, Priority Queue, Graph, Queue, Tree Multiset, Singly Linked List, Doubly Linked List, Max Heap, Max Priority Queue, Min Heap, Min Priority Queue, Stack.
avl-tree binary-search-tree binary-tree data-structures deapth-first-search deque dequeue dijkstra-algorithm directed-graph floyd-warshall-algorithm graph heap javascript-data-structures linked-list red-black-tree
Last synced: 15 May 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/jahilldev/minimal-analytics
Minimal versions of popular analytics libraries. Reduce the impact of third-party scripts on your application.
analytics ga4 google-analytics heap javascript lightweight minimal performance tiny
Last synced: 09 Apr 2025
https://github.com/morpho-org/morpho-data-structures
Data structures tested and used by the Morpho Protocol.
data-structures doubly-linked-list heap solidity
Last synced: 05 Apr 2025
https://github.com/yardenshafir/poolviewer
An application to view and filter pool allocations from a dmp file on Windows 10 RS5+.
Last synced: 14 Apr 2025
https://github.com/shikha-code36/data-structures-and-algorithm-patterns
Data Structures and Algorithms Patterns that I followed ,implemented in Python
algorithms arrays backtracking bit-manipulation coding-interviews data-structures dynamic-programming graphs heap interview-preparation linked-list python-ds-algo queues recursion searching-algorithms sorting-algorithms stack stacks strings trees
Last synced: 10 Apr 2025
https://github.com/vasyab/UnityHeapCrawler
Reflection based heap shapshot tool for Unity game engine
csharp heap memory-leak reflection snapshot unity unity3d
Last synced: 11 May 2025
https://github.com/d99kris/heapusage
Find memory leaks in Linux and macOS applications
heap linux macos memory-analysis memory-leak memory-leak-detection
Last synced: 06 Apr 2025
https://github.com/chachaxw/data-structure-and-algorithm
Basic data structures, sorting algorithms, algorithms learning tools. 基本数据结构,排序算法,算法学习工具
alogrithms binary-search-tree binary-tree cpp data-structures heap javascript leetcode leetcode-cpp leetcode-solutions sort sorting-algorithms stack typescript
Last synced: 20 Nov 2024
https://github.com/dbz/algorithms
Data Structures & Algorithms. Includes solutions for Cracking the Coding Interview 6th Edition
algorithm algorithm-challenges algorithms computer-science cracking-the-coding-interview data-structures datastructures graph heap javascript python queue ruby stack stacks sum tree trees trie tries
Last synced: 16 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/pimlie/nuxt-memwatch
Quickly watch real-time memory stats of your nuxt app
dump heap leak memory nuxt-module
Last synced: 14 Apr 2025
https://github.com/ab-anand/Filezen
A cross-platform file organizer that reads your file storing pattern 🗂
automation filesystem heap os python python3 utility
Last synced: 15 May 2025
https://github.com/kidgodzilla/event-layer
A very simple analytics abstraction layer. Write your events once, then send them where ever you want.
abstraction analytics analytics-library federation generic google-analytics heap mixpanel simple
Last synced: 02 Feb 2025
https://github.com/lxzan/dao
Simple and high-performance data structures and algorithms library
data-structure generic hashmap heap linkedlist rbtree segment-tree trie
Last synced: 09 May 2025
https://github.com/zhuagenborn/echo-web-server
☁️ A C++20 echo web server using a thread pool, an epoll and non-blocking sockets to process requests, consisting of a YAML-based configuration, a customizable logger and a min-heap-based timer.
cpp20 epoll googletest heap http linux logger network socket thread-pool timer website
Last synced: 19 Dec 2024
https://github.com/PauloMigAlmeida/AlmeidaOS
Simple, self-contained, clean code, well-documented, hobbyist 64-bit operating system for Intel and AMD processors. It's written in Assembly (Intel syntax) and C (GNU99 Standard) in which I strive for adding comments to the source code so it could be used as a reference for future OS developers
amd amd64 bootloader buddy cmos heap hobby-os hobbyist-os intel kernel operating-system operating-systems os osdev paging pic pit x86-64
Last synced: 08 May 2025
https://github.com/csunny/algorithm
Python3数据结构与算法、实现常用算法以及分布式系统相关算法。
algorithm data-structures distrubuted graph heap python3 tree-structure
Last synced: 01 Jan 2025
https://github.com/d-michail/jheaps
Master repository for the JHeaps project
algorithms data-structures fibonacci-heap heap meldable-heaps pairing-heap priority-queue
Last synced: 09 Apr 2025
https://github.com/abishekaditya/dsa
Project : Data Structures and Algorithms in C#
24projects algorithm data-structures heap searching-algorithms
Last synced: 15 Apr 2025
https://github.com/xsscx/macos-research
Welcome to Hoyt's macOS Fuzzing & Code Repo. Contribute Code or Open an Issue or Discussion.
assembly c debug heap interposing introspection lldb macos stack trace xnu
Last synced: 26 Apr 2025
https://github.com/frodox/execute-machine-code-from-memory
Proof of concept example: executing machine code from different memory areas: stack, heap, shared memory
c heap poc security security-testing shm stack
Last synced: 25 Mar 2025
https://github.com/tafia/nested
A memory efficient container for rust nested collections
Last synced: 07 May 2025
https://github.com/tirthajyoti/algorithm-data-structures-python
Various useful data structures in Python
algorithms data-structures graph hash-table heap object-oriented-programming python queue stack tree
Last synced: 30 Apr 2025
https://github.com/metanet/java-algorithms-data-structures
Solutions for popular algorithms and data structures problems on leetcode
array backtracking binary-search binary-search-tree binary-tree breadth-first-search depth-first-search dynamic-programming graph-algorithms greedy-algorithms heap java linked-list matrix queue recursion searching-algorithms sorting-algorithms stack string
Last synced: 21 Mar 2025
https://github.com/merrychap/ctf-writeups
:books: Yet another CTF writeups repository. PWN and RE tasks
binary-exploitation ctf ctf-writeups heap pwn pwnable reverse-engineering
Last synced: 10 Apr 2025
https://github.com/limitedeternity/heaplab
Udemy – Linux Heap Exploitation
ctf-challenges ctf-pwn heap heap-exploitation
Last synced: 05 Jan 2025
https://github.com/p-ranav/small_vector
"Small Vector" optimization for Modern C++: store up to a small number of items on the stack
array buffer container cpp11 header-only heap memory-management modern-cpp optimization single-header single-header-lib small small-buffer-optimization stack vector
Last synced: 05 May 2025
https://github.com/lthibault/treap
A thread-safe, persistent Treap (tree + heap) for ordered key-value mapping and priority sorting.
concurrency concurrent datastructure golang heap persistent persistent-data-structure threadsafe treap tree
Last synced: 23 Apr 2025
https://github.com/dominikbraun/refreturn
Find functions that return a reference and cause allocations.
go go-compiler go-functions heap inlining
Last synced: 30 Apr 2025
https://github.com/perdata/treap
golang persistent immutable treap sorted sets
golang heap immutable map persistent set treap tree
Last synced: 14 Mar 2025
https://github.com/nickzuber/needle
:pushpin::books: An extensive standalone data structure library for JavaScript.
binary-trees bitarray data-structures hashmap heap javascript k-ary-tree library linked-list needle node queue rabin-karp rolling-hash-functions stack
Last synced: 07 May 2025
https://github.com/creachadair/mds
Generic data structures in Go.
balanced-search-trees circular-linked-list comparison diff go golang heap linked-list queue stack
Last synced: 05 Apr 2025
https://github.com/fliskdata/analyze-tracking
Automatically document your analytics setup by analyzing tracking code and generating data schemas 🚀
amplitude analytics googleanalytics heap javascript mixpanel mparticle pendo posthog rudderstack segment snowplow typescript
Last synced: 16 Apr 2025
https://github.com/anishlearnstocode/hackerrank-data-structures
Data Structures 👩💻 Domain on HackerRank - Problems & Solutions 📑📘
algorithms arrays balanced-trees data-structures disjoint-set graph hackerrank hackerrank-data-structures hackerrank-solutions heap java linked-lists online-judge queues reference solutions stacks trees trie
Last synced: 10 Apr 2025
https://github.com/bexxmodd/priq
Blazing fast Priority Queue that allows sorting for elements with partial ordering
Last synced: 31 Mar 2025
https://github.com/quick-perf/maven-test-bench
Test bench to measure and investigate performance of Apache Maven project
allocation benchmark benchmarking heap heap-allocation java-flight-recorder java-flight-recordings maven performance performance-analysis performance-testing profiling test-bench
Last synced: 19 Mar 2025
https://github.com/clojure-finance/clojure-heap
Pure Clojure implementation of a heap, i.e. priority queue
Last synced: 07 May 2025
https://github.com/rudrakshi99/data-structures-and-algorithm
A collection of algorithms and data structures in C++. If you loved it, give a 🌟!
algorithm algorithms backtracking-algorithm binary-search-tree bit-manipulation cpp data-structures dynamic-programming graph greedy-algorithms hashing heap linked-list number-theory queue recursion sorting-algorithms stack trees trie
Last synced: 22 Nov 2024
https://github.com/francedot/csharp-ds
A collection of Data Structures and Algorithms for preparing to coding interviews.
algorithms csharp data-structures graph heap leetcode linked-list priority-queue tree trie union-find
Last synced: 01 Jan 2025
https://github.com/its-kumar/data_structure_and_algorithm
All Data Structures Implementation in C and Python programming languages. All famous Algorithms implementation in C and Python language. Dynamic Programming Algorithms.
algorithm datastructure dp dynamic-programming graphs hacktoberfest heap linked-list queue sort sorting-algorithms stack tree
Last synced: 14 May 2025
https://github.com/dipto1971/data_structures_and_algorithms
Data Structures & Algorithms
data-structures-and-algorithms dsaproject dynamic-programming graph greedy-algorithms hashtable heap linked-list queue recursion-algorithm shortest-path-algorithm sorting-algorithms stack tree
Last synced: 17 Feb 2025
https://github.com/kolosovpetro/computer-science
Computer science, Algorithms, Data Structures, Object Oriented Programming, Design Patterns, SOLID
algorithms binary-tree computational-methods data-structures design-pattern design-patterns entity-framework graph heap net-mvc object-oriented-programming searching-algorithms solid solid-principles sort sorting-algorithms
Last synced: 14 Feb 2025
https://github.com/pimlie/node-memwatcher
Quickly watch real-time memory stats of your node app
heap leak memory statistics usage
Last synced: 14 Apr 2025
https://github.com/clarketm/super
Data structures, data types, and algorithms with superpowers! 💪😎
array binarytree data-structures data-types heap javascript linkedlist map math number object priorityqueue queue set sorting-algorithms string super superpowers trie
Last synced: 14 Apr 2025
https://github.com/avestura/data-structure-app
All projects of Data Structure course in an integrated GUI application
bfs csharp data-structures dfs graph graph-algorithms guilan-university heap huffman-compression-algorithm huffman-compressor huffman-tree stack wpf
Last synced: 10 Apr 2025
https://github.com/klaudiosinani/mheap
Binary min & max heaps for ES6
binary es6 heap max min typescript
Last synced: 24 Apr 2025
https://github.com/adasarpan404/stl-javascript
An Open Source Project for STL Javascript
algorithm data-structures hacktoberfest heap javascript queue stack
Last synced: 13 May 2025
https://github.com/twpayne/go-heap
Package heap implements a generic heap data structure.
Last synced: 11 Apr 2025
https://github.com/s1s1ty/python-algorithms
This repository contains Data structures and Algorithms in Python.
algorithm bfs-algorithm bubble-sort dijkstra-algorithm heap insertion-sort python tree
Last synced: 22 Nov 2024
https://github.com/vasyop/mono
A language for learning
begginers data-structures heap interpreted-programming-language learning pointers stack
Last synced: 04 May 2025
https://github.com/anxiousholiday/mimirmemorylogger
🔥 A fast & easy way to save snapshots of memory heap to disk on iOS devices and then prettify and sort the snapshot json files accordingly using a simple python script!
disk framework heap ios json-snapshots logger logging logs memory memory-heap memory-snapshots mimir objective-c oom python-script snapshot stack swift
Last synced: 22 Apr 2025
https://github.com/AnxiousHoliday/MimirMemoryLogger
🔥 A fast & easy way to save snapshots of memory heap to disk on iOS devices and then prettify and sort the snapshot json files accordingly using a simple python script!
disk framework heap ios json-snapshots logger logging logs memory memory-heap memory-snapshots mimir objective-c oom python-script snapshot stack swift
Last synced: 27 Mar 2025
https://github.com/shoenig/offheap
offheap - allocate system memory off heap in Go
collection garbage gc go golang hacktoberfest heap memory offheap
Last synced: 24 Mar 2025
https://github.com/moorara/algo
Algorithms and Data Structure For Go Applications
algorithm automata avl data-structure data-structures dfa generics go golang graph heap nfa patricia radixsort red-black-tree sort trie
Last synced: 10 Apr 2025
https://github.com/amirhnajafiz/pyramid
Fast generic Heap data structure in Golang
go golang heap heapsort-algorithm max-heap min-heap priority-queue
Last synced: 23 Nov 2024
https://github.com/krishnadey30/data-structure
Data Structure codes implemented in C
bfs c data-structures dfs graph-traversal-algorithms graphs-pathfinding heap maxheap minheap queue stack trees trie
Last synced: 06 May 2025
https://github.com/klaudiosinani/binoheap
Binomial heaps for ES6
binomial data es6 heap structure typescript
Last synced: 24 Apr 2025
https://github.com/murraco/data-structures
Data structures in Java
arraylist bst data-structures heap java linkedlist queue stack trie
Last synced: 27 Apr 2025
https://github.com/me4502/wutlang
Wutlang - An esoteric programming language based heavily of Brainf*ck.
brainf character cursor esoteric-programming-language heap heap-cell heap-point interpreter java language stack
Last synced: 19 Apr 2025
https://github.com/pallas/libite
Examples of intrusive container templates in C++.
dijkstra dijkstra-algorithm disjoint-set hash-table heap heapsort heapsort-algorithm intrusive-containers kruskal kruskal-algorithm list list-sort mergesort mergesort-algorithm misra queue red-black-tree tarjan tarjan-algorithm tree-sort
Last synced: 07 May 2025
https://github.com/kolosovpetro/tree-algorithms
Learning tree data structures and related algorithms.
avl-tree binary-heap binary-search-tree binary-tree binary-tree-traversal binary-trees floyd-algorithm heap heapsort priority-queue shunting-yard shunting-yard-algorithm
Last synced: 14 Feb 2025
https://github.com/open-node/jstructures
JavaScript 版本的数据结构,提供常用的数据结构封装,基于清华大学邓俊辉老师的数据结构课程
algorithm data-structures heap javascript queue stack tree-structure
Last synced: 14 Apr 2025
https://github.com/shgopher/godata
Basic data structures and operations written in Go, such as trie, bloom filter union&find etc.
bfs binary-search-tree bloom-filter data-structures dfs go golang heap lru lru-cache queue red-black-tree stack trie union-find
Last synced: 15 Apr 2025