This repository contains my solutions to the problems from Facebook Hacker Cup 2021. These solutions are provided "as is" - I give no guarantees that they will work as expected.
The following is the list of the problems solved. Each problem identifier is specified between round brackets. Problems marked with ✓ are done, while problems with ✗ are not complete or aren't efficient enough for the problem's limits.
- ✓ A1: Consistency (Chapter 1) (
consistency-1
) - ✓ A2: Consistency (Chapter 2) (
consistency-2
)
- ✓ A1: Weak Typing (Chapter 1) (
weak-typing-1
) - ✓ A2: Weak Typing (Chapter 2) (
weak-typing-2
) - ✓ A3: Weak Typing (Chapter 3) (
weak-typing-3
) - ✓ B: Traffic Control (
traffic-control
)