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 649b32c commit 1f55061Copy full SHA for 1f55061
βlongest-consecutive-sequence/wogha95.jsβ
@@ -3,6 +3,8 @@
3
* SC: O(N)
4
* numsμ μ«μμ μ κ·Όνλ νμλ 2λ²μμ Nλ§νΌ, 4λ²μμ μ΅λ Nλ§νΌ μ λλ€.
5
* μ¦, 2Nλ² λ§νΌ numsμ μ«μμ μ κ·Όν©λλ€.
6
+ * N^2μ΄ μλ μ΄μ : N^2μ΄ μλ 2NμΌλ‘ μκ°ν μ΄μ λ 2λ²μμ Nλ²μ μνλ₯Ό νμ§λ§ κ° μνκ° μλ‘μκ² μν₯μ λ―ΈμΉκΈ° λλ¬Έμ μ΅λ μνλ 2NμΌλ‘ κ³μ°νμ΅λλ€. (1λ²μ N μν μ μΈ)
7
+ * @see https://github.com/DaleStudy/leetcode-study/pull/408#discussion_r1747071917
8
*/
9
10
/**
0 commit comments