Implement a Stack using an Array
Implement a Stack using a Linked List
Reverse a String using a Stack
Check for Balanced Parentheses
Convert Infix Expression to Postfix Expression
Evaluate a Postfix Expression
Find the Next Greater Element
Implement Two Stacks in One Array
Design a Stack that Supports getMin() in O(1) Time
Sort a Stack using Recursion
Subject: Data Structure and Algorithm
Implement Linear Queue using Arrays
Write a program to implement a queue using an array with the following operations:
enqueue()– add an element to the rear.dequeue()– remove an element from the front.display()– show all elements in the queue.isFull()isEmpty()
Select file or drag and drop
PNG, JPG, SVG