Skip to content

My solution to programming problems on open.kattis.com in java.

Notifications You must be signed in to change notification settings

cragonnyunt/Kattis-Solutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to Kattis Solutions

Solution to problems on Kattis in java, C++ and typescript.

Everyone is free to learn and code


*Notes

  1. Java don't allow class name to start with digits. Problem IDs starting with digits are preceded by underscore(_). e.g. _2048.java instead of 2048.java

  2. Some problems with low CPU time limit will be solved in C++. Sorry for this as it is impossible to do within enough time limit in Java.

Update on 12-11-2021

Today, I have finished porting almost all previous solutions to typescript language. After working ~2 year as an developer, I decided to see how I can improved over the coding. Please see the README to know detail about ts solution folder.

About

My solution to programming problems on open.kattis.com in java.

Topics

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages