Skip to content

Commit

Permalink
Add problems on judge
Browse files Browse the repository at this point in the history
  • Loading branch information
Dim131 committed May 5, 2024
1 parent 9d27466 commit bb27307
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
14 changes: 8 additions & 6 deletions _data/contests/35-PDP.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ secretpaths:
statement_md: true
testcases_url: "https://drive.google.com/file/d/1HSFZLk8MGBYhzVr5T2Zftbafa-2lD6Ha/view"
codes_in_git: false
solution_tags: [ trees, small-to-large merging, decremental connectivity, bfs, sorting, union-find ]
solution_tags: ["trees", "small-to-large merging", "decremental connectivity", "bfs", "sorting", "union-find" ]
on_judge: true

sumij:
full_name: "SUMIJ"
Expand All @@ -88,7 +89,8 @@ sumij:
statement_md: true
testcases_url: "https://drive.google.com/file/d/1_sokO2v3_RVBAGCJ2gvlffpDcJgu7Ytq/view"
codes_in_git: false
solution_tags: [ hash table, prefix sums, bst, sorting ]
solution_tags: ["hash table", "prefix sums", "bst", "sorting" ]
on_judge: true

evencycle:
full_name: "EVENCYCLE"
Expand All @@ -97,8 +99,8 @@ evencycle:
statement_md: true
testcases_url: "https://drive.google.com/file/d/1xYNBm830H_dA02YQRcExno75XVeMNjXV/view"
codes_in_git: false
solution_tags: [ dfs, dfs-tree, cycles ]

solution_tags: ["dfs", "dfs-tree", "cycles"]
on_judge: true

oddsum:
full_name: "ODDSUM"
Expand All @@ -107,5 +109,5 @@ oddsum:
statement_md: true
testcases_url: "https://drive.google.com/file/d/1ZaLdLm2JAgUn_nfdapL9BtCU8pu2hwu0/view"
codes_in_git: false
solution_tags: [ greedy ]

solution_tags: ["greedy"]
on_judge: true
6 changes: 3 additions & 3 deletions _data/contests/36-PDP.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ olivetrees:
solution_author: "Μποκής Κωνσταντίνος"
codes_in_git: true
solution_tags: ["monotonic stack", "RMQ", "sqrt decomposition", "sparse table", "binary search", "segment tree"]
on_judge: false
on_judge: true

publib:
full_name: "Η δημόσια βιβλιοθήκη"
Expand All @@ -20,7 +20,7 @@ publib:
solution_author: ""
codes_in_git: true
solution_tags: ["bfs", "shortest-paths"]
on_judge: false
on_judge: true

allthatjazz:
full_name: "All that jazz"
Expand All @@ -32,5 +32,5 @@ allthatjazz:
solution_author: "Μποκής Κωνσταντίνος"
codes_in_git: true
solution_tags: ["two pointers","sorting","binary search"]
on_judge: false
on_judge: true

0 comments on commit bb27307

Please sign in to comment.