sushreesoumya1 / DSA

All Data structures and Algorithms Solutions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Data Structures and Algorithms

Company-wise Leetcode questions PDF : Company-wise Questions

This Repo includes questions and solutions from

  1. LeetCode
  2. Cracking the coding interview
  3. HackerRank
  4. InterviewBit
  5. CodeWithMosh

Setup on Mac/Windows.

  1. Clone this repo.
  2. Install .NET Core
  3. Run dotnet build command
  4. Resolve Errors (If any)
  5. dotnet run (will run the Program.cs which contains Main Method)

About

All Data structures and Algorithms Solutions


Languages

Language:C# 100.0%