8000 Updated readme · jscrdev/LeetCode-in-TypeScript@b48c19d · GitHub
[go: up one dir, main page]

Skip to content

Commit b48c19d

Browse files
authored
Updated readme
1 parent 2b7a76b commit b48c19d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed
< 10000 button class="Button Button--iconOnly Button--invisible flex-shrink-0 flex-order-1" aria-label="Collapse file: README.md">

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ TypeScript Solution for LeetCode algorithm problems, continually updating
215215

216216
| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- -->
217217
|-|-|-|-|-|-
218-
| 0001 |[Two Su](src/main/ts/g0001_0100/s0001_two_sum/solution.ts)| Data_Structure_I_Day_2_Array || 66 | 93.20
218+
| 0001 |[Two Sum](src/main/ts/g0001_0100/s0001_two_sum/solution.ts)| Data_Structure_I_Day_2_Array || 66 | 93.20
219219

220220
#### Day 14 Stack
221221

@@ -350,7 +350,7 @@ TypeScript Solution for LeetCode algorithm problems, continually updating
350350

351351
| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- -->
352352
|-|-|-|-|-|-
353-
| 0001 |[Two Su](src/main/ts/g0001_0100/s0001_two_sum/solution.ts)| Data_Structure_I_Day_2_Array || 66 | 93.20
353+
| 0001 |[Two Sum](src/main/ts/g0001_0100/s0001_two_sum/solution.ts)| Data_Structure_I_Day_2_Array || 66 | 93.20
354354

355355
#### Udemy Two Pointers
356356

@@ -423,7 +423,7 @@ TypeScript Solution for LeetCode algorithm problems, continually updating
423423

424424
| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- -->
425425
|-|-|-|-|-|-
426-
| 0001 |[Two Su](src/main/ts/g0001_0100/s0001_two_sum/solution.ts)| Data_Structure_I_Day_2_Array || 66 | 93.20
426+
| 0001 |[Two Sum](src/main/ts/g0001_0100/s0001_two_sum/solution.ts)| Data_Structure_I_Day_2_Array || 66 | 93.20
427427

428428
#### Day 3 Array
429429

@@ -536,7 +536,7 @@ TypeScript Solution for LeetCode algorithm problems, continually updating
536536

537537
| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- -->
538538
|-|-|-|-|-|-
539-
| 0002 |[Add Two Number](src/main/ts/g0001_0100/s0002_add_two_numbers/solution.ts)| Data_Structure_II_Day_10_Linked_List || 106 | 79.11
539+
| 0002 |[Add Two Numbers](src/main/ts/g0001_0100/s0002_add_two_numbers/solution.ts)| Data_Structure_II_Day_10_Linked_List || 106 | 79.11
540540

541541
#### Day 11 Linked List
542542

@@ -1181,7 +1181,7 @@ TypeScript Solution for LeetCode algorithm problems, continually updating
11811181

11821182
| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- -->
11831183
|-|-|-|-|-|-
1184-
| 0002 |[Add Two Number](src/main/ts/g0001_0100/s0002_add_two_numbers/solution.ts)| Data_Structure_II_Day_10_Linked_List || 106 | 79.11
1184+
| 0002 |[Add Two Numbers](src/main/ts/g0001_0100/s0002_add_two_numbers/solution.ts)| Data_Structure_II_Day_10_Linked_List || 106 | 79.11
11851185

11861186
#### Day 16
11871187

@@ -1212,8 +1212,8 @@ TypeScript Solution for LeetCode algorithm problems, continually updating
12121212

12131213
| # | Title | Difficulty | Tag | Time, ms | Time, %
12141214
|------|----------------|-------------|-------------|----------|---------
1215-
| 0002 |[Add Two Number](src/main/ts/g0001_0100/s0002_add_two_numbers/solution.ts)| Data_Structure_II_Day_10_Linked_List | Programming_Skills_II_Day_15 | 106 | 79.11
1216-
| 0001 |[Two Su](src/main/ts/g0001_0100/s0001_two_sum/solution.ts)| Data_Structure_I_Day_2_Array | Level_1_Day_13_Hashmap, Udemy_Arrays | 66 | 93.20
1215+
| 0002 |[Add Two Numbers](src/main/ts/g0001_0100/s0002_add_two_numbers/solution.ts)| Data_Structure_II_Day_10_Linked_List | Programming_Skills_II_Day_15 | 106 | 79.11
1216+
| 0001 |[Two Sum](src/main/ts/g0001_0100/s0001_two_sum/solution.ts)| Data_Structure_I_Day_2_Array | Level_1_Day_13_Hashmap, Udemy_Arrays | 66 | 93.20
12171217

12181218
## Contributing
12191219
Your ideas/fixes/algorithms are more than welcome!

0 commit comments

Comments
 (0)
0