Skip to content

Commit 36307b5

Browse files
committed
263
1 parent 932ab3c commit 36307b5

File tree

4 files changed

+1
-4
lines changed

4 files changed

+1
-4
lines changed

README.org

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ Leetcode solutions in C++, Java, Python
146146
| 266 | [[./src/palindrome_permutation][Palindrome Permutation]] | Easy |
147147
| 265 | [[./src/paint_house_ii][Paint House II]] | Hard |
148148
| 264 | [[./src/ugly_number_ii][Ugly Number II]] | Medium |
149-
| 263 | [[./src/ugly_number][Ugly Number]] | Easy |
149+
| 263 | [[./src/263_ugly_number][Ugly Number]] | Easy |
150150
| 261 | [[./src/graph_valid_tree][Graph Valid Tree]] | Medium |
151151
| 260 | [[./src/single_number_iii][Single Number III]] | Medium |
152152
| 259 | [[./src/3sum_smaller][3Sum Smaller]] | Medium |
Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
all:
22
clang++ main.cpp -o main.o -std=c++11
3-
4-
run:
5-
clang++ main.cpp -o main.o -std=c++11
63
./main.o
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)