heap
There are 1320 repositories under heap topic.
amejiarosario/dsa.js-data-structures-algorithms-javascript
🥞Data Structures and Algorithms explained and implemented in JavaScript + eBook
teivah/algodeck
An Open-Source Collection of Flash Cards to Help You Preparing Your Algorithms & Data Structures and System Design Interviews 💯
facebook/memlab
A framework for finding JavaScript memory leaks and analyzing heap snapshots
riti2409/Resources-for-preparation-Of-Placements
Lecture video links for preparation of Placements
anvaka/ngraph.path
Path finding in a graph
williamfiset/DEPRECATED-data-structures
A collection of powerful data structures
tezc/sc
Common libraries and data structures for C.
joowani/binarytree
Python Library for Studying Binary Trees
justcoding121/advanced-algorithms
100+ algorithms & data structures generically implemented in C#
stong/how-to-exploit-a-double-free
How to exploit a double free vulnerability in 2021. Use After Free for Dummies
microsoft/gctoolkit
Tool for parsing GC logs
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.
marcosfede/algorithms
Solved algorithms and data structures problems in many languages
CCareaga/heap_allocator
A simple heap memory allocator in ~200 lines.
partho-maple/coding-interview-gym
leetcode.com , algoexpert.io solutions in python and swift
shady831213/algorithms
CLRS study. Codes are written with golang.
yourtion/LearningMasteringAlgorithms-C
Mastering Algorithms with C 《算法精解:C语言描述》源码及Xcode工程、Linux工程
danigargu/heap-viewer
IDA Pro plugin to examine the glibc heap, focused on exploit development
luciopaiva/heapify
The fastest JavaScript priority queue out there. Zero dependencies.
skjha1/Data-Structure-Algorithm-Programs
This Repo consists of Data structures and Algorithms
hornhuang/android_interviews
🚀Everything you need to know to find an android job. 算法 / 面试题 / Android 知识点 🔥🔥🔥 总结不易,你的 star 是我最大的动力!
LeoVen/C-Macro-Collections
Easy to use, modular, header only, macro based, generic and type-safe Data Structures in C
seemoo-lab/frankenstein
Broadcom and Cypress firmware emulation for fuzzing and further full-stack debugging
str8outtaheap/heapwn
Linux Heap Exploitation Practice
Mcdonoughd/CS2223
This a repository for WPI CS2223 Algorithms D Term 2018
struct/isoalloc
A general purpose memory allocator that implements an isolation security strategy to mitigate memory safety issues while maintaining good performance
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.
lemire/FastPriorityQueue.js
a fast heap-based priority queue in JavaScript
anubhavshrimal/Data-Structures-Algorithms
My implementation of 85+ popular data structures and algorithms and interview questions in Python 3 and C++
Arinerron/heaptrace
helps visualize heap operations for pwn and debugging
clojure-goes-fast/clj-memory-meter
Measure object memory consumption in Clojure
pavel-kirienko/o1heap
Constant-complexity deterministic memory allocator (heap) for hard real-time high-integrity embedded systems. There is very little activity because the project is finished and does not require further changes.
hc0d3r/mysql-magic
dump mysql client password from memory
matrix1001/heapinspect
🔍Heap analysis tool for CTF pwn.
embeddedartistry/libmemory
Embedded systems memory management library. Implementations for malloc(), free(), and other useful memory management functions
ashish-3916/Coding-Ninjas-Data-Structures
This repo contains solutions to problem of data structures in c++