-
Notifications
You must be signed in to change notification settings - Fork 3
find-missing-and-repeating #1
Copy link
Copy link
Open
Labels
HacktoberfestdocumentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Metadata
Metadata
Assignees
Labels
HacktoberfestdocumentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Given an unsorted array Arr of size N of positive integers. One number 'A' from set {1, 2, …N} is missing and one number 'B' occurs twice in array. Find these two numbers.
You can have more information at src/find-missing-and-repeating/problem.md
Feel free to add questions here.