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 18ea1c6 commit 3a26c3f
Show file tree
Hide file tree
Showing 2 changed files 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) {

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

![](https://github.com/L1LDB/L1LDB.github.io/blob/main/_posts/coding-interview-univ/2.-Data-Structures/2023-10-08-노경민/1.png)
![](/assets/img/gengminy/coding-interview-univ/data-structures/1.png)

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

Expand Down

0 comments on commit 3a26c3f

Please sign in to comment.