diff options
| -rw-r--r-- | .github/FUNDING.yml | 19 | ||||
| -rw-r--r-- | COPYRIGHT | 15 | ||||
| -rw-r--r-- | README | 78 | ||||
| -rw-r--r-- | README.md | 2 |
4 files changed, 112 insertions, 2 deletions
diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..59446d1 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,19 @@ +# Copyright 2024 Nicolas Paul. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Displays a "FUNDING" or "SPONSOR" button on the GitHub Web interface to +# anyone this project may be helped monetary. + +# GitHub Sponsor program. +github: nc0fr diff --git a/COPYRIGHT b/COPYRIGHT new file mode 100644 index 0000000..d9ace59 --- /dev/null +++ b/COPYRIGHT @@ -0,0 +1,15 @@ +Solutions proposed in the code are the intellectual property of their authors. +The storyline and the inputs for the questions are the creation and artistic +work of Google LLC (Google), a subsidiary of Alphabet Inc. The author of this +repository is not affiliated with Google LLC, and the solutions proposed here +are not endorsed by Google LLC. The author of this repository does not claim +any rights over the storyline or the inputs for the questions, and the +rest of the content is not made public for commercial purposes. + +You are not granted any right to read, copy, use, modify, distribute, or +leverage the content of this repository without explicit written permission +from ALL the authors, except for the terms described in GitHub's Terms Of +Service to public viewing. + +Failure to comply with these terms will result in legal action taken directly, +with no regard to good faith. Be evil. @@ -0,0 +1,78 @@ + + .----------------. .----------------. .----------------. + | .--------------. || .--------------. || .--------------. | + | | _________ | || | ____ | || | ____ | | + | | |_ ___ | | || | .' `. | || | .' `. | | + | | | |_ \_| | || | / .--. \ | || | / .--. \ | | + | | | _| | || | | | | | | || | | | | | | | + | | _| |_ | || | \ `--' / | || | \ `--' / | | + | | |_____| | || | `.____.' | || | `.____.' | | + | | | || | | || | | | + | '--------------' || '--------------' || '--------------' | + '----------------' '----------------' '----------------' + .----------------. .----------------. .----------------. + | .--------------. || .--------------. || .--------------. | + | | ______ | || | __ | || | _______ | | + | | |_ _ \ | || | / \ | || | |_ __ \ | | + | | | |_) | | || | / /\ \ | || | | |__) | | | + | | | __'. | || | / ____ \ | || | | __ / | | + | | _| |__) | | || | _/ / \ \_ | || | _| | \ \_ | | + | | |_______/ | || ||____| |____|| || | |____| |___| | | + | | | || | | || | | | + | '--------------' || '--------------' || '--------------' | + '----------------' '----------------' '----------------' + + + GOOGLE FOOBAR: My winning participatiosn + to the Google FooBar challenge + + + + Why Making it Public? + +At first, this repository was left private, to avoid releasing solutions to +other participants. However, since Google *unofficially* announced the death +of the project to April 1st, 2024, I decided to make it public. + +I do hope the solutions here may someday be helpful (even to myself), or +inspire me to make something similar ;). + + + What is Google FooBar? + +Google FooBar was a secret recruiting program by Google. It was a series of +complex computer science problems, which were presented to the user in a cool +storyline. The user was given a time limit to solve the problems, and the +user's performance was evaluated by Google. If the user did well, they would +be invited to apply for a job at Google. + +(For more information, see the Wikipedia page: +https://en.wikipedia.org/wiki/Google_Foobar). + +> For those wondering, I did receive an offer, but I didn't accept it, I'm a +> true sigma male. + + + Where? + +Google FooBar was hosted online at https://foobar.withgoogle.com. While not +officially announced, it was invite-only. + + + Legal + +Solutions proposed in the code are the intellectual property of their authors. +The storyline and the inputs for the questions are the creation and artistic +work of Google LLC (Google), a subsidiary of Alphabet Inc. The author of this +repository is not affiliated with Google LLC, and the solutions proposed here +are not endorsed by Google LLC. The author of this repository does not claim +any rights over the storyline or the inputs for the questions, and the +rest of the content is not made public for commercial purposes. + +You are not granted any right to read, copy, use, modify, distribute, or +leverage the content of this repository without explicit written permission +from ALL the authors, except for the terms described in GitHub's Terms Of +Service to public viewing. + +Failure to comply with these terms will result in legal action taken directly, +with no regard to good faith. Be evil. diff --git a/README.md b/README.md deleted file mode 100644 index 8b940cc..0000000 --- a/README.md +++ /dev/null @@ -1,2 +0,0 @@ -# skipping-work -foobar.withgoogle.com |
