You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
André Palmborg 60f57c0857 Merge branch 'main' of github.com:palmkeep/competitive-programming 4 years ago
algorithms-and-datastructures Transfer of general solutions 5 years ago
c11-template Simplified template 5 years ago
dead-fraction Accepted submissions 5 years ago
dividing-sequence Added solution 5 years ago
ones Passed: Ones 4 years ago
password-hacking Solved: password-hacking 5 years ago
pseudoprime-numbers Update p100.c 5 years ago
the-uxuhul-voting-system Passed: The Uxuhul Voting System 4 years ago
u100-the-3n+1-problem Update p100.c 5 years ago
u116-unidirectional-tsp Update p100.c 5 years ago
u231-testing-the-catcher Update p100.c 5 years ago
u441-lotto Update p100.c 5 years ago
u482-permuation-arrays Update p100.c 5 years ago
u642-word-amalgamation Update p100.c 5 years ago
u927-integer-sequences-from-addition-of-terms Update p100.c 5 years ago
u1262-password Update p100.c 5 years ago
u10071-back-to-high-school-physics Update p100.c 5 years ago
u10168-summation-of-four-primes Update p100.c 5 years ago
u10684-the-jackpot Update p100.c 5 years ago
u10812-beat-the-spread Update p100.c 5 years ago
u11264-coin-collector Update p100.c 5 years ago
u11495-bubbles-and-buckets Update p100.c 5 years ago
whac-a-mole Passed: Whac-a-Mole 4 years ago
.gitignore Initial commit 5 years ago
README.md Update p100.c 5 years ago

README.md

competitive-programming

Solutions to problems from various competitive programming sites.

Beware of old, questionable-looking, code.

  • More general solutions can be found under the directory 'algorithms-and-datastructures'
  • Problems found at 'Open Kattis' have been put in directories named after the problem title.
  • Problems I could only find through 'Online Judge' (UVa) are prepended with a 'u' and the problem number at UVa.