binbsr / Design.And.Analysis.Of.Algorithms

Design and Analysis of Algorithms for graduate students. Goal is to implement and thoroughly understand what is going on for the specific algorithm instances.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Design And Analysis Of Algorithms (CSC-314)

We will be implementing algorithms viz. iterative, recursive, divide-and-conquer, dynamic, greedy etc. in C# and analysing them to tie up with theoritical Big-Oh of the same.

Nuts and bolts

  • Install latest stable .NET Core SDK
  • Visual Studio Code (VS Code)
  • C# extension (Omnisharp) for VS Code
  • Git for Windows is installed on your laptop thereafter you can use regular cmd or git bash to run git commands.
  • Clone the repository to your laptop (on some relevent folder): git clone https://github.com/binbsr/Design.And.Analysis.Of.Algorithms.git
  • You need GitHub Account, Create one if you are not there already.
  • There on, you will be making changes to the repo you cloned and pushing changes to remote github repo accordingly.

About

Design and Analysis of Algorithms for graduate students. Goal is to implement and thoroughly understand what is going on for the specific algorithm instances.


Languages

Language:C# 100.0%