Skip to content

Commit 1e162eb

Browse files
committed
[2021] add hash code event
1 parent 8d1ae5c commit 1e162eb

File tree

2 files changed

+48
-1
lines changed

2 files changed

+48
-1
lines changed

_events/2021-02-25-hashcode.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
---
2+
layout: events
3+
title: Hash Code 2021
4+
place: "Online"
5+
id: hashcode
6+
---
7+
Code@LTH has organized a hub for the annual team programming competition Google Hash Code since 2016.
8+
9+
10+
## Info-summary
11+
12+
- Date-time: 2021-02-25 18:30 UTC+1.
13+
- Contest time 18:30-22:30 UTC+1
14+
- Deadline to register: 2021-02-24.
15+
- Location: online
16+
- [Sign-Up link](https://codingcompetitions.withgoogle.com/hashcode).
17+
- [Hashcode-jugde](https://hashcodejudge.withgoogle.com/#/home) (Accessible when you have signed up).
18+
19+
## General information
20+
21+
Hash Code is a yearly team programming competition made by Google.
22+
23+
You are given one optimization problem, which is either very hard or impossible to solve optimally. Instead you should find a solution that maximizes your score.
24+
25+
_This year there is no on site event, but you can join our virtual hub, putting your team on our local scoreboard._
26+
27+
To participate you will have to sign up [here](https://codingcompetitions.withgoogle.com/hashcode).
28+
29+
Remember to mark Code@LTH as your hub when you create your team on the judge system.
30+
31+
## Todo-list for participants
32+
33+
- Sign up at: [https://codingcompetitions.withgoogle.com/hashcode](https://codingcompetitions.withgoogle.com/hashcode)
34+
- Find 3 friends (or fewer, teams of 2-4 are accepted).
35+
- Create your team on the judge-website that you get access to after sign up, and select Code@LTH as your hub.
36+
37+
### Tips&Tricks
38+
39+
Hash code problems are similar to one an other. You best bet of doing well is to make sure to practice with your team!
40+
41+
- Look at the practice problem on the [Hashcode-jugde](https://hashcodejudge.withgoogle.com/#/home).
42+
- Look at some [old problems](https://codingcompetitions.withgoogle.com/hashcode/archive).
43+
- Use a [template](https://github.com/exoji2e/hashcode-template).
44+
- Which organizes your output files for you
45+
- Scores your outputs locally
46+
- Keeping track of your best output so far, and what code produced it.
47+
- Make sure to use it in a practice session before on the real competition!

redirects/hashcode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Hashcode 2020
3-
redirect_to: "/events/2020-02-20-hashcode"
3+
redirect_to: "/events/2021-02-25-hashcode"
44
permalink: "/hashcode/"
55
---
66
redirect_to: "https:codeatlth.org/events/2020-02-20-hashcode"

0 commit comments

Comments
 (0)