/intro-to-algorithms

Classical algorithms from Algorithms & DataStructures course based on try-dotnet

Primary LanguageC#

Introduction to algorithms (playground) Build Status

This repository is intended to demonstrate implementations of classic algorithms.

Getting Started

Prerequisites:

  • Install dotnet sdk curl -sSL https://dot.net/v1/dotnet-install.sh | bash /dev/stdin --channel 3.1

  • Install dotnet tool dotnet tool install -g dotnet-try

  • Run: dotnet try

Table of contents

Useful links