I did a "single linked list" header & Implementation & Main files & everything worked very good. But now i must Implementation for the "doubly linked list" & i just need to know what i should add to my functions so they will work good, should i change all the functions Implementation ???
i have these function,
addToHead(int)
addToTail(int)
deleteFromHead()
deleteFromTail()
deleteNode(int)
isInList(int)
printForward()
printBackward()
clear()
anyone can help, plz ??? :!: