Recent content by mpgodw2821

  1. M

    Java recursive help!

    I am currently trying print a doubly linked list in reverse order recursively, but can't seem to make it work. I have even emailed my prof and followed his directions and still nothing works.. can anyone tell me what i am doing wrong? import java.awt.List; public class DoubleLinkedList<T> {...