단일연결리스트1 [C/C++] 단일 연결 리스트 (Single Linked List) 구현 풀 코드는 아래 링크에서 확인하실 수 있습니다! (피드백 환영합니다~~~) https://github.com/Sjisoo/DataStructure/blob/master/LinkedList/SingleLinkedList.c Sjisoo/DataStructure Contribute to Sjisoo/DataStructure development by creating an account on GitHub. github.com 먼저, element와 다음 ListNode의 위치를 담는 노드 구조체 생성 !! 노드 추가하기! // 노드 생성 노드 삭제하기!! 리스트 출력 2019. 5. 20. 이전 1 다음 반응형