Using graph search to solve real-world problems in C# Most day-to-day C# work involves flat collections: filter a list, sort a table, look something up by key. Those shapes are well served by LINQ and a dictionary. But some problems are about relationships rather than records, and flat collecti...
Source: [Dev.to](https://dev.to/grantwatsondev/graph-theory-in-c-5h83)