Question: Using Visual Studio, write a C# application (console, web, or windows forms) that implements a simple linked list. The program should include the implementation of
-
Using Visual Studio, write a C# application (console, web, or windows forms) that implements a simple linked list. The program should include the implementation of Linked Lists and demonstrations of their use.
Include operations for and demonstrations of:
-
Creating a new Single Linked List
-
Displaying the list
-
Adding / Removing an element at the beginning of the list.
-
Adding / Removing an element at the end of the list.
-
Adding / Removing an element at the nth position.
-
Reverse the List
-
Bubble Sort by exchanging data
-
Bubble Sort by exchanging links
-
Insert Cycle
-
Detect Cycle
-
Remove Cycle
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
