2016-03-29
퀴즈2 풀이, 과제1 풀이
문제4. list* l = new list({3, NULL}); l->next = l; // 원형 리스트(circular list) 책 4.4.4절 참고
3
l
By 안기영 (Ahn, Ki Yung)