Skip to content

Instantly share code, notes, and snippets.

View simon-reynolds's full-sized avatar

Simon Reynolds simon-reynolds

View GitHub Profile
@simon-reynolds
simon-reynolds / ListToTree.cs
Created August 27, 2019 11:10 — forked from dmitry-pavlov/ListToTree.cs
Nice & universal way to convert List of items to Tree
using System;
using System.Collections.Generic;
using System.Linq;
using Xunit;
using Xunit.Abstractions;
namespace ListToTree
{
public class Category
{