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
Solution
class. - Solution_XXX.cs: A class file which implements
ISolution
and with the written answer. - Data/Solution_XXX_
<Collection?>
.json: Sample data collection forSolution
class.
Solutions and Linked question: