fixed deleteForward and deleteBackward

Files at this revision

API Documentation at this revision

Comitter:
conantina
Date:
Wed Oct 12 15:29:04 2016 +0000
Parent:
0:294bc2018c3a
Commit message:
Oct 12 Newest version

Changed in this revision

doubly_linked_list.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r 294bc2018c3a -r c24e4dd27d48 doubly_linked_list.cpp
--- a/doubly_linked_list.cpp	Wed Oct 12 15:03:24 2016 +0000
+++ b/doubly_linked_list.cpp	Wed Oct 12 15:29:04 2016 +0000
@@ -4,7 +4,7 @@
 
 
 /**
- * create_llnode
+ * create_llnode g
  *
  * Helper function that creates a node by allocating memory for it on the heap,
  * and initializing any pointers in it to NULL.