My Python3 solutions to the Kattis problems in the Advanced Algorithmic Problem Solving course at Linköpings University.
The exercises completed during the course.
Problem | Solution |
---|---|
Help! | help2.py |
Ljutnja | ljutnja.py |
Spiderman's Workout | spiderman.py |
Aspen Avenue | aspenavenue.py |
Problem | Solution |
---|---|
Chopping Wood | chopwood.py |
Problem | Solution |
---|---|
Perfect Pth Powers | perfectpowers.py |
Three Digits | threedigits.py |
Ignore the Garbage | ignore.py |
Dead Fraction | deadfraction.py |
Problem | Solution |
---|---|
The Uxuhul Voting System | uxuhulvoting.py |
Problem | Solution |
---|---|
Getting Gold | gold.py |
Killing Aliens in a Borg Maze | borg.py |
Problem | Solution |
---|---|
George | george.py |
Island Hopping | islandhopping.py |
Problem | Solution |
---|---|
Hiding Places | hidingplaces.py |
Get Shorty | getshorty.py |
Problem | Solution |
---|---|
Evil Straw Warts Live | evilstraw.py |
Problem | Solution |
---|---|
Messages from Outer Space | messages.py |
Problem | Solution |
---|---|
Happy Happy Prime Prime | happyprime.py |
Problem | Solution |
---|---|
Yet Satisfiability Again! | satisfiability.py |
The laboration problems done during the course.
Problem | Solution |
---|---|
Knapsack | knapsack.py |
Longest Increasing Subsequence | longincsubseq.py |
Union-Find | unionfind.py |
Fenwick Tree | fenwick.py |