Skip to content

Commit

Permalink
compute difficulties using formula
Browse files Browse the repository at this point in the history
Difficulties adjusted using the following formula:
```
(defn difficulty [rate]
  (int (/ (- 93 rate) 5.5)))
```
  • Loading branch information
bobbicodes committed Jul 27, 2023
1 parent 71abb39 commit 8280668
Showing 1 changed file with 68 additions and 68 deletions.
Loading

0 comments on commit 8280668

Please sign in to comment.