Interview Challenges This repo contains my technical coding interview tasks. Each task is completed in a feature branch and submitted as a pull request. Completed Tasks ✅ Flatten Nested Array Task: Recursively flatten an arbitrarily nested array of values. Branch: feature/flatten-array PR: TBD