Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Adding readme info
  • Loading branch information
krb11010 committed Mar 7, 2020
1 parent 79e9301 commit f19a75c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
@@ -1 +1,5 @@
# NumberFinder

A common challenge to new programmers is to write a program that finds a missing number in a range of numbers in a quick and efficient manner. Modern programming languages offer numerous ways to approach this problem, and it is a good way to see how a programmer approaches a given task.

In this example, I use one of the more simple ways to find the missing number, at the cost of efficiency.

0 comments on commit f19a75c

Please sign in to comment.