heap topic

List heap repositories

Data-Structures-Algorithms

320
Stars
133
Forks
Watchers

My implementation of 85+ popular data structures and algorithms and interview questions in Python 3 and C++

binoheap

8
Stars
0
Forks
Watchers

Binomial heaps for ES6

mheap

11
Stars
0
Forks
Watchers

Binary min & max heaps for ES6

C-Snip

54
Stars
14
Forks
Watchers

My C Snippets - buf, cfg, datetime, dict, event, heap, ketama, list, log, map, queue, skiplist, stack, strings

C-Macro-Collections

488
Stars
37
Forks
Watchers

Easy to use, modular, header only, macro based, generic and type-safe Data Structures in C

Computer-Science

15
Stars
3
Forks
Watchers

Computer science, Algorithms, Data Structures, Object Oriented Programming, Design Patterns, SOLID

cs.js

87
Stars
0
Forks
Watchers

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

heap-exploitation

1.2k
Stars
125
Forks
Watchers

This book on heap exploitation is a guide to understanding the internals of glibc's heap and various attacks possible on the heap structure.

advanced-algorithms

1.3k
Stars
287
Forks
Watchers

100+ algorithms & data structures generically implemented in C#