Solutions to all of the Kattis problems I have completed.

Kattis

Solutions to all of the Kattis problems I have completed.

Problem Lang CPU time Date
Hello Go 0.02s 2021-11-23 11:30:27
ABC Go 0.08s 2021-11-23 12:48:45
Two-sum Go 0.08s 2021-11-23 14:05:31
N-sum Go 0.08s 2021-11-23 15:45:42
Odd Echo Go 0.08s 2021-11-23 19:26:29
Echo Echo Echo Go 0.08s 2021-11-24 04:04:50
Reverse Go 0.29s 2021-11-24 05:41:50
Sort Two Numbers Go 0.08s 2021-11-24 07:08:19
Greetings! Go 0.08s 2021-11-24 09:57:21
Oddities Go 0.02s 2021-11-24 11:21:27
Digit Swap Go 0.07s 2021-11-24 20:17:36

Kattis profile

Similar Resources

Solutions to the excellent yearly Advent Of Code puzzles

adventofcode Solutions to the excellent yearly Advent of Code puzzles - https://adventofcode.com I'll try to solve the previous years before 2022's Ad

Dec 13, 2022

My solutions for Advent of Code 2021.

My solutions for Advent of Code 2021 in go. The solution and input data (i.e. my custom input data) for day XX is contained in the subdirectory dayXX.

Dec 22, 2021

A solutions to the Cryptopals Challenges in Go

cryptopals-go My solutions to the Cryptopals Challenges in Go. Set 1: Basics 1.

Jan 8, 2022

Project Euler solutions in Go!

Project Euler in Go Solutions to problems in projecteuler.net in golang! Problems ProjectEuler Link Problem Solution in Go #1 Multiples of 3 or 5 link

Jan 5, 2022

Spellingbee - A small Go program to generate solutions to the NYT Spelling Bee

Spellingbee solver A small Go program for generating solutions to the ]New York

Jan 31, 2022

Kage Solutions - Finishline & JDSports Captcha API Integration

Kage Solutions - Finishline & JDSports Captcha API Integration

Feb 10, 2022

Solutions to Exercism's Go track

Exercism Go Track Running the tests To run the tests run the command go test from within the exercise directory. If the test suite contains benchmarks

May 19, 2022

Squizit is a simple tool, that aim to help you get the grade you want, not the one you have learnt for.

Squizit is a simple tool, that aim to help you get the grade you want, not the one you have learnt for.

Squizit is a simple tool, that aim to help you get the grade you want, not the one you have learnt for. Screenshots First, input PIN Then enjoy! Hoste

Mar 11, 2022

In one particular project, i had to import some key/value data to Prometheus. So i have decided to create my custom-built Node Exporter in Golang.

In one particular project, i had to import some key/value data to Prometheus. So i have decided to create my custom-built Node Exporter in Golang.

In one particular project, i had to import some key/value data to Prometheus. So i have decided to create my custom-built Node Exporter in Golang.

May 19, 2022
This was a challenge I completed on HackerRank.

Counting-Valleys-Challenge-in-Golang This was a challenge I completed on HackerRank. If you want to see how it works use my countingValleys function i

Jan 7, 2022
Beecrowd is a Jugde Online Plataform to problems submissions. This repo contains all my submissions to Beecrowd.

Beecrowd Solutions Keywords: Beecrowd, judge, problems, competitive, programming, solutions, ad-hoc, sql, strings, algorithms, math, graphs Table of C

Jan 5, 2022
A Simple Interview Problems With Golang

Interview_Problems we cannot pass more than 2 argument in slice append function either you can pass the slice unfurled or number of arguments comma se

Dec 30, 2021
Advent of Code 2021 Solutions

Advent of Code 2021 Solutions for the 2021 Advent of Code Building This project makes use of Go 1.17. go mod download go test ./... Running the Soluti

Dec 1, 2022
My solutions for 2021's Advent of Code

Advent of Code 2021 These are my solutions to this year's Advent of Code. I used it as an excuse to practice with a language which I'm not yet very fa

Dec 27, 2021
Advent of code solutions in Golang

Advent of Code go solutions This repo contains my solutions in Golang for advent of code (P.S: I am using this opportunity to learn new language most

Dec 21, 2021
Solutions to Advent-of-Code 2021, in Go.

?? advent-of-code-2021 ?? Solutions to 2021 Advent of code. Summary Advent of Code is an annual advent-calendar of programming puzzles. Here are my 20

Dec 14, 2022
Advent of code 2021 solutions by: me :)

Advent of code 2021 These are my solutions for the advent of code 2021 event. My idea is to solve all the problems in go, but I may use another langua

Dec 27, 2021
A little repository for my Advent of Code 2021 solutions in Go

Advent of Code 2021 What's this repo all about? Well, this is a collection of code written in Golang to solve the daily problems presented in Advent o

Dec 12, 2021
Advent of Code 2021 solutions using Go 1.18 Generics

advent-of-code-2021 Here are my solutions for Advent of Code 2021. This year, I chose to write my solutions using Go 1.18 with generics (by building t

Dec 18, 2022