Size: 212
Comment: converted to 1.6 markup
|
← Revision 5 as of 2012-08-21 13:11:17 ⇥
Size: 216
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 5: | Line 5: |
코드예제 : [DoublyLinkedList.h] / [DoublyLinkedList.c] | 코드예제 : [[DoublyLinkedList.h]] / [[DoublyLinkedList.c]] |
두개의 포인터로 연결된 항목들로 이루어진 LinkedList.
이전포인터라는 앞항목을 가리키는 포인터를 포함한다.
코드예제 : DoublyLinkedList.h / DoublyLinkedList.c