Skip to content

Izzy129/kattis-solutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kattis Solutions

This is a repository containing my solutions for Kattis problems.

  • Kattis is a website containing thousands of programming challenges, all of which are judged and scored on-site.

Accessing Problems

To access a problem, navigate to https://open.kattis.com/problems/problem, replacing problem in the URL with the solution program name.

Solved Problems

Problem Solution Link
Alphabet Spam Java
Apaxiaaaaaaaaaaaans! Java
Autori Java
Bijele Java
Birthday Memorization Java
Building Pyramids Java
Chanukah Challenge Java
Class Field Trip Java
Cold-puter Science Java
Count the Vowels Java
Cryptographer's Conundrum Java
Digit Swap Java
Echo Echo Echo Java
Encoded Message Java
FYI Java
Faktor Java
Finding An A Java
FizzBuzz Java
Grass Seed Inc. Java
Greetings! Java
Hello World! Java
Homework Java
I've Been Everywhere, Man Java
IsItHalloween.com Java
Jack-O'-Lantern Juxtaposition Java
Jumbo Javelin Java
Knight Packing Java
Last Factorial Digit Java
Metronome Java
N-sum Java
Odd Echo Java
Oddities Java
Pot Java
Quadrant Selection Java
Quality-Adjusted Life-Year Java
R2 Java
Reverse Java
Reversed Binary Numbers Java
SMIL Java
Shattered Cake Java
Sibice Java
Solving for Carrots Java
Sort Two Numbers Java
Spavanac Java
Stuck In A Time Loop Java
Take Two Stones Java
Triangle Area Java
Trik Java
Two-sum Java
Which is Greater? Java

TO-DO

  • Put problems in a table with their respective links to problem, solution, and more details to it?
  • Create a script/GitHub Actions to automate table updating
  • Solve some already solved problems with Python

Folder Structure

The workspace contains two folders by default, where:

  • src: the folder to maintain sources
  • lib: the folder to maintain dependencies

Meanwhile, the compiled output files will be generated in the bin folder by default.

Releases

No releases published

Packages

No packages published

Languages