DSA Master
Home
Problems
123
Schedule
17 Patterns
Data Structures
PDF Guide
Back to Problems
Mark as Complete
First Missing Positive
#41
Hard
Array & Hashing
O(n)
O(1)
Amazon
Google
Meta
View on LeetCode
Description
Approach
Solution
Related
Problem Description
Given an unsorted integer array nums, return the smallest missing positive integer.