master
refactor: `BalancedBrackets` (#5391)
feat: Add `CelebrityFinder` new algorithm with Junit tests (#5756)
refactor: `DecimalToAnyUsingStack` (#5392)
refactor: `DuplicateBrackets` (#5424)
Add the retrieval of minimum and maximum element from stack at O(1) (#5714)
refactor: `InfixToPostfix` (#5401)
Add `Infix To Prefix` new algorithm with unit tests (#5537)
style: use proper spelling (#5436)
Add `MinStackUsingSingleStack` algorithm (#5759)
feat: Add `MinStackUsingTwoStacks` new algorithm with Junit tests (#5758)
refactor: `NextGreaterElement` (#5405)
refactor: `NextSmallerElement` (#5412)
Add palindrome checker using stack (#5887)
feat: Add `PostfixEvaluator` new algorithm with Junit tests (#5754)
refactor: `PostfixToInfix` (#5409)
feat: Add `PrefixEvaluator` new algorithm with Junit tests (#5755)
Add `PrefixToInfix.java` new algorithm (#5552)
Add SortStack algorithm (#5624)
refactor: `StackPostfixNotation` (#5400)
Add StackUsingTwoQueues algorithm (#5625)