LeetCode-Solutions
LeetCode-Solutions copied to clipboard
41 | First Missing Positive | Python, Keep only the clean solution
41 | First Missing Positive | Python
-
What will change -
There are two solutions of this problem. I suggest to keep the clean solution 41. firstMissingPositive.py
than the other one 41. FirstMissingPositive.py
and add to it the problem statement
Type of Issue -
Please add/delete options that are not relevant.
- [x] Improving Code
Programming Language
Please add/delete options that are not relevant.
- [x] Python
Can you assign this issue to me?
Happy Coding,
Having the same solutions with identical names creates problems to get the two files locally