mirror of
https://github.com/prdlk/leetcode.git
synced 2026-08-03 01:41:46 +00:00
feat(work): add blind deduction set comments and problem1 function stub
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
|
||||||
// ============================================================
|
// ============================================================
|
||||||
// BLIND DEDUCTION SET — Monday evening, ONE round, then stop.
|
// BLIND DEDUCTION SET — Monday evening, ONE round, then stop.
|
||||||
// The 6 core interview problems, disguised exactly as they'd
|
// The 6 core interview problems, disguised exactly as they'd
|
||||||
@@ -16,7 +17,6 @@
|
|||||||
// problem1([5]) => [0]
|
// problem1([5]) => [0]
|
||||||
// problem1([4, 1, 4, 1]) => [2, 0, 2, 0]
|
// problem1([4, 1, 4, 1]) => [2, 0, 2, 0]
|
||||||
function problem1(arr) {
|
function problem1(arr) {
|
||||||
// your code
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// ---- problem2 ----
|
// ---- problem2 ----
|
||||||
|
|||||||
Reference in New Issue
Block a user