Sha256: 2f7eb75a0b2b39c44d81c6a92a2a29c64111978b5a8e49c47668418faefaaafd
Contents?: true
Size: 379 Bytes
Versions: 68
Compression:
Stored size: 379 Bytes
Contents
import java.util.List; class VariableLengthQuantity { List<String> encode(List<Long> numbers) { throw new UnsupportedOperationException("Delete this statement and write your own implementation."); } List<String> decode(List<Long> bytes) { throw new UnsupportedOperationException("Delete this statement and write your own implementation."); } }
Version data entries
68 entries across 68 versions & 1 rubygems