Sha256: ba51941b98481236e3d743ba815476f8a40a86bb9ac5834c8965a17a2ec51c5b
Contents?: true
Size: 1.09 KB
Versions: 31
Compression:
Stored size: 1.09 KB
Contents
{ "cases": [ { "description": "lowercase letter", "input": "a", "expected": 1 }, { "description": "uppercase letter", "input": "A", "expected": 1 }, { "description": "valuable letter", "input": "f", "expected": 4 }, { "description": "short word", "input": "at", "expected": 2 }, { "description": "short, valuable word", "input": "zoo", "expected": 12 }, { "description": "medium word", "input": "street", "expected": 6 }, { "description": "medium, valuable word", "input": "quirky", "expected": 22 }, { "description": "long, mixed-case word", "input": "OxyphenButazone", "expected": 41 }, { "description": "english-like word", "input": "pinata", "expected": 8 }, { "description": "empty input", "input": "", "expected": 0 }, { "description": "entire alphabet available", "input": "abcdefghijklmnopqrstuvwxyz", "expected": 87 } ] }
Version data entries
31 entries across 31 versions & 1 rubygems