/AlgoDesign

Some algorithms implemented as a C# library

Primary LanguageC#GNU General Public License v2.0GPL-2.0

AlgoDesign

This repository contains some algorithms implemented in C# alongwith their Unit Testing. It contains mainly two parts

  • Sorting algorithms and some number games
  • Graph algorithms(Karger's algorithm, Dijkstra) and some graph data structure