Skip to content

Instantly share code, notes, and snippets.

View gsaxton's full-sized avatar

Gregory Saxton gsaxton

  • XPO Logistics
  • Boston, MA
View GitHub Profile
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
namespace SuffixTreeAlgorithm
{
public class SuffixTree
{