Skip to content

robercicksimiyu/ctci

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Build status

CTCI

My solution to Cracking the Coding Interview 6th Edtion using C#, .NET Core Platform and Xunit

Prerequisites

You need to have installed .NET Core on your machine.

Build and Run

To build and run all the tests, navigate to test and run the following commands:

dotnet restore

dotnet test

Use the --filter option of dotnet test to run specific tests

About

My solutions to Cracking the Coding Interview 6th Edition in C# using .NET Core Platform and Xunit

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 99.9%
  • Shell 0.1%