Skip to content

Commit

Permalink
edit: linked list 정의 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
JitHoon committed Mar 27, 2024
1 parent c1e9cb5 commit da6a8ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blog/2023-12-26-자료구조.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ image: /img/logo.svg

## Linked List

Linked List는 여러 개의 노드들이 순차적으로 연결되어 있는 자료구조입니다.
Linked List는 값과 주소로된 노드들이 순차적으로 연결되어 있는 자료구조입니다.

배열의 단점을 해결하기 위한 자료구조가 Linked List 입니다.

Expand Down

0 comments on commit da6a8ad

Please sign in to comment.