Sha256: fc5e0e86ab7a11e45e2806cdc1f22f822e0d0127c21a8dea0dd2f630bdfb08a3
Contents?: true
Size: 1.43 KB
Versions: 37
Compression:
Stored size: 1.43 KB
Contents
{ "exercise": "two-bucket", "version": "1.0.1", "cases": [ { "description": "Measure using bucket one of size 3 and bucket two of size 5 - start with bucket one", "property": "measure", "bucket_one": 3, "bucket_two": 5, "goal": 1, "start_bucket": "one", "expected": { "moves": 4, "goal_bucket": "one", "other_bucket": 5 } }, { "description": "Measure using bucket one of size 3 and bucket two of size 5 - start with bucket two", "property": "measure", "bucket_one": 3, "bucket_two": 5, "goal": 1, "start_bucket": "two", "expected": { "moves": 8, "goal_bucket": "two", "other_bucket": 3 } }, { "description": "Measure using bucket one of size 7 and bucket two of size 11 - start with bucket one", "property": "measure", "bucket_one": 7, "bucket_two": 11, "goal": 2, "start_bucket": "one", "expected": { "moves": 14, "goal_bucket": "one", "other_bucket": 11 } }, { "description": "Measure using bucket one of size 7 and bucket two of size 11 - start with bucket two", "property": "measure", "bucket_one": 7, "bucket_two": 11, "goal": 2, "start_bucket": "two", "expected": { "moves": 18, "goal_bucket": "two", "other_bucket": 7 } } ] }
Version data entries
37 entries across 37 versions & 1 rubygems