Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.08 KB

README.md

File metadata and controls

30 lines (20 loc) · 1.08 KB

Single-Linked-List

A linked list created using the Node class.

How to use?

Insert your values using the insertion method as follows for instance L_List.insert(x): L_List.insert(x) , L_List.insert(x) , L_List.insert(x) , L_List.insert(x) , L_List.insert(x) and call the print method 'L_List.print_List()' prior to displaying to the console.

Change values with (X) to a user-defined value.

Output

The example console output calls the print method 'print_List()' at the end to display (x, x , x , x , x , x).

References

GeeksforGeeks.org(2021).https://bit.ly/3CjVrYv. Date Accessed: 27/10/21


This is the project README file. Here, you should describe your project. Tell the reader (someone who does not know anything about this project) all he/she needs to know. The comments should usually include at least:

  • PROJECT TITLE:
  • PURPOSE OF PROJECT:
  • VERSION or DATE:
  • HOW TO START THIS PROJECT:
  • AUTHORS:
  • USER INSTRUCTIONS: