Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 585 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 585 Bytes

LinkedList

Technologies

  • C#
  • .Net Core 3.1 (Console Application)
  • WindowsForms

Run the program in a terminal

-Navigate to the project folder

  • project folder.\LinkedListProject\LinkedListProject\bin\Release\netcoreapp3.1\publish\LinkedListProject.exe

Ho the program works

Add an element to the list

  • fill in the textbox with the element that you want to add then press "add" (this have to be done for each element that the user wants to add)

Display an element from the list

  • fill in the index of the element that you want to display and press "display"