All Projects → xocolatl → advent-of-code

xocolatl / advent-of-code

Licence: MIT license
https://adventofcode.com/

Programming Languages

PLpgSQL
1095 projects

Projects that are alternatives of or similar to advent-of-code

AdventOfCode2021
My solutions to Advent of Code 2021
Stars: ✭ 15 (-80.26%)
Mutual labels:  advent-of-code, adventofcode
advent-of-code
My Advent of Code Solutions - 350/350 Stars
Stars: ✭ 30 (-60.53%)
Mutual labels:  advent-of-code, adventofcode
advent-2020-kotlin
🎄 Advent of Code 2020: Solutions in Kotlin
Stars: ✭ 37 (-51.32%)
Mutual labels:  advent-of-code, adventofcode
Advent-of-Code-2019
My solutions for Advent of Code 2019
Stars: ✭ 14 (-81.58%)
Mutual labels:  advent-of-code, adventofcode
AoCHelper
Helper .NET library for solving Advent of Code puzzles
Stars: ✭ 22 (-71.05%)
Mutual labels:  advent-of-code, adventofcode
AdventOfCode-Java
adventOfCode(Language.JAVA);
Stars: ✭ 15 (-80.26%)
Mutual labels:  advent-of-code, adventofcode
advent2019
Advent of Code 2019 solutions
Stars: ✭ 43 (-43.42%)
Mutual labels:  advent-of-code
aoc2021
Advent of Code 2021 - my answers
Stars: ✭ 25 (-67.11%)
Mutual labels:  advent-of-code
advent-of-code-2018
Learning rust from scratch
Stars: ✭ 19 (-75%)
Mutual labels:  advent-of-code
advent2017
Advent of Code 2017 solutions
Stars: ✭ 28 (-63.16%)
Mutual labels:  advent-of-code
adventofcode-2018
Advent of Code 2018
Stars: ✭ 28 (-63.16%)
Mutual labels:  advent-of-code
advent-of-code
My solutions to Advent of Code in Clojure
Stars: ✭ 13 (-82.89%)
Mutual labels:  advent-of-code
advent-of-code-2021
🎄 My Advent of Code solutions in Rust. http://adventofcode.com/2021
Stars: ✭ 173 (+127.63%)
Mutual labels:  advent-of-code
aoc2018
Advent of Code 2018 - my answers
Stars: ✭ 13 (-82.89%)
Mutual labels:  advent-of-code
advent-of-code
My solutions for Advent of Code
Stars: ✭ 32 (-57.89%)
Mutual labels:  advent-of-code
aoc2017
Advent of Code 2017
Stars: ✭ 15 (-80.26%)
Mutual labels:  advent-of-code
advent-2017
Advent of Code 2017
Stars: ✭ 16 (-78.95%)
Mutual labels:  advent-of-code
advent-of-code-2020
🎅🌟❄️☃️🎄🎁
Stars: ✭ 98 (+28.95%)
Mutual labels:  advent-of-code
adventofnim
🎄👑 adventofnim - nim solutions for advent of code
Stars: ✭ 26 (-65.79%)
Mutual labels:  advent-of-code
aoc-kotlin-starter
Starter template for solving Advent of Code in Kotlin
Stars: ✭ 15 (-80.26%)
Mutual labels:  advent-of-code

This is my attempt to solve the Advent Of Code 2021 puzzles using PostgreSQL 14. I don't plan to use any extensions except for what comes in contrib. I'm also going to try to avoid using plpgsql (and certainly any other pl).

The goal is to challenge my SQL skills, and also showcase what can be done in this language.

Comments and improvements welcome.

If you would like to run these yourself, save your data in the appropriate .input file, then run psql -Xqf 2021/decXX.sql.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].