Skip to content

Commit 60c0238

Browse files
soobingclaude
andcommitted
feat(soobing): week6 > add 3rd tried comment to all solutions
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent b807172 commit 60c0238

5 files changed

Lines changed: 5 additions & 0 deletions

File tree

container-with-most-water/soobing.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// 3rd tried
12
/**
23
*
34
* 문제 설명

design-add-and-search-words-data-structure/soobing.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// 3rd tried
12
/**
23
*
34
* 문제 설명

longest-increasing-subsequence/soobing.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// 3rd tried
12
/**
23
*
34
* 문제 설명

spiral-matrix/soobing.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// 3rd tried
12
/**
23
*
34
* 문제 설명

valid-parentheses/soobing.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// 3rd tried
12
function isValid(s: string): boolean {
23
const result: string[] = [];
34
const open = ["(", "[", "{"];

0 commit comments

Comments
 (0)