datastructures
Understanding C# data structures and how they work.
For better understanding of the different data structures added to this repo please read the README document that will be added to the various data structures project files
Get Started with this app.
On Windows using Visual studio IDE
Clone this repo and run the solution file, Preferably using visual studio 2019. Simply by clicking the soliution file in the package named ('Algos.sln'). Visual studio IDE will open the solution file, and the internal server IIS will open it in your default browser
On Windows Or Linux using VSCODE or (Other editor of choice)
Clone this repo and
Change directory to the root folder 'datastructures'. Open the folder containting the solution file in VSCode text editor (Preferably) or other text editor of choice. Execute a build command ('dotnet build') to resolve any dependencies. Execute the run command ('dotnet run')