Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 342 Bytes

File metadata and controls

13 lines (10 loc) · 342 Bytes

Challenges

Solutions to various competitive programming problems

Problems

  • mitm -> CSES
  • a_vicious_pikeman_easy -> open.kattis
  • deduplication_files -> open.kattis

Run

  • mitm -> node mitm.js < samples/
  • a_vicious_pikeman_easy -> go run main.go < samples/<file.in>
  • deduplication_files -> go run main.go < samples/<file.in>