diff --git a/README.md b/README.md index f593fc0..4ff8271 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ # A-New-Selection-Algorithm -A new algorithm for selection problem discovered by me. Its not a major discovery, just a different way to perform the search, so I am putting it on GitHub. Worst case- O(n), Average case- close to linear time. +A new algorithm for selection problem discovered by me. Its not a major discovery, just a different way to perform the search. Worst case- O(n), Average case- close to linear time. diff --git a/Read_this_paper_first.pdf b/Read_this_paper_first.pdf deleted file mode 100644 index 1fa39f3..0000000 Binary files a/Read_this_paper_first.pdf and /dev/null differ