Skip to content

Commit 1316675

Browse files
committed
add advent of code blog post
1 parent 4bc3a01 commit 1316675

File tree

4 files changed

+20
-1
lines changed

4 files changed

+20
-1
lines changed

_posts/2018-12-30-advent-of-code.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
layout: post
3+
title: "Advent of Code is finished"
4+
date: 2018-12-30 14:20 +0100
5+
---
6+
7+
The advent calendar [advent of code](https://adventofcode.com/) has come to an end!
8+
9+
Every day between the 1st and 25th of December a puzzle has been released, which you are supposed to solve as fast as possible. For most of the problems you need to code a small script. Each puzzle is divided in two parts, where you get a star for each part you solve.
10+
11+
In total Code@LTH gained 724 stars with 30 participants!
12+
13+
![leader board](/assets/images/2018/aoc2018.png)
14+
15+
You gain global points if you are one of the first 100 globally to solve a puzzle. If your rank on the global leader board is `r` you gain `max(0, 100-r)` global points. There are about 60000 persons who have solved the first puzzle, and 1800 who have solved the 25th. In general it is quite hard to gain global points. 6 members on the Code@LTH leader board managed to snatch some global points, congratulations!
16+
17+
![global points](/assets/images/2018/aoc-global.png)
18+
19+
You can still access and solve the problems at [advent of code](https://adventofcode.com/). We hope to see you participate next year!

_posts/2018-12-30-unga-forskare.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: "Unga Forskare and Annual Meeting"
4-
date: 2018-12-30
4+
date: 2018-12-30 01:00 0100
55
---
66

77
We are happy to announce that we are now part of [Unga Forskare](https://ungaforskare.se/) (together with 40 other organizations for young people related to natural science, technology or mathematics).

assets/images/2018/aoc-global.png

13.6 KB
Loading

assets/images/2018/aoc2018.png

38.4 KB
Loading

0 commit comments

Comments
 (0)