Visualization tool for data structures. Animations made with SVG and CSS3.
-
Updated
May 11, 2025 - JavaScript
Visualization tool for data structures. Animations made with SVG and CSS3.
Your one-stop GitHub repo for competitive coding and data structures! 🤖 Curated notes, practice problems, and real-world applications. Sharpen your skills and ace those interviews! 💻🔥
This Repository contains topics related to Amortized Analysis. Amortized analysis is like budgeting for algorithms. Instead of focusing on the worst-case scenario for each operation, it looks at the overall cost of a sequence of operations.
A highly optimized integer sorting project implementing the chunk sorting algorithm.
ENVI/IDL extensions for NRS department
The "Push_swap" project at 42 is a programming challenge focused on sorting integers using a limited set of operations and an auxiliary stack. The goal is to sort the stack with the fewest moves, showcasing efficient algorithm design and problem-solving skills.
A program that uses two stacks to sort numbers with the least amount of moves possible.
stack operations using static and dynamic allocation
Useful for learning Assembly basics, university labs, or low-level programming practice.
Add a description, image, and links to the stack-operations topic page so that developers can more easily learn about it.
To associate your repository with the stack-operations topic, visit your repo's landing page and select "manage topics."