Skip to content

Commit 35466f9

Browse files
committed
updated logs
1 parent a1a45ff commit 35466f9

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,6 @@
7878
| [maximize-distance-to-closest-person](https://leetcode.com/problems/maximize-distance-to-closest-person/) | 22/08/2023 10:14:33 | [](https://github.com/goodstudyqaq/leetcode/blob/main/problems-cpp/maximize-distance-to-closest-person/solution.h) |||
7979
| [car-fleet](https://leetcode.com/problems/car-fleet/) | 22/08/2023 10:14:33 | [](https://github.com/goodstudyqaq/leetcode/blob/main/problems-cpp/car-fleet/solution.h) |||
8080
| [last-moment-before-all-ants-fall-out-of-a-plank](https://leetcode.com/problems/last-moment-before-all-ants-fall-out-of-a-plank/) | 22/08/2023 10:14:33 | [](https://github.com/goodstudyqaq/leetcode/blob/main/problems-cpp/last-moment-before-all-ants-fall-out-of-a-plank/solution.h) |||
81+
| [freedom-trail](https://leetcode.com/problems/freedom-trail/) | 02/09/2023 11:28:16 | [](https://github.com/goodstudyqaq/leetcode/blob/main/problems-cpp/freedom-trail/solution.h) |||
8182
| [ipo](https://leetcode.com/problems/ipo/) | 02/09/2023 10:54:56 | [](https://github.com/goodstudyqaq/leetcode/blob/main/problems-cpp/ipo/solution.h) |||
8283
| [reverse-pairs](https://leetcode.com/problems/reverse-pairs/) | 02/09/2023 10:47:27 | [](https://github.com/goodstudyqaq/leetcode/blob/main/problems-cpp/reverse-pairs/solution.h) |||

data.json

+8
Original file line numberDiff line numberDiff line change
@@ -584,6 +584,14 @@
584584
"python": "",
585585
"tutorial": ""
586586
},
587+
"freedom-trail": {
588+
"name": "freedom-trail",
589+
"url": "https://leetcode.com/problems/freedom-trail/",
590+
"date": "02/09/2023 11:28:16",
591+
"cpp": "https://github.com/goodstudyqaq/leetcode/blob/main/problems-cpp/freedom-trail/solution.h",
592+
"python": "",
593+
"tutorial": ""
594+
},
587595
"ipo": {
588596
"name": "ipo",
589597
"url": "https://leetcode.com/problems/ipo/",

0 commit comments

Comments
 (0)