Skip to content

dahlbyk-demo/dotnet-data-structures-and-algorithms

 
 

Repository files navigation

.NET Core

Linked Lists

Author: Enrique Hilst


Description

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.


Getting Started

Clone this repository to your local machine.

$ git clone https://github.com/ehilst515/dotnet-data-structures-and-algorithms.git

To run the program from Visual Studio:

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


Visuals

Linked List Visual

Linked List Visual

Zipper

Zipper Method

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%