Skip to content

Commit 3a08f79

Browse files
committed
Update metadata and markdown after harvest
1 parent c83c4c4 commit 3a08f79

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

codeforces.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<td align="center">4</td>
5656
<td><a href="https://codeforces.com/contest/2211/problem/C1"><b>C1</b> - Equal Multisets (Easy Version)</a></td>
5757
<td align="center"><a href="https://codeforces.com/contest/2211/submission/368580009" title="C++23 (GCC 14-64, msys2)"><code>C++23 (GCC 14-64, msys2)</code></a></td>
58-
<td><code>binary search</code> <code>brute force</code> <code>greedy</code></td>
58+
<td><code>binary search</code> <code>brute force</code> <code>greedy</code> <code>two pointers</code></td>
5959
<td align="center"><sub>Mar/28/2026 22:29</sub></td>
6060
</tr>
6161
<tr>
@@ -16139,6 +16139,6 @@
1613916139

1614016140
<div align="center">
1614116141

16142-
*Last Updated: March 30, 2026 at 23:53 BDT (UTC+6)*
16142+
*Last Updated: March 31, 2026 at 23:56 BDT (UTC+6)*
1614316143

1614416144
</div>

submissions/submissions.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53681,7 +53681,7 @@
5368153681
"timestamp": "Mar/28/2026 21:25"
5368253682
},
5368353683
"CF368580009": {
53684-
"__info_message": "Info: storing URL",
53684+
"__info_message": "Info: Updating Tags",
5368553685
"contest_id": 2211,
5368653686
"language": "C++23 (GCC 14-64, msys2)",
5368753687
"path": null,
@@ -53694,7 +53694,8 @@
5369453694
"tags": [
5369553695
"binary search",
5369653696
"brute force",
53697-
"greedy"
53697+
"greedy",
53698+
"two pointers"
5369853699
],
5369953700
"timestamp": "Mar/28/2026 22:29"
5370053701
},

0 commit comments

Comments
 (0)