stacks-and-queues

There are 25 repositories under stacks-and-queues topic.

  • HypertextAssassin0273/Data_Structures_in_Cpp

    Contains some useful custom Data-Structures/Containers & Algorithms, developed during my 3rd semester at University.

    Language:C++991312
  • anujvaghani0/DSA-Java

    DSA in Java covers a wide range of algorithms, including sorting algorithms, searching algorithms, graph algorithms, and dynamic programming algorithms. The implementation and optimization of these algorithms require a solid understanding of data structures, such as arrays, linked lists, trees, and graphs, and their associated operations.

    Language:Java12002
  • MeghnaS21/LeetCode

    Leetcode solutions in C++ for coding interviews.

    Language:C++5103
  • pmbhatiya/Cracking-the-Coding-Interview-Cpp

    Cracking-the-Coding-Interview C++ Solutions

    Language:C++5100
  • vishwasraval/Data-Structure-Handbook

    This book is about the fundamentals of data structures. It covers all the primitive and non-primitive data structures like arrays, stacks, queues, linked lists, trees, graphs with their algorithms and suitable example to understand it in easy and understandable way.

  • nidhiupman568/Codechef-Problem-Solved

    πŸ‘‹ Hi! I'm Nidhi Upman, a passionate πŸ‘©β€πŸ’» competitive programmer πŸ”₯ active on CodeChef πŸ₯˜. Starting with just solving 1️⃣-2️⃣ questions ❓, I persisted πŸ’ͺ, upsolving πŸ“ˆ to master 🧠 and achieve 3-star 🌟 status. Every Wednesday πŸ—“οΈ, I tackle contests πŸ† and daily πŸ”„ practice ensures continuous improvement πŸ’».

    Language:C++2100
  • nidhiupman568/Codeforces-Problem-Solved

    πŸ‘‹Hello!πŸ‘‹ I'm Nidhi UpmanπŸ˜€, a passionate competitive programmer on CodeforcesπŸ†. Started with basic problems (like A) and never gave up! πŸš€ Upsolving after contests πŸ“ˆ improved my skills. Now tackling tougher challenges (like B) 🧠. Codeforces hosts contests 2-3 times weekly πŸ—“οΈ and daily challenges to stay sharp. Determined to climb to Pupil.πŸ’ͺ

    Language:C++2100
  • nidhiupman568/Data-Structures-and-Algorithms-DSALGO

    Mastering Data Structures and Algorithms: Essential Interview Questions πŸš€

  • 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++20
  • 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++2100
  • jvrieger/151DataStructures

    BMC CMSC151 Java Data Structures Assignments and Labs with Dianna Xu

    Language:Java1
  • nidhiupman568/C-PLUS-PLUS-PROBLEMS-SOLVED

    πŸ†πŸŒŸ 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++1100
  • todor-petrov/Python-Program

    Modules

    Language:Python1100
  • alicia-athub/Mazerunner

    Program to find your way out of the maze using Stacks

    Language:Java00
  • definitelyliz/Infix-to-Postfix-Evaluation

    Implementing Stacks and Queues by parsing a mathematical expression in INFIX notation to POSTFIX notation and evaluating the POSTFIX notation.

    Language:Java0100
  • lawalTheWest/monty

    This repository explores the implementation of two fundamental data structures in C. Stacks are used for managing data with a last-in-first-out approach, while queues operate with a first-in-first-out strategy. Understanding and utilizing these data structures is essential for efficient algorithm design and data management in C programming.

    Language:C0100
  • mtamerb/google-data-structures-and-algorithms

    Learning goals Familiarize yourself with common data structures and algorithms such as lists, trees, maps, graphs, Big-O analysis, and more!

    Language:Java0100
  • pranav04katiyar/DSA_Questions

    Beginner-friendly approach to DSA in Java

    Language:Java0100
  • subham-paul/DSA_Supreme

    Here I'm sharing my Data Structures and Algorithm's journey topics wise.

    Language:C++0200
  • trayanaboykova/Java-Advanced

    Tasks from my course Java Advanced at SoftUni

    Language:Java0100
  • Tsvetelina-S/JavaAdvanced-Advanced

    Java Advance is the first section from a course called Java Advanced in SoftUni. It builds skills and programming knowledge in an advanced level.

    Language:Java0100
  • hollyabrams/dsa-stacks-queues

    Stacks & Queues exercises.

    Language:JavaScript10
  • Kovenda/Cafeteria-dinning-credits-system

    Utilized Python's Object Oriented Programming Principles to build a cafeteria dinning credits system

    Language:Python10