강의

멘토링

로드맵

Inflearn Community Q&A

listenandcreate0709's profile image
listenandcreate0709

asked

Hong Jung-mo's C Programming: Learning by Doing (Appendix)

17.4 Using linked lists

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

Answer 1

0

😃

listenandcreate0709's profile image
listenandcreate0709

asked

Ask a question