Skip to content

Commit

Permalink
CEOI 2017 rename
Browse files Browse the repository at this point in the history
  • Loading branch information
dolphingarlic committed Jan 14, 2021
1 parent 9ba12d6 commit cc4517d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions content/4_Gold/String_Hashing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ export const problems = {
],
general: [
new Problem(
"CSA",
"Palindromic Partitions",
"palindromic-partitions",
"CEOI",
"2017 - Palindromic Partitions",
"https://cses.fi/165/list/",
'Easy',
false,
['Greedy', 'Hashing'],
Expand Down
6 changes: 3 additions & 3 deletions content/5_Plat/BCC_2CC.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ export const problems = {
],
probs2: [
new Problem(
"CSA",
"One-Way Streets",
"one-way-streets",
"CEOI",
"2017 - One-Way Streets",
"https://cses.fi/164/list/",
'Easy',
false,
[],
Expand Down

0 comments on commit cc4517d

Please sign in to comment.