Written Solutions for StackOverflow questions.
Reason to contribute:
- Providing (reading) shortcut for referring questions and its solution source code.
Structure:
- Program.cs: Entry point for calling the solution methods
- ISolution.cs: An interface for
Solutionclass. - Solution_XXX.cs: A class file which implements
ISolutionand with the written answer. - Data/Solution_XXX_
<Collection?>.json: Sample data collection forSolutionclass.
Solutions and Linked question: