Skip to content

Instantly share code, notes, and snippets.

[mergetool "atom"]
cmd = atom -w $MERGED
trustExitCode = false
[merge]
tool = atom
conflictstyle = diff3
[mergetool]
prompt = false
keepbackup = false
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
namespace SuffixTreeAlgorithm
{
public class SuffixTree
{