trackler 2.0.5.2 → 2.0.5.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b9773ecbde701eefef54d155c99ae2c605cd9abf
4
- data.tar.gz: 5f50ee1153696ce79b5440aa424c0cbccdf490c1
3
+ metadata.gz: d2c4897c537ea6d0d1e07f9d60f2144b9e20dcfa
4
+ data.tar.gz: d5905ad832fd6d67ee4deb73fc90055395358274
5
5
  SHA512:
6
- metadata.gz: 909605d683b7f022647a5f046a40c35a8a12ab63c38dfb51e3fab6f1c7766d033ca368232a115162bf0a8e4e87ddbec626245e0f46c1179a84090d54ec404229
7
- data.tar.gz: c352853d640a7f935b961d223c5ef202c30973982a2e0d65657eede8c18cc46c149fb9591ae1d7291c3a100046934a64ecedde199d53da45446d14d51a9a426b
6
+ metadata.gz: 39e0d776ae819ac7c800cd3628f5b48464360dd1f1c5816fbc2d8a9dd854df00d4bdcf30c5fed1860fd2ff20fb137ee5006c6757886d97ea61c3caa17384fe16
7
+ data.tar.gz: 9e8540751a3babb28b3696ceffa4c88ae862e26eff5f9b52f9204ae671985fc1b28f6f413b70d5bb0ce86980849a17b1a2fd9181e95fb15bc6e01961eb4c92b0
@@ -1,3 +1,3 @@
1
1
  module Trackler
2
- VERSION = "2.0.5.2"
2
+ VERSION = "2.0.5.3"
3
3
  end
@@ -0,0 +1,4 @@
1
+ ## Hints
2
+ - To parse the text, you could try to use the [FParsec](http://www.quanttec.com/fparsec/tutorial.html) library.
3
+ - You can solve this exercise with a brute force algorithm, but this will possibly have a poor runtime performance.
4
+ Try to find a more sophisticated solution. Hint: You could try the column-wise addition algorithm that is usually taught in school.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: trackler
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.5.2
4
+ version: 2.0.5.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Katrina Owen
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-12-18 00:00:00.000000000 Z
11
+ date: 2016-12-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubyzip
@@ -2384,6 +2384,7 @@ files:
2384
2384
  - tracks/fsharp/exercises/allergies/Example.fs
2385
2385
  - tracks/fsharp/exercises/alphametics/AlphameticsTest.fs
2386
2386
  - tracks/fsharp/exercises/alphametics/Example.fs
2387
+ - tracks/fsharp/exercises/alphametics/HINTS.md
2387
2388
  - tracks/fsharp/exercises/anagram/AnagramTest.fs
2388
2389
  - tracks/fsharp/exercises/anagram/Example.fs
2389
2390
  - tracks/fsharp/exercises/app.config