Visualization tool for data structures. Animations made with SVG and CSS3.
-
Updated
Sep 24, 2024 - 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.
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.
stack operations using static and dynamic allocation
A program that uses two stacks to sort numbers with the least amount of moves possible.
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."