5Modules
2-3 hoursEstimated Time
Course Modules
1
Two Sum Problem
Find two numbers in an array that add up to a target value
2
Reverse String Problem
Reverse a string in-place using different approaches
3
Valid Parentheses Problem
Check if a string of parentheses is valid using a stack
4
Fibonacci Sequence Problem
Calculate Fibonacci numbers using different approaches
5
Binary Search Problem
Implement binary search to find elements in a sorted array