Skip to content

Commit

Permalink
Merge pull request #247 from kbokis/35-camp
Browse files Browse the repository at this point in the history
35-camp-statements
  • Loading branch information
Dim131 authored May 5, 2024
2 parents 1574eda + 4fa1ee2 commit 4f0d0b2
Show file tree
Hide file tree
Showing 10 changed files with 1,653 additions and 0 deletions.
38 changes: 38 additions & 0 deletions _data/contests/35-PDP.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,41 @@ conflicts:
points: 35
solution_tags: ["trees", "dfs", "map", "eulerian path", "greedy", "hash table"]
on_judge: true

secretpaths:
full_name: "SECRETPATHS"
stage: "camp_c"
statement_pdf_url: "https://drive.google.com/file/d/1IxWUA2IFecdPA6Dp4cfM14fMM3a8NmhL/view"
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 ]

sumij:
full_name: "SUMIJ"
stage: "camp_c"
statement_pdf_url: "https://drive.google.com/file/d/1ggQCu5XyJawj-mOCyxjQzR-eZ288s6UL/view"
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 ]

evencycle:
full_name: "EVENCYCLE"
stage: "camp_c"
statement_pdf_url: "https://drive.google.com/file/d/1hOutQSWs1OpbOVw7QZb1jgjbh5wz1pA3/view"
statement_md: true
testcases_url: "https://drive.google.com/file/d/1xYNBm830H_dA02YQRcExno75XVeMNjXV/view"
codes_in_git: false
solution_tags: [ dfs, dfs-tree, cycles ]


oddsum:
full_name: "ODDSUM"
stage: "camp_c"
statement_pdf_url: "https://drive.google.com/file/d/1gfjNdPQdHFC_jAvLvnUUEItXTiRH8jWY/view"
statement_md: true
testcases_url: "https://drive.google.com/file/d/1ZaLdLm2JAgUn_nfdapL9BtCU8pu2hwu0/view"
codes_in_git: false
solution_tags: [ greedy ]

280 changes: 280 additions & 0 deletions assets/35-camp-d-d1c1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 4f0d0b2

Please sign in to comment.