Inflearn Community Q&A
10:10 Add front에서 질문드립니다.
Written on
·
361
1
안녕하세요.
10:10 Add front 부분에서
p_movie temp=head; 코드를 생략하고
new_node->next = head;
head = new_node;
이렇게만 해줘도 결과가 같은데. 상관 없나요?
c
Quiz
51% of people got it wrong. Give it a try!
When comparing arrays and linked lists, which data structure is more efficient for data insertion or deletion?
Array
Linked list
Stack
Q





