This repository was created with the aim to help with Google Foobar challenges.
The intention here is to elaborate the challenges but not give fully coded solutions.
Google's Foobar is a coding challenge that consists of 5 levels and 9 questions which increase in difficulty.
These challenges can be completed in either Python or Java, each challenge is usually solved with a specific algorithm so a decent understanding of data structures and algorithms are recommended.
After completing level 3 you will be prompted with the option to share you details with a Google recruiter, which may lead up to a follow up email or phone call depending on how well you tackled the challenges.
You have to be invited to participate in the challenge. One way to get an invite is to search coding related search terms like python try catch
on Google and you may randomly see something like this:
Below are a list of challenge currently documented in this repository, please feel free to contribute!
The challenges can be completed in several ways, some better than others.