Skip to content

Commit

Permalink
Revert "Add the algorithm "Find the Duplicate number""
Browse files Browse the repository at this point in the history
  • Loading branch information
pankaj-bind authored Oct 27, 2024
1 parent d46106b commit e5f7bf7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### Find Duplicate
###Find Duplicate

##Problem Statement
Given an array A of size N + 1. Each element in array A is between 1 and N. Write a program to find one of the duplicates in array A. If there are multiple answers, then print any.
Expand Down

0 comments on commit e5f7bf7

Please sign in to comment.