Welcome to the Google Foobar repository! Here you can find my solutions to the coding challenges presented by Google Foobar.
Google Foobar is a secret recruitment program for talented software engineers. It consists of a series of coding challenges designed to test your skills and abilities.
Invitations to Google Foobar are typically extended to individuals who have demonstrated exceptional programming ability through their past work or by solving difficult coding challenges online. It is not something that can be applied for or signed up for. I received an invitation after completing the Coursera Google Data Analytics course.
In this repository, you can find my solutions to the Google Foobar coding challenges.
If you have been invited to participate in Google Foobar and have solved one or more of the challenges, we welcome you to contribute your solutions to this repository. To do so, please follow these steps:
- Fork this repository to your own GitHub account.
- Clone the repository to your local machine.
- Create a new directory for your challenge solution using the format
challenge-X
, whereX
is the number of the challenge. - Add the prompt and any relevant files for the challenge to the new directory.
- Add your solution code to the new directory.
- Commit and push your changes to your forked repository.
- Create a pull request from your forked repository to the original repository, including a brief description of your solution and any additional comments or insights.