You are not allowed to use any data structure besides a custom…
Question Answered step-by-step You are not allowed to use any data structure besides a custom… You are not allowed to use any data structure besides a custom built linked list. This should consist ONLY of a node class. You should not be creating a secondary class to handle the data structure. The node class is as follows. public class Node


