Facebook Hacker Cup is an international programming competition hosted and administered by Facebook. The competition began in 2011 as a means to identify top engineering talent for potential employment at Facebook.[2] The competition consists of a set of algorithmic problems which must be solved in ...
0
votes
2answers
91 views
Facebook HackerCup 2013 BalancedSmileys Explanation
My question is in reference to the FB HackerCup 2013 QualificationRound problem - BalancedSmileys.
Problem Statement: ...
11
votes
3answers
4k views
My FB HackerCup code too slow of large inputs
I was solving the Find the min problem on facebook hackercup using python, my code works fine for sample inputs but for large inputs(10^9) it is taking hours to complete.
So, is it possible that the ...
-5
votes
1answer
1k views
Input in the facebook hacker cup [closed]
Does the input file need to be directly processed by the program?
say in the latest Beautiful strings question,
5
ABbCcc
Good luck in the Facebook Hacker Cup this year!
Ignore ...
1
vote
2answers
941 views
sscanf returning wrong numbers for long long int variables
I am having trouble parsing the input file in the Auction Problem of Facebook HackerCup.
Every line of the input file contains 9 space-separated integers: N, P1, W1, M, K, A, B, C and D. According to ...
8
votes
1answer
2k views
Josephus for large n (Facebook Hacker Cup)
Last week I participated in round 1b of the Facebook Hacker cup.
One of the problems was basically the Josephus problem
I've studied the Josephus problem before as a discrete math problem, so I ...
7
votes
3answers
1k views
Facebook Hacker Cup Subround 1B - Slot Machine Hacker
Source: Facebook Hacker Cup.
I've tried generating a few lists of return values from the function below but can't seem to find what makes it possible to predict future random numbers. How would I go ...
3
votes
5answers
997 views
Wine Tasting problem
I've spent almost all competition time(3 h) for solving this problem. In vain :( Maybe you could help me to find the solution.
A group of Facebook employees just had a very successful product launch. ...
2
votes
1answer
2k views
Facebook Hacker Cup: Studious student problem
During the qualification round, the following question was asked:
You've been given a list of words to study and memorize. Being a diligent student of language and the arts, you've decided to not ...
6
votes
6answers
1k views
Facebook Hacker Cup: After the Dance Battle
We want to find the shortest path between two points in a special grid. We can travel between adjacent squares in a single move, but we can also travel between cells of the same type (there are 10 ...
6
votes
6answers
2k views
Facebook Hacker Cup: Power Overwhelming
A lot of people at Facebook like to play Starcraft II™. Some of them have made a custom game using the Starcraft II™ map editor. In this game, you play as the noble Protoss defending your adopted ...
3
votes
8answers
2k views
F# - Facebook Hacker Cup - Double Squares
I'm working on strengthening my F#-fu and decided to tackle the Facebook Hacker Cup Double Squares problem. I'm having some problems with the run-time and was wondering if anyone could help me figure ...
6
votes
5answers
1k views
Peg Game: best place to place ball such that it lands in the target cell
Source: Facebook Hacker Cup Qualification Round 2011
At the arcade, you can play a simple game where a ball is dropped into the top of the game, from a position of your choosing. There are a number ...
2
votes
6answers
2k views
Double Squares: counting numbers which are sums of two perfect squares
Source: Facebook Hacker Cup Qualification Round 2011
A double-square number is an integer X which can be expressed as the sum of two perfect squares. For example, 10 is a double-square because 10 = ...
11
votes
10answers
9k views
Lexicographical sorting problem
I'm doing a problem that says concatenate the words to generate the lexicographically lowest possible string. from a competition.
Take for example this string: jibw ji jp bw jibw
The actual output ...
11
votes
2answers
1k views
“Too hard for brute force, switching to dp”
What does the "dp" stand for? I saw this on the Facebook Hacker Cup page.
