Skip to content

CodyCline/google_foobar_answers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google FooBar Challenge Answers

URL => foobar.withgoogle.com

The challenge is broken up into 5 distinct levels testing the developers algorithm skills, each level gets progressively harder.

Acceptable answers are implemented in python or java

Constraints

Python

Your code will run inside a Python 2.7.13 sandbox. All tests will be run by calling the solution() function.

Standard libraries are supported except for bz2; crypt; fcntl; mmap; pwd; pyexpat; select; signal; termios; thread; time;unicodedata; zipimport; zlib.

Input/output operations are not allowed.

Your solution must be under 32000 characters in length including new lines and and other non-printing characters.

Java

Your code will be compiled using standard Java 8. All tests will be run by calling the solution() method inside the Solution class

Execution time is limited.

Wildcard imports and some specific classes are restricted (e.g. java.lang.ClassLoader). You will receive an error when you verify your solution if you have used a blacklisted class.

Third-party libraries, input/output operations, spawning threads or processes and changes to the execution environment are not allowed.

Your solution must be under 32000 characters in length including new lines and and other non-printing characters.

About

Detailed walkthrough of the Google FooBar challenge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages