5 kyu
Beeramid
4,860 of 18,881kylehill
Description:
Let's pretend your company just hired your friend from college and paid you a referral bonus. Awesome! To celebrate, you're taking your team out to the terrible dive bar next door and using the referral bonus to buy, and build, the largest three-dimensional beer can pyramid you can. And then probably drink those beers, because let's pretend it's Friday too.
A beer can pyramid will square the number of cans in each level - 1 can in the top level, 4 in the second, 9 in the next, 16, 25...
Complete the beeramid function to return the number of complete levels of a beer can pyramid you can make, given the parameters of:
your referral bonus, and
the price of a beer can
For example:
beeramid(1500, 2); // should === 12
beeramid(5000, 3); // should === 16
Mathematics
Algorithms
Stats:
Created | Jul 12, 2013 |
Published | Jul 22, 2013 |
Warriors Trained | 32337 |
Total Skips | 4607 |
Total Code Submissions | 65187 |
Total Times Completed | 18881 |
JavaScript Completions | 4860 |
Python Completions | 6622 |
C Completions | 1615 |
C++ Completions | 2965 |
Ruby Completions | 351 |
Haskell Completions | 293 |
Prolog Completions | 23 |
COBOL Completions | 16 |
Rust Completions | 493 |
Julia Completions | 51 |
TypeScript Completions | 920 |
Crystal Completions | 15 |
CoffeeScript Completions | 12 |
R Completions | 111 |
PHP Completions | 555 |
Go Completions | 539 |
Total Stars | 326 |
% of votes with a positive feedback rating | 89% of 1652 |
Total "Very Satisfied" Votes | 1315 |
Total "Somewhat Satisfied" Votes | 298 |
Total "Not Satisfied" Votes | 39 |