FacebookHackerCup-2013 [](https://creativecommons.org/licenses/by-nc/3.0/)
February 11, 2020 ยท View on GitHub
Python solutions of Facebook Hacker Cup 2013. Solution begins with * means it will get TLE in the largest data set (total computation amount > 10^8, which is not friendly for Python to solve in 5 ~ 15 seconds). A 6-minute timer is set for uploading the result this year.
Qualification Round
| # | Title | Solution | Time | Space | Difficulty | Tag | Note |
|---|---|---|---|---|---|---|---|
| 1 | Beautiful strings | ||||||
| 2 | Balanced Smileys | ||||||
| 3 | Find the Min |
Round 1
| # | Title | Solution | Time | Space | Difficulty | Tag | Note |
|---|---|---|---|---|---|---|---|
| 1 | Card Game | ||||||
| 2 | Security | ||||||
| 3 | Dead Pixels |
Round 2
| # | Title | Solution | Time | Space | Difficulty | Tag | Note |
|---|---|---|---|---|---|---|---|
| 1 | Cake Cutting | ||||||
| 2 | RoboElection | ||||||
| 3 | Permutations |
Round 3
| # | Title | Solution | Time | Space | Difficulty | Tag | Note |
|---|---|---|---|---|---|---|---|
| 1 | Digits War | ||||||
| 2 | Name the Baby | ||||||
| 3 | Greedy Entertainers |
Final Round
| # | Title | Solution | Time | Space | Difficulty | Tag | Note |
|---|---|---|---|---|---|---|---|
| 1 | Archiver | ||||||
| 2 | Colored Trees | ||||||
| 3 | Minesweeping | ||||||
| 4 | Teleports |