I have to make a linked list in C#, below is what I have to do and I am unsure where to start. Please explain in detail because I am completely new to coding. My text book does not do a great job of explaining how to create a linked list for this scenario.
This is what I have to do: You are writing a program that stores the list of product names in a linked list. The user will enter a product name and your program needs to check if the linked list contains the given product. How would you write such a program.
Laxmidhar SahooPosted Nov 12, 2018, 3:47 AM
Sanwar RanwaPosted Nov 11, 2018, 10:22 PM
Bryian TanPosted Nov 11, 2018, 9:31 PM
Datta Sai KrishnaPosted Nov 11, 2018, 6:35 PM