Skip to content

luthercss/kattis

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kattis

The directory names correspond to problemID on Kattis. Most of the problems solved currently are on python3, however I plan to use Kattis to learn and implement solutions in other languages as I go.

In order to dynamically generate readme and templates for each problem, I am using fetch.sh. It takes a language and problem as an argument and generates files for each problem.

Execution

For Python3:

cd python3/<problem>
python <problem>.py < samples/<sample>.in

For Rust:

cd rust/<problem>
rustc main.rs && ./main < samples/<sample>.in

For Java:

cd java/<problem>
javac <problem>.java && java ./<problem> < samples/<sample>.in

License

All code is provided under the MIT license. https://mit-license.org/

About

Solutions and notes to the problems I have solved on Kattis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 87.3%
  • Shell 11.3%
  • Other 1.4%