diff options
| author | mo khan <mo.khan@gmail.com> | 2020-07-04 17:59:02 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-07-04 17:59:02 -0600 |
| commit | 7c7704b20daef22c6c6fe79241a7d33e31e9e390 (patch) | |
| tree | 317b45e4bb474e4f6e126d0dfe8020e6855c3b4f | |
| parent | fd62033e4c79cf2753ba3518af709c7a4102f3bc (diff) | |
Remove comments
| -rw-r--r-- | src/01/02b/doubly_linked_list_test.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/01/02b/doubly_linked_list_test.c b/src/01/02b/doubly_linked_list_test.c index ffc89cc..f5a1004 100644 --- a/src/01/02b/doubly_linked_list_test.c +++ b/src/01/02b/doubly_linked_list_test.c @@ -1,16 +1,6 @@ #include <cgreen/cgreen.h> #include "doubly_linked_list.h" -/* -Swap two adjacent elements in a list by adjusting -only the links (and not the data) using a: -* singly-linked list -* doubly-linked list -* -* -* Write a method, `reverse()`, that reverses the order of elements in a `DLList` -*/ - Describe(DoublyLinkedList); BeforeEach(DoublyLinkedList){ } AfterEach(DoublyLinkedList){ } |
