Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Zach-Houston authored Jun 28, 2017
1 parent e0a08b8 commit 7d00a5f
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions level2/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,3 @@ The program mathematically computes it instead of creating an actual tree struct

This program is fairly self explanatory, it creates the largest product in a given list of numbers.
This includes negative numbers as well.

## precise_bomb.py

This program is pretty rough and could obviously be further optimized, but it was good enough for Google.
This program was meant for the following situation:
You start with 2 types of bombs. You start with one of each. Each generation, you can add one type's total to another type. Example:

Trying to get the bombs to equal 7 4:

- Generation 1: 1 1
- Generation 2: 2 1
- Generation 3: 3 1
- Generation 4: 3 4
- Generation 5: 7 4

Therefore, the program will return 5 because it takes 5 generations to do it.

0 comments on commit 7d00a5f

Please sign in to comment.