programing java

profilereneav

 

The classes ListNode and StringLinkedList are given in the lecture slides 18 attached.  Write your demo program that tests the methods in those classes.

       Create a linked list

       Add the courses you took into the linked list

       Check whether CSCI185 is in the list or not

       Show all courses in the linked list

       Delete the first course you added

       Show all courses after deleting the first course

  • 13 years ago
  • 15
Answer(1)

Purchase the answer to view it

blurred-text
  • attachment
    main.java
  • attachment
    listnode.java
  • attachment
    linkedlist.java
  • attachment
    course.java
Bids(1)
other Questions(10)