Skip to content

Me, trying to solve random coding problems. Beware of the messy code.

License

Notifications You must be signed in to change notification settings

michelefenu/kattis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open Kattis, Just for fun

My solutions to some Open Kattis problems, mostly in plain JavaScript. The folders inside the problems directory have the same names as the problems on the kattis website.

To test the solutions on the kattis website:

  1. Go to: https://open.kattis.com/problems/{folder-name}/submit
  2. Upload the solution file
  3. Select the correct language (almost all solutions are JavaScript/Node.js)
  4. Submit

To run the solutions on local machine

  • JS: node ./problems/problemname/problemname.js < ./problems/problemname/data/problemname.1.in

kattis logo

⚠️⚠️⚠️ CLEAN CODERS ALERT: Very messy code inside this repo including bad practices, poor variable naming, bad indentation, unnecessary code complexity and many more ⚠️⚠️⚠️

enigmatography

Noun (uncountable)

  1. The art of making or solving puzzles.

Origin: Ancient Greek αἰνίγματος (ainigmatos) (genitive of αἴνιγμα (ainigma, “cryptic saying, riddle”)) +‎ -graphy.

About

Me, trying to solve random coding problems. Beware of the messy code.

Topics

Resources

License

Stars

Watchers

Forks