I create a class called "Node".
After i wrote this function;
Search for the key value in the list
Adds value to the first order of the list
Adds value to the last order of the list
Adds value to the where if we wanted to place? in the list
Example
addBetween(45,3);
//The node value of 45, add 3. place
This method deletes value to the first order of the list
This method deletes value to the last order of the list
Deletes the value in the specified location
This method is to delete nodes
This method will print the list from start to finish