biqar / lucid-programming-competition

This repository contains my solutions and analysis of problems from the Lucid Programming Competition.

Home Page:https://lucid.co/programming-competition

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My solutions of Lucid Programming Competition problems. All the solution code has been written in $C++$. The goal of this repository is not only share the solution code, but also sharing the my ideas and approaches towards the solution.

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.

About

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.

2021

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

About

This repository contains my solutions and analysis of problems from the Lucid Programming Competition.

https://lucid.co/programming-competition

License:MIT License


Languages

Language:C++ 100.0%