Skip to content

Commit

Permalink
Refactor dirs, download banner img, update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ggeorgievx committed Mar 11, 2018
1 parent a04fe9c commit 7613e6a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
<img src='https://storage.googleapis.com/gweb-uniblog-publish-prod/images/hashcode_hero.max-1000x1000.png' width='700' height='100'>
<img src='./other/logo.png' width='800' height='200'>

# Solution to the 2018 Google Hash Code online qualification round (Javascript)

#### https://hashcode.withgoogle.com

## Problem Statement

#### [PDF](./online_qualification_round_2018.pdf)
#### [PDF](./other/online_qualification_round_2018.pdf)

## Algorithm

#### While there are unassigned rides, our algorithm takes a vehicle that has below the average steps (distance travelled) and assigns it the best possible ride for that vehicle, using this formula (you can try coming up with a better one):
![](./other/formula.gif)

## Usage

Expand Down
Binary file added other/formula.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added other/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added other/online_qualification_round_2018.pdf
Binary file not shown.

0 comments on commit 7613e6a

Please sign in to comment.