Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ischwarz23/google-foobar-challenge
This repository contains my solutions to the Google FooBar challenge.
https://github.com/ischwarz23/google-foobar-challenge
google google-foobar google-foobar-solutions java java-8
Last synced: 6 days ago
JSON representation
This repository contains my solutions to the Google FooBar challenge.
- Host: GitHub
- URL: https://github.com/ischwarz23/google-foobar-challenge
- Owner: ISchwarz23
- Created: 2023-10-10T11:21:41.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-12T20:51:09.000Z (about 1 year ago)
- Last Synced: 2023-10-15T02:51:45.024Z (about 1 year ago)
- Topics: google, google-foobar, google-foobar-solutions, java, java-8
- Language: Java
- Homepage:
- Size: 120 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Test Cases](https://github.com/ISchwarz23/google-foobar-challenge/actions/workflows/main.yml/badge.svg)](https://github.com/ISchwarz23/google-foobar-challenge/actions/workflows/main.yml)
# Google FooBar Challenge
This repository contains my solutions I provided to Google's FooBar challenge. (2023)### Used Language
I decided to do the challenge using Java as my Python skills are pretty limited.
Unfortunately I was forced to use the JDK 8 by the FooBar platform. So I was not able to use the cool Java 21 language features.### The Levels
- Level 1
- [Prison Labor Dodgers](src/main/java/com/google/foobar/level1/challenge1)
- Level 2
- [Elevator Maintenance](src/main/java/com/google/foobar/level2/challenge1)
- [Please Pass the Coded Messages](src/main/java/com/google/foobar/level2/challenge2)
- Level 3
- [Prepare the Bunnies' Escape](src/main/java/com/google/foobar/level3/challenge1)
- [Queue To Do](src/main/java/com/google/foobar/level3/challenge2)
- [Doomsday Fuel](src/main/java/com/google/foobar/level3/challenge3)
- Level 4
- [Escape Pods](src/main/java/com/google/foobar/level4/challenge1)
- [Free the Bunny Workers](src/main/java/com/google/foobar/level4/challenge2)
- Level 5
- [Disorderly Escape](src/main/java/com/google/foobar/level5/challenge1)