Skip to content

lukewalshct/ds-practice-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Synopsis

Practice data structure and algorithm problems. (Original problems intentionally not included)

Instructions

  1. Clone this repository onto your local machine.
  2. Ensure that you have Visual Studio installed.

To View Solutions to the Problems

  1. Open "CodingChallengeSln.sln" in the "CodingChallengeSln" folder.
  2. Navigate to the "Problems" folder in Visual Studio's Solution Explorer to view problem solutions.

To Test Problem Solutions

  1. Open "CodingChallengeTestSln.sln" in the "CodingChallengeTestSln" folder.
  2. Clean and build both solutions.
  3. In the test solution, on the toolbar at the top select "Test">"Run">"All Tests" to run tests.
  4. Navigate to the "ProblemTests" folder to add additional test methods.
  5. Output for test methods with expected output is also logged in this directory: "CodingChallengeTestSln\CodingChallengeTest\bin\Debug\Logs"

About

Practice data structure/algo problems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages