Code Monkey home page Code Monkey logo

code_jam_problems's Introduction

Solutions to problems of Code Jam 2022

This repository includes my solutions to the problems of the Google Code Jam competitions up to year 2022, either as submitted during the contest or made on a second thought.

Let's begin with briefly outlining the structure of the contest followed by discussing the topics emphasized in these rounds to get a sense about its difficulty.

The competition is held once every year and spans for over 5 months.

According to the data of 2019, the rounds are

  1. Qualification Round: Around 35500 people made atleast one attempt in this contest. The cutoff score for this round was 30 which was secured by 27500 people.

This means success percentage is -> (27500/35500) ~ 75 percent

  1. Round 1: There are 3 parts to this round A, B, C. You can take part in any of these rounds but if you qualify in any one you can't take part in any other SUB ROUND of round 1. Say you took part in 1A, but didn't qualify, you can still take part in 1B. But if you clear it you can't participate in 1C. You need to be in top 1500 participants in any of these subrounds to make it to round 2.

This means a total of 4500 people qualify round 1.

Success percentage is -> (4500/27500) ~ 16 percent

  1. Round 2: Top 1000 of the 4500 people qualify in this round and it is these 1000 people who win t-shirts.

Success percentage -> (1000/4500) ~ 22 percent

  1. Round 3: Top 25 people of the 1000 people qualify this round to advance to the world finals.

That broadly said, means 1000 out of 35500 people get code jam t-shirts ~ 2.8 percent

The most important topics you definitely need to master to secure a t-shirt are:

Math, Dynamic Programming, Graphs.

Almost all the problems asked are a combinations of these topics with varied difficulty levels.

Therefore it’s not easy to get one of these and you need to have a fairly good understanding of data structures and algorithms, but nevertheless:

Since google merchandise is cool, adding the pictures of t-shirt I got in 2019 code jam😃

code_jam_problems's People

Contributors

rimolch avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.