Skip to content

Commit

Permalink
Merge pull request #254 from exercism/grade-school-hint
Browse files Browse the repository at this point in the history
Add HINTS for grade-school exercise
  • Loading branch information
robkeim authored Dec 18, 2016
2 parents ae7bbaa + fa9fcdb commit 701ca30
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions exercises/grade-school/HINTS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## Hints
For this exercise the following F# feature comes in handy:
- The [Map](https://en.wikibooks.org/wiki/F_Sharp_Programming/Sets_and_Maps#Maps) type associates keys with values. It is very similar to .NET's `Dictionary<TKey, TValue>` type, but with one major difference: `Map` is [immutable](https://fsharpforfunandprofit.com/posts/correctness-immutability/).

0 comments on commit 701ca30

Please sign in to comment.