DEV Community

Nozibul Islam
Nozibul Islam

Posted on

7 7 7 7 7

Comprehensive ๐—š๐˜‚๐—ถ๐—ฑ๐—ฒ ๐˜๐—ผ ๐—ฆ๐˜๐—ฎ๐—ฐ๐—ธ ๐——๐—ฎ๐˜๐—ฎ ๐—ฆ๐˜๐—ฟ๐˜‚๐—ฐ๐˜๐˜‚๐—ฟ๐—ฒ: ๐—œ๐—บ๐—ฝ๐—น๐—ฒ๐—บ๐—ฒ๐—ป๐˜๐—ฎ๐˜๐—ถ๐—ผ๐—ป, ๐—ข๐—ฝ๐—ฒ๐—ฟ๐—ฎ๐˜๐—ถ๐—ผ๐—ป๐˜€, ๐—ฎ๐—ป๐—ฑ ๐—ฃ๐—ฟ๐—ผ๐—ฏ๐—น๐—ฒ๐—บ-๐—ฆ๐—ผ๐—น๐˜ƒ๐—ถ๐—ป๐—ด

๐—–๐—ผ๐—บ๐—ฝ๐—ฟ๐—ฒ๐—ต๐—ฒ๐—ป๐˜€๐—ถ๐˜ƒ๐—ฒ ๐—š๐˜‚๐—ถ๐—ฑ๐—ฒ ๐˜๐—ผ ๐—ฆ๐˜๐—ฎ๐—ฐ๐—ธ ๐——๐—ฎ๐˜๐—ฎ ๐—ฆ๐˜๐—ฟ๐˜‚๐—ฐ๐˜๐˜‚๐—ฟ๐—ฒ: ๐—œ๐—บ๐—ฝ๐—น๐—ฒ๐—บ๐—ฒ๐—ป๐˜๐—ฎ๐˜๐—ถ๐—ผ๐—ป, ๐—ข๐—ฝ๐—ฒ๐—ฟ๐—ฎ๐˜๐—ถ๐—ผ๐—ป๐˜€, ๐—ฎ๐—ป๐—ฑ ๐—ฃ๐—ฟ๐—ผ๐—ฏ๐—น๐—ฒ๐—บ-๐—ฆ๐—ผ๐—น๐˜ƒ๐—ถ๐—ป๐—ด

๐Ÿญ. ๐—ฆ๐˜๐—ฎ๐—ฐ๐—ธ ๐—•๐—ฎ๐˜€๐—ถ๐—ฐ๐˜€

โ€ข Implementing a Stack Using Arrays
โ€ข Implementing a Stack Using Linked Lists
โ€ข Implementing a Stack Using Two Queues
โ€ข Implementing a Stack Using a Single Queue
โ€ข Stack Operations (Push, Pop, Peek)
โ€ข Implementing a Min Stack (Get Minimum in O(1) Time)
โ€ข Implementing a Max Stack (Get Maximum in O(1) Time)
โ€ข Implementing a Stack Using Two Stacks
โ€ข Implementing a Stack Using Recursion
โ€ข Stack Implementation Using Dynamic Arrays

๐Ÿฎ. ๐—œ๐—ป๐—ณ๐—ถ๐˜…, ๐—ฃ๐—ฟ๐—ฒ๐—ณ๐—ถ๐˜…, ๐—ฎ๐—ป๐—ฑ ๐—ฃ๐—ผ๐˜€๐˜๐—ณ๐—ถ๐˜… ๐—˜๐˜…๐—ฝ๐—ฟ๐—ฒ๐˜€๐˜€๐—ถ๐—ผ๐—ป๐˜€

โ€ข Converting Infix to Postfix
โ€ข Converting Infix to Prefix
โ€ข Converting Postfix to Infix
โ€ข Converting Prefix to Infix
โ€ข Evaluating a Postfix Expression
โ€ข Evaluating a Prefix Expression
โ€ข Validating an Infix Expression
โ€ข Parenthesis Matching (Balanced Parentheses)
โ€ข Implementing the Shunting Yard Algorithm for Expression Parsing
โ€ข Converting Infix to Postfix with Associativity and Precedence Handling

๐Ÿฏ. ๐—”๐—ฑ๐˜ƒ๐—ฎ๐—ป๐—ฐ๐—ฒ๐—ฑ ๐—ฆ๐˜๐—ฎ๐—ฐ๐—ธ ๐—ข๐—ฝ๐—ฒ๐—ฟ๐—ฎ๐˜๐—ถ๐—ผ๐—ป๐˜€

โ€ข Design a Stack that Supports GetMin, GetMax, and GetMedian
โ€ข Implementing a Two-Stack Queue
โ€ข Design a Stack with Increment Operation
โ€ข Implementing a Stack Using Deque
โ€ข Implementing Special Stack Operations (Double Push, Double Pop)
โ€ข Building a Stack from Scratch Without Using Built-In Data Structures
โ€ข Implement a Stack with Dynamic Resizing
โ€ข Implement a Stack That Supports Middle Element Access
โ€ข Implement Stack Sorting Using Recursion
โ€ข Implement a Custom Stack with Customized Push/Pop Rules

๐Ÿฐ. ๐—ฆ๐˜๐—ฎ๐—ฐ๐—ธ-๐—•๐—ฎ๐˜€๐—ฒ๐—ฑ ๐—ฃ๐—ฟ๐—ผ๐—ฏ๐—น๐—ฒ๐—บ-๐—ฆ๐—ผ๐—น๐˜ƒ๐—ถ๐—ป๐—ด

โ€ข Next Greater Element to the Right
โ€ข Next Greater Element to the Left
โ€ข Next Smaller Element to the Right
โ€ข Next Smaller Element to the Left
โ€ข Stock Span Problem
โ€ข Largest Rectangle in Histogram
โ€ข Trapping Rain Water Problem
โ€ข Simplify Directory Path (Unix Style Path Simplification)
โ€ข Evaluate Reverse Polish Notation
โ€ข Validating Stack Sequences

๐Ÿฑ. ๐—ฆ๐˜๐—ฎ๐—ฐ๐—ธ ๐—ฎ๐—ป๐—ฑ ๐—ฅ๐—ฒ๐—ฐ๐˜‚๐—ฟ๐˜€๐—ถ๐—ผ๐—ป

โ€ข Reverse a Stack Using Recursion
โ€ข Sort a Stack Using Recursion
โ€ข Insert an Element at the Bottom of a Stack Using Recursion
โ€ข Finding Maximum Depth of Nested Parentheses
โ€ข Decode a String with Nested Patterns (e.g., "3[a2[c]]" โ†’ "accaccacc")
โ€ข Removing K Digits to Get the Smallest Number
โ€ข Checking Redundant Parentheses in an Expression
โ€ข Flattening Nested Lists (Nested List Weight Sum)
โ€ข Recursive Depth Calculation Using Stack
โ€ข Implement an Algorithm for the Nearest Smaller Values (Monotonic Stack)

๐Ÿฒ. ๐—ฆ๐˜๐—ฎ๐—ฐ๐—ธ ๐—ฉ๐—ฎ๐—ฟ๐—ถ๐—ฎ๐˜๐—ถ๐—ผ๐—ป๐˜€ ๐—ฎ๐—ป๐—ฑ ๐—จ๐˜€๐—ฒ ๐—–๐—ฎ๐˜€๐—ฒ๐˜€

โ€ข Implement a Circular Stack
โ€ข Implement a Bounded Stack with Capacity Limits
โ€ข Design a Stack That Can Support Multiple Data Types
โ€ข Implement a Thread-Safe Stack (Using Synchronization Primitives)
โ€ข Using a Stack to Implement Undo/Redo Operations
โ€ข Browser Back/Forward Navigation Using Two Stacks
โ€ข Stack-Based String Reversal
โ€ข Stack-Based Arithmetic Expression Evaluation (Supporting Multiple Operators)
โ€ข Implement a Stack with Maximum Stack Size for Efficient Memory Management
โ€ข Using Stacks to Evaluate Mathematical Expressions with Variables

๐Ÿณ. ๐—ฆ๐˜๐—ฎ๐—ฐ๐—ธ-๐—•๐—ฎ๐˜€๐—ฒ๐—ฑ ๐—”๐—น๐—ด๐—ผ๐—ฟ๐—ถ๐˜๐—ต๐—บ ๐—–๐—ต๐—ฎ๐—น๐—น๐—ฒ๐—ป๐—ด๐—ฒ๐˜€

โ€ข Finding the Longest Valid Parentheses Substring
โ€ข Maximum Area Rectangle in a Binary Matrix Using Stack
โ€ข Design a Stack That Supports Random Access
โ€ข Sort a Stack Using Iterative Approach
โ€ข Design a Stack-Based Cache with Least Recently Used (LRU) Functionality
โ€ข Implement an Expression Evaluator with Nested Function Calls Using Stacks
โ€ข Finding the Nearest Smaller Element Using a Monotonic Stack
โ€ข Using a Stack to Detect Palindromes (String or Number)
โ€ข Merge Intervals Using a Stack
โ€ข Evaluate Complex Arithmetic Expressions with Parentheses and Nested Functions

๐Ÿด. ๐—ฆ๐˜๐—ฎ๐—ฐ๐—ธ ๐—ข๐—ฝ๐˜๐—ถ๐—บ๐—ถ๐˜‡๐—ฎ๐˜๐—ถ๐—ผ๐—ป ๐—ฎ๐—ป๐—ฑ ๐—–๐—ผ๐—บ๐—ฝ๐—น๐—ฒ๐˜…๐—ถ๐˜๐˜† ๐—”๐—ป๐—ฎ๐—น๐˜†๐˜€๐—ถ๐˜€

โ€ข Optimizing Stack Operations for Space Efficiency
โ€ข Time Complexity Analysis of Stack Operations in Different Implementations
โ€ข Analyzing the Impact of Dynamic Resizing on Stack Performance
โ€ข Space Complexity Analysis of Recursive Stack-Based Algorithms
โ€ข Reducing Stack Overflows by Optimizing Recursive Depths
โ€ข Balancing Memory and Performance in Stack-Based Applications

๐Ÿต. ๐—”๐—ฝ๐—ฝ๐—น๐—ถ๐—ฐ๐—ฎ๐˜๐—ถ๐—ผ๐—ป ๐—ผ๐—ณ ๐—ฆ๐˜๐—ฎ๐—ฐ๐—ธ๐˜€ ๐—ถ๐—ป ๐—ฅ๐—ฒ๐—ฎ๐—น-๐—ช๐—ผ๐—ฟ๐—น๐—ฑ ๐—ฃ๐—ฟ๐—ผ๐—ฏ๐—น๐—ฒ๐—บ๐˜€

โ€ข Using a Stack for Depth-First Search (DFS) in Graph Traversal
โ€ข Implementing Backtracking Algorithms Using a Stack
โ€ข Text Editor Cursor Movement Simulation Using a Stack
โ€ข Memory Management Techniques Using Stacks (Call Stack in Function Calls)
โ€ข Implementing Parantheses Checker for Code Compilation
โ€ข Using Stacks for Maze Solving Algorithms
โ€ข Real-Time Parsing of Mathematical Expressions Using Stacks
โ€ข Implementing Undo/Redo Functionality in a Text Editor Using Two Stacks
โ€ข Stack-Based Parsing of HTML/XML

๐Ÿญ๐Ÿฌ. ๐—–๐—ผ๐—บ๐—ฝ๐—ฒ๐˜๐—ถ๐˜๐—ถ๐˜ƒ๐—ฒ ๐—ฃ๐—ฟ๐—ผ๐—ด๐—ฟ๐—ฎ๐—บ๐—บ๐—ถ๐—ป๐—ด ๐—ฎ๐—ป๐—ฑ ๐—œ๐—ป๐˜๐—ฒ๐—ฟ๐˜ƒ๐—ถ๐—ฒ๐˜„ ๐—ฃ๐—ฟ๐—ผ๐—ฏ๐—น๐—ฒ๐—บ๐˜€ ๐˜„๐—ถ๐˜๐—ต ๐—ฆ๐˜๐—ฎ๐—ฐ๐—ธ๐˜€

โ€ข Implementing a Stack-Based Algorithm for Largest Rectangle in Histogram with Time Complexity Optimization
โ€ข Solving LeetCodeโ€™s โ€œDaily Temperaturesโ€ Using a Stack
โ€ข Using Stacks for Dynamic Programming Problems (e.g., Longest Increasing Subsequence)
โ€ข Stack-Based Algorithms for Dynamic Range Queries in Arrays
โ€ข Implementing Sliding Window Maximum Using Stack and Deque
โ€ข Efficiently Finding Maximum Rectangles in Binary Matrices Using Stacks
โ€ข Using a Stack for Validating Nested Data Structures (JSON, XML)
โ€ข Implementing a Stack-Based Approach for Finding Longest Balanced Substring
โ€ข Stack-Based Techniques for Handling Collisions in Data Structures
โ€ข Using Stacks to Solve Problems on Contiguous Subarrays with Maximum Sum

These additional topics provide a wider perspective on how stacks can be used, optimized, and applied in various scenarios. They are useful for competitive programming, coding interviews, and deepening your understanding of stack-based solutions.

๐Ÿ”— Connect with me on LinkedIn:

I regularly share insights on JavaScript, Node.js, React, Next.js, software engineering, data structures, algorithms, and more. Letโ€™s connect, learn, and grow together!

Follow me: Nozibul Islam

Billboard image

The fastest way to detect downtimes

Join Vercel, CrowdStrike, and thousands of other teams that trust Checkly to streamline monitoring.

Get started now

Top comments (2)

Collapse
 
Sloan, the sloth mascot
Comment deleted
Collapse
 
nozibul_islam_113b1d5334f profile image
Nozibul Islam โ€ข

Thank you so much! Stay connected by following, and I'll do my best to share the best resources!

Image of Timescale

Timescale โ€“ the developer's data platform for modern apps, built on PostgreSQL

Timescale Cloud is PostgreSQL optimized for speed, scale, and performance. Over 3 million IoT, AI, crypto, and dev tool apps are powered by Timescale. Try it free today! No credit card required.

Try free

๐Ÿ‘‹ Kindness is contagious

Discover a treasure trove of wisdom within this insightful piece, highly respected in the nurturing DEV Community enviroment. Developers, whether novice or expert, are encouraged to participate and add to our shared knowledge basin.

A simple "thank you" can illuminate someone's day. Express your appreciation in the comments section!

On DEV, sharing ideas smoothens our journey and strengthens our community ties. Learn something useful? Offering a quick thanks to the author is deeply appreciated.

Okay