Skip to content

Commit

Permalink
update: [2주차_노경민] 2. Data Structures
Browse files Browse the repository at this point in the history
  • Loading branch information
gengminy committed Oct 15, 2023
1 parent a55fcee commit 2fd74c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ String joinWords(String[] words) {

양방향 연결리스트에서 각 노드는 다음 노드와 이전 노드를 함께 가리킨다.

<img src="https://github.com/L1LDB/L1LDB.github.io/blob/main/_posts/coding-interview-univ/2.-Data-Structures/2023-10-08-노경민/1.png" />
![]("https://github.com/L1LDB/L1LDB.github.io/blob/main/_posts/coding-interview-univ/2.-Data-Structures/2023-10-08-노경민/1.png")

배열과는 달리 연결리스트에서는 **특정 인덱스를 상수 시간에 접근할 수 없다.**

Expand Down

0 comments on commit 2fd74c6

Please sign in to comment.