Skip to content

Commit 1e1229d

Browse files
committed
update file names
1 parent 709e3a0 commit 1e1229d

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ This repository currently includes solutions for LeetCode's **easy-level** probl
1818

1919
| # | Problems | Level | Link |
2020
| -------- | ----------------------------------------------------------- | ------ | ------------------------------------------------------------------ |
21-
| 01 (a) | Two Sum Not Optimized | Easy | [View Solution](1-two-sum.js) |
22-
| 01 (b) | Two Sum Optimized Solution | Easy | [View Solution](1-two-sum-optimized.js) |
23-
| 02 | Add Two Numbers | Medium | [View Solution](2-add-two-numbers.js) |
24-
| 09 | Palindrome Number | Easy | [View Solution](9-palindrome-number.js) |
21+
| 01 (a) | Two Sum Not Optimized | Easy | [View Solution](01-two-sum.js) |
22+
| 01 (b) | Two Sum Optimized Solution | Easy | [View Solution](01-two-sum-optimized.js) |
23+
| 02 | Add Two Numbers | Medium | [View Solution](02-add-two-numbers.js) |
24+
| 09 | Palindrome Number | Easy | [View Solution](09-palindrome-number.js) |
2525
| 1295 (a) | Find Numbers with Even Number of Digits (String Method). | Easy | [View Solution](1295-find-numbers-with-even-number-of-digits-a.js) |
2626
| 1295 (b) | Find Numbers with Even Number of Digits (Arithmetic Logic). | Easy | [View Solution](1295-find-numbers-with-even-number-of-digits-b.js) |
2727

0 commit comments

Comments
 (0)