Skip to content

Instantly share code, notes, and snippets.

@fluttert
fluttert / CodeEval-Hard-Challenge-182.cs
Created February 8, 2015 17:11
CodeEval-Hard-Challenge-182
using System;
using System.Linq;
using System.Collections.Generic;
using System.Diagnostics;
namespace CodeEval
{
internal class Program
{
// Hard, longest path of unique characters
@fluttert
fluttert / gist:8910989
Created February 10, 2014 05:56
Primality Performance Testing
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Threading.Tasks;
// Author: Ernst Fluttert
// You can use this without permission
// yet you should mention the author.