Sha256: cd2d2b4f597445b514c57b70abd8b588cc6bc2c9daa625bce719cfe16cc396ca
Contents?: true
Size: 478 Bytes
Versions: 26
Compression:
Stored size: 478 Bytes
Contents
using System; using System.Collections.Generic; using System.Linq; public static class PalindromeProducts { public static (int, IEnumerable<(int,int)>) Largest(int minFactor, int maxFactor) { throw new NotImplementedException("You need to implement this function."); } public static (int, IEnumerable<(int,int)>) Smallest(int minFactor, int maxFactor) { throw new NotImplementedException("You need to implement this function."); } }
Version data entries
26 entries across 26 versions & 1 rubygems