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

Version Path
trackler-2.2.1.180 tracks/csharp/exercises/palindrome-products/PalindromeProducts.cs
trackler-2.2.1.179 tracks/csharp/exercises/palindrome-products/PalindromeProducts.cs
trackler-2.2.1.178 tracks/csharp/exercises/palindrome-products/PalindromeProducts.cs
trackler-2.2.1.177 tracks/csharp/exercises/palindrome-products/PalindromeProducts.cs
trackler-2.2.1.176 tracks/csharp/exercises/palindrome-products/PalindromeProducts.cs
trackler-2.2.1.175 tracks/csharp/exercises/palindrome-products/PalindromeProducts.cs
trackler-2.2.1.174 tracks/csharp/exercises/palindrome-products/PalindromeProducts.cs
trackler-2.2.1.173 tracks/csharp/exercises/palindrome-products/PalindromeProducts.cs
trackler-2.2.1.172 tracks/csharp/exercises/palindrome-products/PalindromeProducts.cs
trackler-2.2.1.171 tracks/csharp/exercises/palindrome-products/PalindromeProducts.cs
trackler-2.2.1.170 tracks/csharp/exercises/palindrome-products/PalindromeProducts.cs
trackler-2.2.1.169 tracks/csharp/exercises/palindrome-products/PalindromeProducts.cs
trackler-2.2.1.167 tracks/csharp/exercises/palindrome-products/PalindromeProducts.cs
trackler-2.2.1.166 tracks/csharp/exercises/palindrome-products/PalindromeProducts.cs
trackler-2.2.1.165 tracks/csharp/exercises/palindrome-products/PalindromeProducts.cs
trackler-2.2.1.164 tracks/csharp/exercises/palindrome-products/PalindromeProducts.cs
trackler-2.2.1.163 tracks/csharp/exercises/palindrome-products/PalindromeProducts.cs
trackler-2.2.1.162 tracks/csharp/exercises/palindrome-products/PalindromeProducts.cs
trackler-2.2.1.161 tracks/csharp/exercises/palindrome-products/PalindromeProducts.cs
trackler-2.2.1.160 tracks/csharp/exercises/palindrome-products/PalindromeProducts.cs