My solutions of Lucid Programming Competition problems. All the solution code has been written in
I have participated in this contest in 2021 for the first time. I will try to attend the previous competitions off-line and share the solution ideas with you in future.
Lucid is a software company and they arrange this programming competition annually where students from universities across the US compete virtually. They categorize students under the following 8 universities:
- Brigham Young University (BYU)
- North Carolina State University (NCSU)
- University of Colorado Boulder (CU Boulder)
- University of Michigan (Michigan)
- University of North Carolina at Chapel Hill (UNC Chapel Hill)
- Oregon State University (OSU)
- University of Utah (U of U)
- Utah State University (USU)
Students outside of these universities will be bucketed into the school closest to one of these for prize considerations.
Contest Leaderboard | UNC Chapel Hill Leaderboard | HackerRank Contest Page | Official Contest Repository by Lucid
# | Title | Solution | Time | Space | Difficulty | Tag | Solved On-Site |
---|---|---|---|---|---|---|---|
A | Apple Factory | C++ | O() | O() | N/A | N/A | |
B | Balloon Plinko | C++ | O() | O() | N/A | N/A | |
C | Cipher | C++ | O() | O() | N/A | N/A | |
D | Cursed Bingo | C++ | O() | O() | N/A | N/A | |
E | Gene Edits | C++ | O() | O() | N/A | N/A | |
F | Green Squiggly Line | C++ | O() | O() | N/A | N/A | |
G | Map Shortcut | C++ | O() | O() | N/A | N/A | |
H | Picking Teams | C++ | O() | O() | N/A | N/A | |
I | Pyramid Profits | C++ | O() | O() | N/A | N/A | |
J | Scariest Path | C++ | O() | O() | N/A | N/A | |
K | Stepping Stones | C++ | O() | O() | N/A | N/A | |
L | Supermajority Integers | C++ | O() | O() | N/A | N/A | |
M | The Diver | C++ | O() | O() | N/A | N/A |