Varanasi-Software-Junction / JavaCodecamp

Java code repository of Varanasi Software Junction. Its public and free for use. Please star if you find it useful
MIT License
11 stars 5 forks source link

Problems on Stacks #19

Open satishary opened 2 years ago

satishary commented 2 years ago
  1. Check for proper parenthesis in an arithmetic expression.
  2. Check for a palindrome
  3. Find the expression inside brackets,
Vishaveet commented 1 year ago
  1. Check for a Palindrome.
  2. Evaluate an expression in Postorder
  3. Convert Inorder to Postorder