GitXplorerGitXplorer
S

CodeJam2021

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Verified
799d33916847979b90de78a2bdad48aea0072c0c

Update README.md

SSunMarc committed 4 years ago
Verified
a20bcd96e1f83131385c9fc55fd557a3d4f3d353

Update README.md

SSunMarc committed 4 years ago
Verified
c647de237bdd1dafd6cd0ab5292da6efc724d434

Rename moons_and_umbrellas to moons_and_umbrellas.py

SSunMarc committed 4 years ago
Verified
8ad9e2055ae45f2ffea1444d8d283286d371e20c

Create reversort_engineering.py

SSunMarc committed 4 years ago
Verified
5fc63459def5bf48ad1fa3c941cb409fd9efa09f

Create moons_and_umbrellas

SSunMarc committed 4 years ago
Verified
ce8ac144dff48d5ac7a402feb57eea960cec0316

Create revert_sort.py

SSunMarc committed 4 years ago

README

The README file for this repository.

CodeJamRound2021

What is CodeJam ?

Google’s longest running global coding competition, Code Jam, calls on programmers around the world to solve challenging, algorithmic puzzles against the clock. Contestants advance through four online-hosted rounds to compete at the annual Code Jam World Finals that is held at a different international Google office each year. Each round brings new challenges, and in the end 25 contestants will have the ultimate chance to put their skills to the test, vying for cash prizes and the coveted championship title at the World Finals.

My results

Qualification : Rank 8675/37398

  • Reversort : passed all test cases
  • Moons and Umbrellas : passed all test cases ( + special test case worth only one point just for challenging ourselves )
  • Reversort Engineering : passed all test cases
  • Median Sort : not treated
  • Cheating Detection : not treated

Points needed : 30

Points obtained : 42

Round 1C : Rank 2128/8042

  • Closest Pick : passed all test cases
  • Roaring Years : passed first test cases
  • Double or NOTing : no test cases passed ( first test cases passed 15 min after the end of the contest )

Rank needed to pass : 1500

Conclusion

If I was a bit more faster, I could have passed the round1C. Overall, it was fun and I hope to do better for CodeJam2022 =)