This repository contains my solutions to various Kattis problems.
Link to my account (DomBinks)
Date | Name | Difficulty | Solution | Notes |
---|---|---|---|---|
2023-09-18 | Game of Throwns | Easy(2.7) | C++ | |
2023-09-18 | Verify This, Your Majesty | Medium(2.8) | C++ | Matrix |
2023-09-18 | Mylla | Easy(2.0) | C++ | Matrix |
2023-09-18 | Tajna | Easy(2.1) | C++ | Matrix |
2023-09-18 | Laptop Sticker | Easy(1.5) | C++ | |
2023-09-07 | Simple Addition | Easy(2.1) | C++ | Reverse interator |
2023-09-07 | FizzBuzz | Medium(3.2) | C++ | |
2023-09-07 | DVDs | Medium(2.8) | C++ | |
2023-08-28 | Square Deal | Medium(4.3) | C++ | Sorting |
2023-08-28 | Hidden Password | Easy(2.5) | C++ | Hash map |
2023-08-28 | Line Them Up | Easy(1.8) | C++ | |
2023-08-22 | Where's My Internet?? | Medium(2.9) | C++ | Hash map, Linked list |
2023-08-22 | Shopaholic | Easy(2.3) | C++ | Big number |
2023-08-20 | Parsing Hex | Easy(2.7) | C++ | |
2023-08-20 | Babelfish | Easy(2.6) | C++ | Hash map |
2023-08-10 | Disastrous Downtime | Medium(3.3) | C++ | Queue |
2023-08-10 | Bing It On | Medium(3.0) | C++ | Hash map, String |
2023-08-10 | Engineering English | Easy(2.4) | C++ | Hash map, String |
2023-08-09 | Akcija | Easy(2.5) | C++ | |
2023-08-06 | Black Friday | Easy(2.5) | C++ | Hash map |
2023-08-05 | One Chicken Per Person! | Easy(1.9) | C++ | |
2023-08-05 | Eight Queens | Medium(2.9) | C++ | Matrix |
2023-08-05 | Guess the Number | Medium(3.0) | C++ | Interactive, Binary search |
2023-08-04 | Alphabet | Medium(3.4) | C++ | Dynamic programming, Longest increasing subsequence |
2023-08-03 | Ads | Medium(4.4) | C++ | Geometry, Recursion |
2023-08-03 | Accounting | Medium(3.8) | C++ | Hash map |
2023-08-03 | Cryptographic Keys | Medium(4.1) | C++ | Number theory, Prime factors |
2023-08-03 | Alien Math | Medium(3.1) | C++ | Hash map |
2023-08-03 | A Prize No One Can Win | Easy(2.7) | C++ | Sliding window |
2023-08-03 | ACM Contest Scoring | Easy(1.8) | C++ | Hash map |
2023-08-02 | Phone List | Medium(3.8) | C++ | Hash map, String |
2023-08-01 | Grandpa Bernie | Medium(3.2) | C++ | Hash map |
2023-07-31 | Rock-Paper-Scissors Tournament | Medium(4.1) | C++ | Decimals |
2023-07-31 | 4 thought | Medium(2.9) | C++ | Brute force |
2023-07-31 | What does the fox say? | Easy(2.3) | C++ | String parsing |
2023-07-31 | Moscow Dream | Easy(2.2) | C++ | |
2023-07-25 | Simon Says | Easy(2.7) | C++ | String parsing |
2023-07-25 | Couting Stars | Medium(3.0) | C++ | Flood fill |
2023-07-25 | Above Average | Easy(2.7) | C++ | Decimals |
2023-07-24 | Restaurant Orders | Medium(5.3) | Unsolved | Dynamic Programming |
2023-07-23 | Integer Lists | Medium(5.2) | C++ | |
2023-07-22 | Counting Chocolate | Medium(4.2) | C++ | Dynamic programming |
2023-07-22 | Prosjek | Medium(4.9) | Unsolved | Big number |
2023-07-21 | BizzFuzz | Medium(1.8-4.3) | C++ | Number theory, GCD |
2023-07-21 | Trik | Easy(1.4) | C++ | |
2023-07-21 | Two-sum | Easy(1.4) | C++ | |
2023-07-21 | Autori | Easy(1.3) | C++ | |
2023-07-21 | Adding Trouble | Easy(1.3) | C++ | |
2023-07-21 | Add Two Numbers | Easy(1.3) | C++ | |
2023-07-21 | Chanukah Challenge | Easy(1.3) | C++ | |
2023-07-21 | IsItHalloween.com | Easy(1.3) | C++ | |
2023-07-21 | Odd Echo | Easy(1.3) | C++ | |
2023-07-21 | Coin Stacks | Medium(4.1) | C++ | Priority queue |
2023-07-20 | #include<scoring> | Medium(4.3) | C++ | Priority queue, Hash map |
2023-07-20 | Tenis | Medium(4.3) | C++ | |
2023-07-20 | Ninety-nine | Medium(1.2-3.3) | C++ | Randomized algorithm |
2023-07-20 | Alex and Barb | Medium(3.7) | C++ | |
2023-07-19 | Adding Words | Medium(4.2) | C++ | |
2023-07-19 | A1 Paper | Medium(4.1) | C++, C++(Partial solution using DP - Runtime Error) | Dynamic programming |
2023-07-19 | Almost Perfect | Medium(3.5) | C++ | Number theory, Divisors |
2023-07-18 | Basic Programming 2 | Medium(3.4) | C++ | Binary Search |
2023-07-18 | Basic Programming 1 | Medium(4.1) | C++ | Big number |
2023-07-17 | Bus Planning | Hard(6.2) | Unsolved | |
2023-07-17 | Bijele | Easy(1.3) | C++ | |
2023-07-17 | Digit Swap | Easy(1.3) | C++ | |
2023-07-17 | Eye of Sauron | Easy(1.3) | C++ | |
2023-07-17 | Get Shorty | Medium(3.9) | C++ | Shortest path |
2023-07-15 | 1-D Frogger (Easy) | Medium(3.4) | C++ | |
2023-07-15 | Solving for Carrots | Easy(1.4) | C++ | |
2023-07-14 | 10 Kinds of People | Medium(5.1) | C++ | Flood fill |
2022-07-14 | Backspace | Medium(3.1) | C++ | |
2023-07-13 | CD | Medium(4.7) | C++ | |
2023-07-12 | A Different Problem | Easy(2.7) | C++ | |
2023-07-12 | Minimum Spanning Tree | Medium(4.7) | C++ | Minimum spanning tree, Prim's algorithm |
2023-07-11 | Filip | Easy(1.3) | C++ | |
2023-07-11 | Hissing Microphone | Easy(1.3) | C++ | |
2023-07-11 | Jack-O'-Lantern Juxtaposition | Easy(1.3) | C++ | |
2023-07-11 | Jumbo Javelin | Easy(1.3) | C++ | |
2023-07-11 | Knight Packing | Easy(1.3) | C++ | |
2023-07-11 | Metronome | Easy(1.3) | C++ | |
2023-07-11 | N-sum | Easy(1.3) | C++ | |
2023-07-11 | Quality-Adjusted Life-Year | Easy(1.3) | C++ | |
2023-07-11 | R2 | Easy(1.3) | C++ | |
2023-07-11 | Quadrant Selection | Easy(1.2) | C++ | |
2023-07-11 | Conga Line | Medium(1.2-4.0) | C++(Partial solution - Slow) | |
2023-07-11 | Logo | Easy(2.6) | C++ | Trigonometry |
2023-07-11 | Bus Numbers | Easy(2.7) | C++ | Sliding window |
2023-07-10 | Foosball Dynasty | Medium(4.0) | C++ | |
2023-07-10 | Good morning | Medium(2.9) | C++ | |
2023-07-10 | 3D Printed Statues | Easy(2.7) | C++ | |
2023-07-09 | Dice Cup | Easy(1.4) | C++ | |
2023-07-09 | Sort Two Numbers | Easy(1.2) | C++ | |
2023-07-09 | Stuck In A Time Loop | Easy(1.2) | C++ | |
2023-07-09 | Take Two Stones | Easy(1.2) | C++ | |
2023-07-06 | All Just A Dream | Medium(5.4) | C++ | Hash map |
2023-07-06 | Keystrokes | Medium(1.1-5.4) | C++ | Doubly linked list |
2023-07-06 | Array Smoothening | Easy(1.2-2.8) | C++ | Hash map, Priority queue |
2023-07-05 | Class Field Trip | Easy(1.4) | C++ | Merge sort |
2023-07-05 | Faktor | Easy(1.3) | C++ | |
2023-07-05 | FizzBuzz | Easy(1.4) | C++ | |
2023-07-03 | Sequential Manufacturing | Medium(2.9) | C++ | Big number |
2023-07-03 | Card Trick | Easy(1.7) | C++ | Circular list |
2023-07-03 | Aaah! | Easy(1.9) | C++ | |
2023-07-03 | Harshad Numbers | Easy(1.6) | C++ | |
2023-06-19 | Air Conditioned Minions | Medium(3.3) | C++(Partitial solution - Wrong answer) | |
2023-06-19 | Cocktail | Easy(2.7) | C++ | |
2023-06-19 | Parking | Easy(1.5) | C++ | |
2023-06-15 | Building Highways | Easy(1.2-1.7) | C++ | |
2023-06-14 | 99 Problems | Medium(1.2-3.0) | C++(Partial solution - Slow) | |
2023-06-14 | Cut in Line | Easy(1.6) | C++ | String |
2023-06-13 | Arrangement | Easy(1.2-1.6) | C++ | |
2022-10-05 | Magic Trick | Easy(1.4) | C++ | |
2022-10-04 | Simon Says | Easy(1.5) | C++ | |
2022-10-03 | Railroad | Easy(1.5) | C++ | |
2022-10-03 | Triangle Area | Easy(1.4) | C++ | |
2022-09-28 | Homework | Easy(1.1-1.5) | C++ | |
2022-09-26 | Birthday Memorization | Easy(1.2-1.6) | C++ | |
2022-09-25 | Graduation | Easy(1.2-2.1) | C++ | |
2022-09-15 | Echo Echo Echo | Easy(1.3) | C++ | |
2022-09-15 | Electrical outlets | Easy(1.3) | C++ | |
2022-09-15 | Finding An A | Easy(1.3) | C++ | |
2022-09-15 | FYI | Easy(1.3) | C++ | |
2022-09-15 | GCVWR | Easy(1.3) | C++ | |
2022-09-14 | Greetings! | Easy(1.3) | C++ | |
2022-09-14 | Which is Greater? | Easy(1.3) | C++ | |
2022-09-14 | Hello World ! | Easy(1.2) | C++ |