Stacks & Queues
Master stack and queue data structures with implementation and problem-solving techniques.
Celebrity Problem
Find the celebrity in a party of n people using the minimum number of questions.
Daily Temperatures
Find the number of days until a warmer temperature for each day.
Decode String
Decode a string encoded with the format k[encoded_string].
Evaluate Reverse Polish Notation
Evaluate the value of an arithmetic expression in Reverse Polish Notation.
Expression Evaluation
Evaluate mathematical expressions with proper operator precedence and parentheses.