/coding-challenge-dotnet

List of coding challenge questions with my solutions using c# .NET core.

Primary LanguageC#GNU General Public License v3.0GPL-3.0

coding-challenge-dotnet

Master 💻
Build Status

List of coding challenge questions with my solutions using c# dotnet.

Key Points

  • 🎯 Algorithms & DataStructure

  • 🎯 Continuous Integration

  • 🎯 Problem Solving

  • 🎯 Test Driven Development (TDD)

  • 🎯 C# .Net Core

  • 🎯 Fun?

How to run

  1. Install latest version or ^2.0.0 of dotnet core.

  2. Restore and Build the project.

$ dotnet restore && dotnet build
  1. Run all the tests.
$ dotnet test