[자료구조] 연결 리스트: 시연
이번 강의에서는 이전에 살펴본 연결 리스트에 대한 시연과, 연결 리스트와 배열의 장단점을 비교하는 것을 다룬다. 연결리스트 시연은 강의 영상에서 볼 수 있다. 🔗모두를 위한 컴퓨터 과학 (CS50 2019) > 5) 연결 리스트: 시연 : 부스트코스] 배열과 비교해서 연결 리스트는 새로운 값을 추가할 때 다시 메모리를 할당하지 않아도 된다는 장점이 있다. 하지만, 이런 유동적인 구조는 그 대가가 따른다. 구조가 정적인 배열과 달리 연결...
![[자료구조] 연결 리스트: 시연](https://cdn.hashnode.com/res/hashnode/image/upload/v1718198340464/13b61d34-4f00-420d-8198-f415033c34a2.png)
![[자료구조] 연결 리스트: 코딩](https://cdn.hashnode.com/res/hashnode/image/upload/v1718193847048/4bf62e51-e43f-4b69-9ce5-b6a043abf759.png)
![[자료구조] 연결 리스트: 도입](https://cdn.hashnode.com/res/hashnode/image/upload/v1718186835151/a7bcf695-430e-4063-a97e-7d2c9c8b2f93.png)
![[자료구조] 배열의 크기 조정하기](https://cdn.hashnode.com/res/hashnode/image/upload/v1717752725909/63062e9f-8eac-4fc8-b7e2-6ebdd25d9cf6.png)
![[자료구조] malloc과 포인터 복습](https://cdn.hashnode.com/res/hashnode/image/upload/v1717335452330/0bf801d9-b6af-4b64-b0b9-f15f1f22d4ba.png)
![[메모리] 파일 읽기](https://cdn.hashnode.com/res/hashnode/image/upload/v1711980980337/9fc2d730-699e-4e33-a8fa-f51abdd51074.png)