feat(doc): make docs more concise
This commit is contained in:
parent
3edc3db8aa
commit
0dd145b71e
5 changed files with 58 additions and 196 deletions
|
|
@ -203,7 +203,7 @@ def scrape_contest_problems(contest_id: str) -> list[ProblemSummary]:
|
|||
ProblemSummary(id=problem_letter, name=problem_name)
|
||||
)
|
||||
|
||||
problems.sort(key=lambda x: x.id)
|
||||
# Preserve contest order - do not sort
|
||||
|
||||
seen: set[str] = set()
|
||||
unique_problems: list[ProblemSummary] = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue