1,491 results for “topic:heap”
🥞Data Structures and Algorithms explained and implemented in JavaScript + eBook
An Open-Source Collection of Flash Cards to Help You Preparing Your Algorithms & Data Structures and System Design Interviews 💯
A framework for finding JavaScript memory leaks and analyzing heap snapshots
Lecture video links for preparation of Placements
Path finding in a graph
A collection of powerful data structures
Common libraries and data structures for C.
Python Library for Studying Binary Trees
How to exploit a double free vulnerability in 2021. Use After Free for Dummies
100+ algorithms & data structures generically implemented in C#
This book on heap exploitation is a guide to understanding the internals of glibc's heap and various attacks possible on the heap structure.
Tool for parsing GC logs
Solved algorithms and data structures problems in many languages
A simple heap memory allocator in ~200 lines.
CLRS study. Codes are written with golang.
leetcode.com , algoexpert.io solutions in python and swift
Mastering Algorithms with C 《算法精解:C语言描述》源码及Xcode工程、Linux工程
IDA Pro plugin to examine the glibc heap, focused on exploit development
The fastest JavaScript priority queue out there. Zero dependencies.
This Repo consists of Data structures and Algorithms
Easy to use, modular, header only, macro based, generic and type-safe Data Structures in C
🚀Everything you need to know to find an android job. 算法 / 面试题 / Android 知识点 🔥🔥🔥 总结不易,你的 star 是我最大的动力!
Broadcom and Cypress firmware emulation for fuzzing and further full-stack debugging
This a repository for WPI CS2223 Algorithms D Term 2018
Linux Heap Exploitation Practice
Constant-complexity, deterministic, very fast memory allocator (heap) for hard real-time high-integrity embedded systems. Allocation takes ≈120 cycles @ RP2350 irrespective of heap usage. There is little activity because the project is finished and does not require further changes.
A general purpose memory allocator that implements an isolation security strategy to mitigate memory safety issues while maintaining good performance
This repository is aimed to contain all the questions required for SDE interview preparation from data structures and algorithms.
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.
a fast heap-based priority queue in JavaScript