helderasmoreira / problem-solving

Solutions for some coding problems (Advent of Code, Code Jam, Reddit Daily Programmer, etc)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Solutions to some coding problems that I've come across. Sometimes I might not have come up with the most efficient way of doing things, but it is a good opportunity to practice.

Code Jam 2009

GCJ Africa 2010

Code Jam 2014

Code Jam 2015

Code Jam 2016

Code Jam 2017

Code Jam 2020

reddit.com/r/dailyprogrammer

Advent Of Code

other stuff

sentence

If we have a sentence like this:
"In this sentence there are _ 0, _ 1, _ 2, _ 3, _ 4, _ 5, _ 6, _ 7, _ 8, _ 9."
Write a problem to find the right combination of numbers that makes the sentence valid.

N Queens problem

The N queens puzzle is the problem of placing N chess queens on an N×N chessboard so that no two queens threaten each other.

About

Solutions for some coding problems (Advent of Code, Code Jam, Reddit Daily Programmer, etc)


Languages

Language:Ruby 96.4%Language:Scala 3.6%