Author: Enrique Hilst
This is a console application that creates linked lists, appends to linked lists, adds to the beginning of linked lists, and adds nodes before or after a specified node.
Clone this repository to your local machine.
$ git clone https://github.com/ehilst515/dotnet-data-structures-and-algorithms.git
Select File
-> Open
-> Project/Solution
Next navigate to the location you cloned the Repository.
Double click on the dotnet-data-structures-and-algorithms
directory.
Then select and open DSA.sln