LeetCode - First Missing Positive
Description: https://leetcode.com/problems/first-missing-positive/description/ This problem requires finding the smallest missing positive integer in an unsorted array. The key challenge is achieving %O(N)% time and %O(1)% space complexity without using extra space for hash tables. Key insights: * Since we're looking for the first