We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f19ed8 commit 8ccbeb1Copy full SHA for 8ccbeb1
โmissing-number/GUMUNYEONG.js
@@ -13,7 +13,7 @@ var missingNumber = function (nums) {
13
};
14
15
// TC
16
-// nums ์ ๋ ฌ์ ํ๊ธฐ ์ํด์ ์ํ (๊ธธ์ด n)
+// nums ์ ๋ ฌ์ ํ๊ธฐ ์ํด์ ์ํ (๊ธธ์ด n) -> ์ต์ ์ ๊ฒฝ์ฐ O(n) ์ด์ง๋ง, ํ๊ท ์ ์ผ๋ก O(n log n)
17
// ๋น ์ง ์ซ์๋ฅผ ์ฐพ๊ธฐ์ํด์ ์ํ (์ต๋๊ธธ์ด n)
18
// O(2n) ๋ฐ๋ผ์ ์๊ฐ ๋ณต์ก๋๋ O(n)
19
0 commit comments