Sha256: fb20b71ecedec755e74c47f75f3c3ec8da26cac949d34fc8d4b4d3b42a950fd7
Contents?: true
Size: 513 Bytes
Versions: 133
Compression:
Stored size: 513 Bytes
Contents
using System; public static class DifferenceOfSquares { public static int CalculateSquareOfSum(int max) { throw new NotImplementedException("You need to implement this function."); } public static int CalculateSumOfSquares(int max) { throw new NotImplementedException("You need to implement this function."); } public static int CalculateDifferenceOfSquares(int max) { throw new NotImplementedException("You need to implement this function."); } }
Version data entries
133 entries across 133 versions & 1 rubygems