Practice data structure and algorithm problems. (Original problems intentionally not included)
- Clone this repository onto your local machine.
- Ensure that you have Visual Studio installed.
- Open "CodingChallengeSln.sln" in the "CodingChallengeSln" folder.
- Navigate to the "Problems" folder in Visual Studio's Solution Explorer to view problem solutions.
- Open "CodingChallengeTestSln.sln" in the "CodingChallengeTestSln" folder.
- Clean and build both solutions.
- In the test solution, on the toolbar at the top select "Test">"Run">"All Tests" to run tests.
- Navigate to the "ProblemTests" folder to add additional test methods.
- Output for test methods with expected output is also logged in this directory: "CodingChallengeTestSln\CodingChallengeTest\bin\Debug\Logs"