issues
search
Nivedita967
/
Data-Structure-and-Algorithms
Data Structure and Algorithms problems across various platforms.
MIT License
48
stars
77
forks
source link
First Missing Positive
#1106
Closed
pri1311
closed
3 years ago
pri1311
commented
3 years ago
Related Issue
Closes: #1044
Describe the changes you've made
Added C solution to First Missing Positive
Describe if there is any unusual behaviour of your code(Write
NA
if there isn't)
NA
Language used for coding
C
Checklist:
[ x] My code follows the style guidelines of this project.
[ x] I have performed a self-review of my own code.
[ x] I have commented my code, particularly in hard-to-understand areas.
[ x] I have documented the code.
[ x] New and existing unit tests pass locally with my changes.
Related Issue
Closes: #1044
Describe the changes you've made
Added C solution to First Missing Positive
Describe if there is any unusual behaviour of your code(Write
NA
if there isn't)NA
Language used for coding
C
Checklist: