Sha256: c0343dc324d8ab42e256dda3a5b5de07d3becfa26bcb21616fe4fbe3d63d5048
Contents?: true
Size: 1.02 KB
Versions: 255
Compression:
Stored size: 1.02 KB
Contents
using System; using System.Collections.Generic; using System.Linq; public class Palindrome { public int Value { get { throw new NotImplementedException("You need to implement this function."); } } public ISet<Tuple<int, int>> Factors { get { throw new NotImplementedException("You need to implement this function."); } } public static Palindrome Largest(int maxFactor) { throw new NotImplementedException("You need to implement this function."); } public static Palindrome Largest(int minFactor, int maxFactor) { throw new NotImplementedException("You need to implement this function."); } public static Palindrome Smallest(int maxFactor) { throw new NotImplementedException("You need to implement this function."); } public static Palindrome Smallest(int minFactor, int maxFactor) { throw new NotImplementedException("You need to implement this function."); } }
Version data entries
255 entries across 255 versions & 1 rubygems