This Repository contains implementation of different algorithms

How to run on local machine

  • Clone this repository
  • Install dotnet 5 on your local machine.

Using Visual Studio

  • Open .sln in Visual Studio and hit run.

Using Visual Studio Code

  • Open location where .csproj file lives in terminal
  • type dotnet run and hit enter to execute the program.

Note : You need to call function in Main function to see execution of specific problem