Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 25 Dec 2024
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: 24 Dec 2024
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/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: 30 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: 24 Dec 2024
https://github.com/anvaka/ngraph.path
Path finding in a graph
algorithm finder graph heap heuristic pathfinder
Last synced: 27 Oct 2024
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: 27 Dec 2024
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: 26 Dec 2024
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: 26 Dec 2024
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: 30 Dec 2024
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: 28 Dec 2024
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: 24 Oct 2024
https://github.com/microsoft/gctoolkit
Tool for parsing GC logs
gc heap java jvm memory memory-management performance
Last synced: 26 Dec 2024
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: 30 Dec 2024
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: 25 Oct 2024
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: 27 Dec 2024
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: 26 Oct 2024
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: 26 Oct 2024
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: 29 Dec 2024
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: 08 Nov 2024
https://github.com/str8outtaheap/heapwn
Linux Heap Exploitation Practice
ctf exploitation heap linux pwning
Last synced: 03 Nov 2024
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: 25 Dec 2024
https://github.com/lemire/FastPriorityQueue.js
a fast heap-based priority queue in JavaScript
heap javascript priority-queue
Last synced: 29 Oct 2024
https://github.com/lemire/fastpriorityqueue.js
a fast heap-based priority queue in JavaScript
heap javascript priority-queue
Last synced: 26 Dec 2024
https://github.com/clojure-goes-fast/clj-memory-meter
Measure object memory consumption in Clojure
Last synced: 29 Dec 2024
https://github.com/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.
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: 27 Dec 2024
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: 24 Dec 2024
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: 27 Oct 2024
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: 28 Dec 2024
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: 24 Dec 2024
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: 24 Dec 2024
https://github.com/yardenshafir/poolviewer
An application to view and filter pool allocations from a dmp file on Windows 10 RS5+.
Last synced: 16 Nov 2024
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: 14 Nov 2024
https://github.com/vasyab/UnityHeapCrawler
Reflection based heap shapshot tool for Unity game engine
csharp heap memory-leak reflection snapshot unity unity3d
Last synced: 17 Nov 2024
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/d99kris/heapusage
Find memory leaks in Linux and macOS applications
heap linux macos memory-analysis memory-leak memory-leak-detection
Last synced: 24 Dec 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: 01 Nov 2024
https://github.com/pimlie/nuxt-memwatch
Quickly watch real-time memory stats of your nuxt app
dump heap leak memory nuxt-module
Last synced: 08 Nov 2024
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: 29 Oct 2024
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: 19 Nov 2024
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/lxzan/dao
Simple and high-performance data structures and algorithms library
data-structure generic hashmap heap linkedlist rbtree segment-tree trie
Last synced: 18 Nov 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: 15 Nov 2024
https://github.com/csunny/algorithm
Python3数据结构与算法、实现常用算法以及分布式系统相关算法。
algorithm data-structures distrubuted graph heap python3 tree-structure
Last synced: 13 Dec 2024
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: 25 Dec 2024
https://github.com/tafia/nested
A memory efficient container for rust nested collections
Last synced: 27 Dec 2024
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: 09 Nov 2024
https://github.com/limitedeternity/heaplab
Udemy – Linux Heap Exploitation
ctf-challenges ctf-pwn heap heap-exploitation
Last synced: 20 Dec 2024
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: 28 Oct 2024
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: 11 Nov 2024
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: 29 Oct 2024
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: 13 Nov 2024
https://github.com/abishekaditya/dsa
Project : Data Structures and Algorithms in C#
24projects algorithm data-structures heap searching-algorithms
Last synced: 08 Nov 2024
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: 12 Oct 2024
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: 20 Oct 2024
https://github.com/perdata/treap
golang persistent immutable treap sorted sets
golang heap immutable map persistent set treap tree
Last synced: 26 Oct 2024
https://github.com/dominikbraun/refreturn
Find functions that return a reference and cause allocations.
go go-compiler go-functions heap inlining
Last synced: 09 Nov 2024
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: 02 Nov 2024
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: 29 Dec 2024
https://github.com/bexxmodd/priq
Blazing fast Priority Queue that allows sorting for elements with partial ordering
Last synced: 02 Nov 2024
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: 27 Oct 2024
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: 13 Dec 2024
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: 19 Nov 2024
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: 11 Oct 2024
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: 16 Nov 2024
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: 24 Nov 2024
https://github.com/pimlie/node-memwatcher
Quickly watch real-time memory stats of your node app
heap leak memory statistics usage
Last synced: 08 Nov 2024
https://github.com/klaudiosinani/mheap
Binary min & max heaps for ES6
binary es6 heap max min typescript
Last synced: 17 Nov 2024
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: 14 Nov 2024
https://github.com/shoenig/offheap
offheap - allocate system memory off heap in Go
collection garbage gc go golang hacktoberfest heap memory offheap
Last synced: 28 Oct 2024
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: 14 Nov 2024
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: 30 Oct 2024
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/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: 30 Oct 2024
https://github.com/vasyop/mono
A language for learning
begginers data-structures heap interpreted-programming-language learning pointers stack
Last synced: 13 Nov 2024
https://github.com/klaudiosinani/binoheap
Binomial heaps for ES6
binomial data es6 heap structure typescript
Last synced: 17 Nov 2024
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: 17 Oct 2024
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/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: 11 Oct 2024
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: 08 Nov 2024
https://github.com/murraco/data-structures
Data structures in Java
arraylist bst data-structures heap java linkedlist queue stack trie
Last synced: 11 Nov 2024
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: 09 Nov 2024
https://github.com/spriteovo/flexible-string
Stack heap flexible string designed to improve performance for Rust
crate heap library performance rust stack string
Last synced: 08 Nov 2024
https://github.com/lloydmeta/jhhi
Java Heap Histogram Ingest, written in Rust. Sends jmap heap histograms to Elasticsearch.
elasticsearch heap ingest java kibana rust rust-lang
Last synced: 28 Oct 2024
https://github.com/mittal-parth/cash-flow-minmiser
A React application to help users visualise and minimise cash flow among multiple transactions.
css dsa graph heap html javascript react reactjs
Last synced: 03 Nov 2024
https://github.com/shashwatkathuria/data-structures-and-algorithms
Data Structures And Algorithms
algorithm algorithms arraylist bellman-ford-algorithm binary-search binary-search-tree data-structures dijkstra-algorithm dna-sequencing dynamic-programming hashtable heap kruskals-algorithm papadimitriou prims-algorithm shortest-paths sorting-algorithms stack travelling-salesman-problem trie
Last synced: 26 Nov 2024
https://github.com/n132/dec-safe-linking
A general way to Recover Safe linking protected value/pointer
Last synced: 28 Nov 2024
https://github.com/sferrini/xnu-heap-playground
macOS kext, and userspace client to play with the zalloc kernel allocator.
allocator heap kernel playground xnu
Last synced: 10 Oct 2024
https://github.com/azhovan/golang-datastructure-algorithms
algorithms, data structures and solved questions with golang (under development)
algorithms array codility datastructure golang hacker heap linked-list queue set stack
Last synced: 12 Nov 2024
https://github.com/paulsagar1a/data-structure-and-algorithm
For learning and development purpose
algorithm-challenges algorithms algorithms-and-data-structures array datastructures greedy-algorithms heap interview-practice linked-list matrix miscellaneous stack-queue string
Last synced: 05 Nov 2024
https://github.com/aravindraj777/problems-d365
Data structure and Algorithms, Java workouts ,Problem Solving questions and solutions.(Repository contains major Graph alogirthms like Bellmanford algo,Prim's ,Dijkstra's algorithm).
arraylist-java arrays bellman-ford-algorithm binary-search-tree data-structures-and-algorithms dijkstra-algorithm graph hashtable heap heapsort linkedlist prims-algorithm queue sorting-algorithms stack strings trie
Last synced: 22 Nov 2024
https://github.com/njmarko/googolplex-pdf-search
Python program for searching pdf text, ranking the results and exporting highlighted search results in pdf. Uses trie structure, stack, heap, page graph. Converts queries to postfix notation. Allows for logical expressions and phrases. Offers did you mean functionality.
autocomplete datastructures-algorithms didyoumean graph heap pdf-generation pdf-highlighter pdf-search postfix-evaluation stack trie
Last synced: 11 Oct 2024