GitHub topics: heap
sumamakhan761/DSA-Practice
Complete DSA practice A to Z
Language: Java - Size: 392 KB - Last synced at: 18 minutes ago - Pushed at: about 1 hour ago - Stars: 1 - Forks: 0

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.
Language: C++ - Size: 6.5 MB - Last synced at: about 9 hours ago - Pushed at: about 9 hours ago - Stars: 293 - Forks: 36

hermya/leet_code
Repo for accepted solutions to leet-code problems! Feel free to fork/raise PR. Preferred language: Java
Language: Java - Size: 507 KB - Last synced at: about 9 hours ago - Pushed at: about 10 hours ago - Stars: 1 - Forks: 0

MiguelGarcia21/cpp-dsa-toolkit
A growing collection of C++ implementations for fundamental data structures. Built to practice, learn, and implement into any application that requires it.
Language: C++ - Size: 18.6 KB - Last synced at: about 16 hours ago - Pushed at: about 18 hours ago - Stars: 0 - Forks: 0

RahulRadhakrishnanNair/Generic_Data_Structures
A library that I am working on, a generic abstract data structure library for C/C++ utilising void pointers.
Language: C++ - Size: 6.84 KB - Last synced at: about 23 hours ago - Pushed at: 1 day ago - Stars: 0 - Forks: 0

Abhik-Chakraborty/DSA
Implemented some commonly asked DSA question, mostly from Leetcode.
Language: C++ - Size: 1.26 MB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 3 - Forks: 0

imShubh03/Data-Structures-Algorithms
Explore a collection of data structures and algorithms, mainly in C++ with some Java! 🚀📊 Find clear explanations, test cases, and solutions from brute to highly optimized approaches .Each implementation contains a code example with the main function for easy testing🧑💻🔍 Contributions are welcome! 🎉📚✨
Language: C++ - Size: 8.16 MB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 1 - Forks: 0

Manderby/NALib
General purpose C sourcecode collection
Language: C - Size: 61.5 MB - Last synced at: 1 day ago - Pushed at: 10 days ago - Stars: 19 - Forks: 5

heap-data-structure/specification
:mount_fuji: Heap specification for JavaScript
Language: JavaScript - Size: 4.94 MB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 2 - Forks: 0

comparison-sorting/heap-sort
:octopus: Heapsort algorithm for JavaScript
Language: JavaScript - Size: 2.82 MB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 0 - Forks: 0

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.
Language: TypeScript - Size: 36.4 MB - Last synced at: 2 days ago - Pushed at: 4 days ago - Stars: 148 - Forks: 9

lav-kushwaha/DSA-IN-JAVA
This repository is a well-structured collection of Data Structures and Algorithms (DSA) in Java. It provides optimized code, detailed notes, and hands-on problem-solving exercises to help developers and students master DSA concepts effectively.
Language: Java - Size: 2.11 MB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 2 - Forks: 0

satojkovic/algorithms
Algorithms and data structures implemented in python/Go/C++
Language: Python - Size: 597 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 2 - Forks: 3

marwanahmed2020/cpp-linked-list-deep-dive
A C++ linked list implementation with detailed heap/stack memory visualization and pointer heavy work
Language: C++ - Size: 14.6 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 1 - Forks: 0

Progambler227788/LeetSync-PYTHON
Collection of LeetCode questions to ace the coding interview! - Created using [LeetHub v3](https://github.com/raphaelheinz/LeetHub-3.0)
Language: Java - Size: 409 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 0 - Forks: 0

anvaka/ngraph.path
Path finding in a graph
Language: JavaScript - Size: 3.03 MB - Last synced at: 3 days ago - Pushed at: about 1 month ago - Stars: 3,071 - Forks: 192

vaishnavi404/DSA_LeetCode
collection of DSA Leetcode problems Solution
Language: Java - Size: 34.2 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 0 - Forks: 0

facebook/memlab
A framework for finding JavaScript memory leaks and analyzing heap snapshots
Language: JavaScript - Size: 27.9 MB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 4,539 - Forks: 129

wes4m/vheap
Extendable Visualization & Exploitation tool for glibc heap
Language: JavaScript - Size: 4.67 MB - Last synced at: 2 days ago - Pushed at: 6 days ago - Stars: 59 - Forks: 6

uditjain100/DSA-JAVA
This project is a comprehensive Java-based Data Structures and Algorithms (DSA) repository organized by topics like Arrays, Trees, Graphs, DP, and more. It includes clean, modular code for each concept and a bonus link to over 1000 curated DSA questions with detailed theory. Ideal for students and job seekers preparing for interviews or exams.
Language: Java - Size: 736 KB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 0 - Forks: 0

ankurbhambri/DS-Algo
Data Structure and Algorithm
Language: Python - Size: 599 KB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 2 - Forks: 0

Arinerron/heaptrace
helps visualize heap operations for pwn and debugging
Language: C - Size: 1.34 MB - Last synced at: 5 days ago - Pushed at: over 2 years ago - Stars: 319 - Forks: 18

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.
Language: TypeScript - Size: 2.36 MB - Last synced at: about 20 hours ago - Pushed at: 4 months ago - Stars: 147 - Forks: 11

hasansino/golang
Algorithms, data-structures, patterns and various techniques written in golang.
Language: Go - Size: 301 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 6 - Forks: 1

alishahusain/newt
🐸 pattern algorithms data structures in javascript pseudo code space time complexity and most common implementation of each algorithm and data structure 🐸
Language: JavaScript - Size: 4.31 MB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 5 - Forks: 2

SteffiKeranJ/Data-Structures-and-Algorithms-Java
Repository for Efficient solutions for DSA questions in Java
Language: Java - Size: 213 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 3 - Forks: 1

nidhiupman568/Leetcode-Solved-Problems
🏆🌟 I solve the Problem of the Day on LeetCode daily 🗓️🧩 and have successfully tackled over 150 interview questions. 💪🧠 Additionally, I've completed Love Babbar's 450 DSA sheet 📚 and Striver's 180 DSA sheet 📘. My primary coding language is C++ 💻, but I have also solved many problems in Java ☕. 🏆🌟
Language: C++ - Size: 2.05 MB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 3 - Forks: 0

Sanjanayadav07/GfG-160---160-Days-of-Problem-Solving
Welcome to my 160 Days of Code Challenge This repository is not only a personal challenge but also a resource for anyone looking for inspiration or wanting to follow along as I explore various programming languages, technologies, and problem-solving techniques. Join me on this journey of growth and continuous learning..!!
Size: 271 KB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 1 - Forks: 0

nidhiupman568/GFG-Problem-Solved
🏆🌟I solve the Problem of the Day on GeeksforGeeks daily 🗓️🧩 and have successfully tackled Love Babbar's 450 DSA sheet 📚 and Striver's 180 DSA sheet 📘. My primary coding language is C++ 💻, but I have also solved many problems in Java ☕. 🏆🌟
Language: C++ - Size: 1000 KB - Last synced at: 7 days ago - Pushed at: 8 days ago - Stars: 3 - Forks: 0

data-structures-and-algorithms/heapq
:vertical_traffic_light: Python's heap and priority queue library for JavaScript
Language: JavaScript - Size: 3.46 MB - Last synced at: 4 days ago - Pushed at: 8 days ago - Stars: 5 - Forks: 1

lemire/FastPriorityQueue.js
a fast heap-based priority queue in JavaScript
Language: JavaScript - Size: 109 KB - Last synced at: 5 days ago - Pushed at: 11 months ago - Stars: 363 - Forks: 57

Orig5826/unicstl
基于C语言实现的通用C库,包含常用数据结构和算法。 全称: Universal C standard library 【Gitee镜像】
Language: C - Size: 510 KB - Last synced at: 6 days ago - Pushed at: 11 days ago - Stars: 1 - Forks: 0

mvharsh/Data-Structures
This repository contains all my data structures code in C++ language
Language: C++ - Size: 61.5 KB - Last synced at: 11 days ago - Pushed at: 11 days ago - Stars: 3 - Forks: 0

microsoft/gctoolkit
Tool for parsing GC logs
Language: Java - Size: 1.81 MB - Last synced at: 11 days ago - Pushed at: 11 days ago - Stars: 1,258 - Forks: 157

owsky/AgdaHeap
Heap data structure implemented with Agda
Language: Agda - Size: 42 KB - Last synced at: 11 days ago - Pushed at: 11 days ago - Stars: 0 - Forks: 0

creachadair/mds
Generic data structures in Go.
Language: Go - Size: 438 KB - Last synced at: 6 days ago - Pushed at: 13 days ago - Stars: 24 - Forks: 3

igormcoelho/curso-estruturas-de-dados-i
Curso de Estruturas de Dados I, com conteúdo C/C++ e foco em Listas, Pilhas, Filhas, Árvores, Filas de Prioridade, Grafos e Tabelas Hash.
Language: HTML - Size: 69.2 MB - Last synced at: 13 days ago - Pushed at: 13 days ago - Stars: 37 - Forks: 6

d99kris/heapusage
Find memory leaks in Linux and macOS applications
Language: C++ - Size: 641 KB - Last synced at: 14 days ago - Pushed at: 14 days ago - Stars: 104 - Forks: 13

Xanthic/cache-api
In-Memory Cache API, supporting Caffeine, Android, and more
Language: Java - Size: 984 KB - Last synced at: 2 days ago - Pushed at: 15 days ago - Stars: 13 - Forks: 1

garro95/priority-queue
A priority queue for Rust with efficient change function.
Language: Rust - Size: 335 KB - Last synced at: 15 days ago - Pushed at: about 2 months ago - Stars: 189 - Forks: 30

fliskdata/analyze-tracking
Automatically document your analytics setup by analyzing tracking code and generating data schemas 🚀
Language: JavaScript - Size: 150 KB - Last synced at: 15 days ago - Pushed at: 15 days ago - Stars: 23 - Forks: 1

TuxCoding/LagMonitor
Monitor performance of your Minecraft server. Similar to VisualVM and Java Mission Control.
Language: Java - Size: 729 KB - Last synced at: about 23 hours ago - Pushed at: 9 months ago - Stars: 194 - Forks: 24

stdlib-js/blas-ext-base-dsorthp
Sort a double-precision floating-point strided array using heapsort.
Language: JavaScript - Size: 604 KB - Last synced at: 16 days ago - Pushed at: 16 days ago - Stars: 1 - Forks: 0

malikmoaz01/Data-Structures
Data Structures and Algorithms (DSA) repository with implementations and examples in multiple languages. Includes fundamental concepts, problem-solving techniques, practical applications, and LeetCode questions.
Language: Java - Size: 7.67 MB - Last synced at: 16 days ago - Pushed at: 16 days ago - Stars: 0 - Forks: 0

xsscx/macos-research
Welcome to Hoyt's macOS Fuzzing & Code Repo. Contribute Code or Open an Issue or Discussion.
Language: Assembly - Size: 70.5 MB - Last synced at: 3 days ago - Pushed at: 18 days ago - Stars: 45 - Forks: 4

rajendrapancholi/dsa_using_cpp
This repository contains implementations of various data structures in C++. Each data structure is implemented with its basic operations, such as insertion, deletion, and traversal. The aim is to provide clear, well-documented code examples to help understand the underlying concepts and algorithms.
Language: C++ - Size: 95.7 KB - Last synced at: 19 days ago - Pushed at: 19 days ago - Stars: 1 - Forks: 0

kidGodzilla/event-layer
A very simple analytics abstraction layer. Write your events once, then send them where ever you want.
Language: JavaScript - Size: 268 KB - Last synced at: 2 days ago - Pushed at: 9 months ago - Stars: 62 - Forks: 8

BeatsuDev/all-the-heaps
A collection of heap implementations prioritizing speed performance, released to the public domain🚀
Language: TypeScript - Size: 317 KB - Last synced at: 20 days ago - Pushed at: 20 days ago - Stars: 1 - Forks: 0

jayalbo/ESDS
ES6 Data Structures
Language: JavaScript - Size: 805 KB - Last synced at: about 24 hours ago - Pushed at: 11 months ago - Stars: 4 - Forks: 1

moorara/algo
Algorithms and Data Structure For Go Applications
Language: Go - Size: 1.41 MB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 11 - Forks: 3

Anushree1291/Leetcode-solutions
Contains Solution to Leetcode Problems
Language: Python - Size: 1.1 MB - Last synced at: 23 days ago - Pushed at: 24 days ago - Stars: 0 - Forks: 0

LeoVen/C-Macro-Collections
Easy to use, modular, header only, macro based, generic and type-safe Data Structures in C
Language: C - Size: 4.35 MB - Last synced at: 24 days ago - Pushed at: 11 months ago - Stars: 558 - Forks: 40

xvi-xv-xii-ix-xxii-ix-xiv/fibonacci_heap
A Fibonacci Heap implementation in Rust
Language: Rust - Size: 19.5 KB - Last synced at: 5 days ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

xzripper/DHeap
More stable and modern alternative to D's BinaryHeap, with small performance trade-offs.
Language: D - Size: 6.84 KB - Last synced at: 26 days ago - Pushed at: 26 days ago - Stars: 1 - Forks: 0

Mohit-Chaudhari/JAVA-DSA
#JavaDSA: Daily Coding Challenges
Language: Java - Size: 33.2 KB - Last synced at: 26 days ago - Pushed at: 26 days ago - Stars: 1 - Forks: 0

henokjackson/FibCalc
A C program to calculate Fibonacci numbers up-to infinite digits place (depending on your heap size ;-)).
Language: C - Size: 24.4 KB - Last synced at: 27 days ago - Pushed at: 27 days ago - Stars: 0 - Forks: 0

williamfiset/DEPRECATED-data-structures
A collection of powerful data structures
Language: Java - Size: 172 MB - Last synced at: 27 days ago - Pushed at: over 2 years ago - Stars: 2,876 - Forks: 1,265

CCareaga/heap_allocator
A simple heap memory allocator in ~200 lines.
Language: C - Size: 55.7 KB - Last synced at: 23 days ago - Pushed at: over 4 years ago - Stars: 891 - Forks: 67

marcosfede/algorithms
Solved algorithms and data structures problems in many languages
Language: Python - Size: 1.92 MB - Last synced at: 28 days ago - Pushed at: 5 months ago - Stars: 1,137 - Forks: 142

PratikDeoghare/easyheap
Wrapper around golang container/heap for everyday use
Language: Go - Size: 6.84 KB - Last synced at: 29 days ago - Pushed at: 29 days ago - Stars: 0 - Forks: 0

stong/how-to-exploit-a-double-free
How to exploit a double free vulnerability in 2021. Use After Free for Dummies
Language: Python - Size: 18.2 MB - Last synced at: 26 days ago - Pushed at: 3 months ago - Stars: 1,342 - Forks: 65

tezc/sc
Common libraries and data structures for C.
Language: C - Size: 815 KB - Last synced at: about 1 month ago - Pushed at: 3 months ago - Stars: 2,455 - Forks: 280

AKASH-ALAM/Competitive-Programming
Competitive programming is a mind sport usually held over the Internet or a local network, involving participants trying to program according to provided specifications. Contestants are referred to as sport programmers. @Wikipedia
Language: C++ - Size: 15.9 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

amejiarosario/dsa.js-data-structures-algorithms-javascript
🥞Data Structures and Algorithms explained and implemented in JavaScript + eBook
Language: JavaScript - Size: 110 MB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 7,685 - Forks: 931

akashk6697/DSA-in-JAVA
This repository contains dsa problems in java.
Language: Java - Size: 70.3 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

riti2409/Resources-for-preparation-Of-Placements
Lecture video links for preparation of Placements
Size: 60.5 KB - Last synced at: about 1 month ago - Pushed at: 9 months ago - Stars: 3,647 - Forks: 907

therealczr15/NYCU_DS_2022F
Fall 2022 NYCU Data Structure
Language: C++ - Size: 11.7 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

stdlib-js/blas-ext-base-dsort2hp
Simultaneously sort two double-precision floating-point strided arrays based on the sort order of the first array using heapsort.
Language: JavaScript - Size: 580 KB - Last synced at: 28 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

orxfun/orx-priority-queue
Priority queue traits and efficient d-ary heap implementations.
Language: Rust - Size: 229 KB - Last synced at: 4 days ago - Pushed at: about 1 month ago - Stars: 4 - Forks: 1

kunalarya873/Python_DSA
Data structures and algorithms are not just theoretical ideas but can be practically applied to real-world situations. This includes using them to optimize database queries and solve complex coding problems.
Language: Python - Size: 45.4 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

kavicastelo/rust-memory-management-tutorial
This repository provides a basic tutorial on memory management in Rust, specifically focusing on the difference between stack and heap allocation.
Language: Rust - Size: 10.7 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

embeddedartistry/libmemory
Embedded systems memory management library. Implementations for malloc(), free(), and other useful memory management functions
Language: C - Size: 362 KB - Last synced at: about 1 month ago - Pushed at: 12 months ago - Stars: 248 - Forks: 51

Dipto1971/Data_Structures_And_Algorithms
Data Structures & Algorithms
Language: C++ - Size: 30.9 MB - Last synced at: about 1 month ago - Pushed at: 3 months ago - Stars: 15 - Forks: 0

styiannis/addressable-binary-heaps
A versatile TypeScript library for addressable binary heaps, delivering optimized and scalable min-heap & max-heap implementations, seamlessly supporting both object-oriented and functional paradigms.
Language: TypeScript - Size: 37.1 KB - Last synced at: 6 days ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

o0101/cs.js
Computer Science Data Structures and Algorithms in JavaScript ( Node.JS, ES ) in simple, clean, reusable code
Language: JavaScript - Size: 978 KB - Last synced at: 4 days ago - Pushed at: about 3 years ago - Stars: 87 - Forks: 0

garimasinghgryffindor/DSA
LeetCode DSA questions
Language: C++ - Size: 764 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

str8outtaheap/heapwn
Linux Heap Exploitation Practice
Language: C - Size: 2 MB - Last synced at: about 1 month ago - Pushed at: over 6 years ago - Stars: 379 - Forks: 77

rrsmart8/Memory-Allocator
Using Data Structures to create malloc(), calloc(), realloc() functions.
Language: C - Size: 12.7 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

justcoding121/advanced-algorithms
100+ algorithms & data structures generically implemented in C#
Language: C# - Size: 6.26 MB - Last synced at: about 1 month ago - Pushed at: over 2 years ago - Stars: 1,344 - Forks: 298

mttcrn/ODC-challenges
CTF challenges taken during the course of "Offensive & Defensive Cybersecurity" - Polimi Computer Science Engineering - A.Y. 2024/2025.
Language: Python - Size: 32.5 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

adasarpan404/stl-javascript
An Open Source Project for STL Javascript
Language: JavaScript - Size: 548 KB - Last synced at: 9 days ago - Pushed at: about 1 year ago - Stars: 11 - Forks: 4

krishnadey30/Data-structure
Data Structure codes implemented in C
Language: C - Size: 840 KB - Last synced at: 4 days ago - Pushed at: about 7 years ago - Stars: 10 - Forks: 1

icliberen/binary-heap-trees
Binary Search Tree, Balanced Binary Tree and Heap Implementations in C++
Language: C++ - Size: 43.9 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

clojure-goes-fast/clj-memory-meter
Measure object memory consumption in Clojure
Language: Clojure - Size: 170 KB - Last synced at: 26 days ago - Pushed at: about 1 month ago - Stars: 308 - Forks: 11

mittal-parth/Cash-Flow-Minmiser
A React application to help users visualise and minimise cash flow among multiple transactions.
Language: JavaScript - Size: 199 KB - Last synced at: about 1 month ago - Pushed at: over 2 years ago - Stars: 7 - Forks: 3

csunny/algorithm
Python3数据结构与算法、实现常用算法以及分布式系统相关算法。
Language: Python - Size: 3.15 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 50 - Forks: 47

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.(使用C++20开发的Web回声服务器,使用线程池、epoll和非阻塞套接字处理网络请求,并包含YAML配置、日志记录和基于最小堆的定时器。)
Language: C++ - Size: 91.8 KB - Last synced at: 28 days ago - Pushed at: 7 months ago - Stars: 54 - Forks: 0

yardenshafir/PoolViewer
An application to view and filter pool allocations from a dmp file on Windows 10 RS5+.
Language: C++ - Size: 6.3 MB - Last synced at: 27 days ago - Pushed at: about 2 years ago - Stars: 137 - Forks: 24

limitedeternity/HeapLAB
Udemy – Linux Heap Exploitation
Language: Python - Size: 1.04 MB - Last synced at: about 1 month ago - Pushed at: almost 4 years ago - Stars: 39 - Forks: 10

ChrisRobertsJr/Social-Media-
A Social Media project that features Authentication, Post Creation, Following, Notifications, User Profile Management
Language: C++ - Size: 97.7 KB - Last synced at: about 1 month ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

WaliMuhammadAhmad/Data-Structures-Playground
Welcome to the Data Structures Playground repository! This collection of C++ and Java code files is designed to help understand essential data structures from scratch from a grad student point of view. Happy Coding!
Language: C++ - Size: 34.3 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 3

yourtion/LearningMasteringAlgorithms-C
Mastering Algorithms with C 《算法精解:C语言描述》源码及Xcode工程、Linux工程
Language: C - Size: 590 KB - Last synced at: about 1 month ago - Pushed at: almost 5 years ago - Stars: 754 - Forks: 272

arimelody/melody-allocator
it allocates memory
Language: C - Size: 15.6 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

Vivek290100/DSA
Language: JavaScript - Size: 57.6 KB - Last synced at: about 2 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

stdlib-js/blas-ext-base-gsorthp
Sort a strided array using heapsort.
Language: JavaScript - Size: 569 KB - Last synced at: 28 days ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 0

p-ranav/small_vector
"Small Vector" optimization for Modern C++: store up to a small number of items on the stack
Language: C++ - Size: 69.3 KB - Last synced at: 6 days ago - Pushed at: about 4 years ago - Stars: 34 - Forks: 2

Shikha-code36/Data-Structures-and-Algorithm-Patterns
Data Structures and Algorithms Patterns that I followed ,implemented in Python
Language: Python - Size: 43 KB - Last synced at: about 1 month ago - Pushed at: almost 3 years ago - Stars: 111 - Forks: 20

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.
Language: C++ - Size: 2.49 MB - Last synced at: 22 days ago - Pushed at: 11 months ago - Stars: 364 - Forks: 618

murraco/data-structures
Data structures in Java
Language: Java - Size: 51.8 KB - Last synced at: 13 days ago - Pushed at: 10 months ago - Stars: 9 - Forks: 6

endritngjelina/COP4530
Data Structures COP4530 is one of the main programming courses at the University of South Florida. This repository contains all of my projects for this class.
Language: C++ - Size: 3.91 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0
