Sha256: 7c4b6930b9a983a2b1ab6be3bbd49788d72e8e737c2f9419be491cd3ee7fb217
Contents?: true
Size: 250 Bytes
Versions: 281
Compression:
Stored size: 250 Bytes
Contents
using System; using System.Collections.Generic; public static class Dominoes { public static bool CanChain(IEnumerable<Tuple<int, int>> dominoes) { throw new NotImplementedException("You need to implement this function."); } }
Version data entries
281 entries across 281 versions & 1 rubygems