diff --git "a/_posts/coding-interview-univ/2.-Data-Structures/2023-10-08-\354\235\264\352\260\200\354\235\200-2.-Data-Structures.md" "b/_posts/coding-interview-univ/2.-Data-Structures/2023-10-08-\354\235\264\352\260\200\354\235\200-2.-Data-Structures.md"
index 1deabc9..23a4f53 100644
--- "a/_posts/coding-interview-univ/2.-Data-Structures/2023-10-08-\354\235\264\352\260\200\354\235\200-2.-Data-Structures.md"
+++ "b/_posts/coding-interview-univ/2.-Data-Structures/2023-10-08-\354\235\264\352\260\200\354\235\200-2.-Data-Structures.md"
@@ -295,7 +295,7 @@ class Node {
**๐ (๋จ๋ฐฉํฅ) ์ฐ๊ฒฐ ๋ฆฌ์คํธ ์ญ์ **
-1) ๋
ธ๋ n ์ด ์ฃผ์ด์ง๋ฉด, ์ด์ ๋
ธ๋ prev ๋ฅผ ์ฐพ์ [prev.next](http://prev.next) ์ [n.next](http://n.next) ๊ฐ ๊ฐ๋๋ก ์ค์ ํ๋ค
+1) ๋
ธ๋ n ์ด ์ฃผ์ด์ง๋ฉด, ์ด์ ๋
ธ๋ prev ๋ฅผ ์ฐพ์ prev.next ์ n.next ๊ฐ ๊ฐ๋๋ก ์ค์ ํ๋ค
- ์๋ฐฉํฅ ์ฐ๊ฒฐ ๋ฆฌ์คํธ์ผ ๊ฒฝ์ฐ, n.next๊ฐ ๊ฐ๋ฆฌํค๋ ๋
ธ๋๋ฅผ ๊ฐฑ์ ํ์ฌ n.next.prev ๊ฐ n.prev ๊ฐ ๊ฐ๋๋ก ์ค์
@@ -793,4 +793,4 @@ public class SamplesHashtable
}
}
-```
\ No newline at end of file
+```