GitXplorerGitXplorer
S

CodeJam2021

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Verified
8562c6bb6a22fa75246beb2f10417a797541ff86

Rename roaring_years.py to Round1C/roaring_years.py

SSunMarc committed 4 years ago
Verified
2e67618876b22ba1c2ec8ad301ebf319d2e15843

Rename double_or_NOTing.py to Round1C/double_or_NOTing.py

SSunMarc committed 4 years ago
Verified
2d2ae36061ddf78beb2c15c5b3495f9c190865d3

Rename closest_pick.py to Round1C/closest_pick.py

SSunMarc committed 4 years ago
Verified
09c8187b60a95e5096f994ee0d8a2444bad0d230

Update README.md

SSunMarc committed 4 years ago
Verified
05a1206c7a1dcd2fe23e4cb359fc9d3cd3e1da4a

Update README.md

SSunMarc committed 4 years ago
Verified
fbe2f7e6ebd68a275e1574ce091110442bbc19e1

Rename roaring_years.js to roaring_years.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 =)