/Competitive-Programming

My presentations about CP, and my solutions to problems from various online judges websites.

Primary LanguageJava

Presentations & Other

Introduction to Competitive Programming for DUCSS @ TCD 2021

OnlineJudges

My solutions to problems various online judges.

Note: README is most likely not up to date! ;(

Patuljci --- Java solution

Polynomial Multiplication --- Java solution

Billiard --- java solution

Roman Holidays - 2.8 --- Java solution

Restauraunt Ratings - 3.4 --- Java solution

The Dragon of Loowater - 2.9 --- Java solution

Where's My Internet?? - 3.0 --- Java solution

Coast Length - 2.9 --- Java solution

Matrix Keypad - 3.2 --- Java solution

Falling Apples - 3.6 --- Java solution

Kratki - 6.1 --- Java solution

NAJPF - Pattern Find --- Java solution

Q1. Foregone Solution(17pts) --- Java solution

Q2. You Can Go Your Own Way(24pts) --- Java solution

Q3. Cryptopangrams(25pts) --- Java solution

Crowstorm --- Python 3 solution

Knapsack with Duplicate Items --- Java solution DP

First Missing Positive - hard --- Java Solution

97. Interleaving String - hard --- Java Solution - DP

Travel to the West - 2016 Qualifiers --- Java Solution - Graph

Lannisters of Justice - 2016 Qualifiers - Score: 300 --- Java Solution - expression tree

A Game Of Thrones - 2016 Qualifiers - Score:750 --- Java Solution - graph-like