lionelsamrat10 / LeetCode-Solutions

Contains the solutions of all the problems, I am solving on Leetcode.
https://github.com/lionelsamrat10/LeetCode-Solutions
MIT License
2 stars 1 forks source link

41. First Missing Positive #38

Closed guruc-134 closed 3 years ago

guruc-134 commented 3 years ago

I want to provide the solution to this problem. link to this process:

please assign me this issue Given an unsorted integer array nums, return the smallest missing positive integer. You must implement an algorithm that runs in O(n) time and uses constant extra space.

Example 1: Input: nums = [1,2,0] Output: 3

guruc-134 commented 3 years ago

please assign me this issue /assign