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

Version Path
trackler-2.2.1.153 tracks/csharp/exercises/palindrome-products/PalindromeProducts.cs
trackler-2.2.1.152 tracks/csharp/exercises/palindrome-products/PalindromeProducts.cs
trackler-2.2.1.151 tracks/csharp/exercises/palindrome-products/PalindromeProducts.cs
trackler-2.2.1.150 tracks/csharp/exercises/palindrome-products/PalindromeProducts.cs
trackler-2.2.1.149 tracks/csharp/exercises/palindrome-products/PalindromeProducts.cs
trackler-2.2.1.148 tracks/csharp/exercises/palindrome-products/PalindromeProducts.cs
trackler-2.2.1.147 tracks/csharp/exercises/palindrome-products/PalindromeProducts.cs
trackler-2.2.1.146 tracks/csharp/exercises/palindrome-products/PalindromeProducts.cs
trackler-2.2.1.145 tracks/csharp/exercises/palindrome-products/PalindromeProducts.cs
trackler-2.2.1.144 tracks/csharp/exercises/palindrome-products/PalindromeProducts.cs
trackler-2.2.1.143 tracks/csharp/exercises/palindrome-products/PalindromeProducts.cs
trackler-2.2.1.142 tracks/csharp/exercises/palindrome-products/PalindromeProducts.cs
trackler-2.2.1.141 tracks/csharp/exercises/palindrome-products/PalindromeProducts.cs
trackler-2.2.1.140 tracks/csharp/exercises/palindrome-products/PalindromeProducts.cs
trackler-2.2.1.139 tracks/csharp/exercises/palindrome-products/PalindromeProducts.cs
trackler-2.2.1.138 tracks/csharp/exercises/palindrome-products/PalindromeProducts.cs
trackler-2.2.1.137 tracks/csharp/exercises/palindrome-products/PalindromeProducts.cs
trackler-2.2.1.136 tracks/csharp/exercises/palindrome-products/PalindromeProducts.cs
trackler-2.2.1.135 tracks/csharp/exercises/palindrome-products/PalindromeProducts.cs
trackler-2.2.1.134 tracks/csharp/exercises/palindrome-products/PalindromeProducts.cs