#!process neo scholars interview
1 messages · Page 1 of 1 (latest)
Goat
should i apply?
yeah
icf isnt bad tbh, just really annoying and coinflippy
im so ass
@mellow pumice
congrats on gapping me
i used to genuinely struggle with icf so much, then someone told me the real trick to ace it, from then on i never struggled with it again
drop da sauce
basically, i used to constantly fail icf because i'd:
- try to hyper-optimize the time complexity of everything, so i'd have to do things like store the info in multiple different containers, do convoluted stuff with data structures, etc
and 2) try to follow good coding practices by modularizing everything, creating separate classes and doing things as "cleanly" as possible, etc. this ended up screwing me over both due to time, and because memory management became a huge pain
so one day someone told me that ICF doesn't actually give you any real test cases, it's just small cases like the ones in the unit tests
like you could do O(n^2) or O(n^3) stuff and easily be fine
so basically their advice was just to code up everything without worrying about time complexity or doing it cleanly
once i took that advice i've scored 600 on every ICF
yeah
not just not optimize for it, literally disregard it entirely lol
holy shit goated advice
you might even get away with exponential time or smth
you can
literally bruteforce everything
hashmap spam + bruteforce everything that needs you to process/filter/sort the data
dont bother with sorted sets for efficient operations and all that
basically, yeah lol
and dont make any other classes
literally just store everything inside class they give you
you usually end up with 3-4 data structures i think
Goated, I trolled twice on that Dropbox oa, hated that shi
💀
oh yeah ive heard stripe oa was like a mini icf with much more boilerplate lol
i didnt get stripe OA though
ngmi
i didnt pass
even though my test cases passed
prob bc of my implementation quality
Too cracked
wasnt it auto
@mellow pumice are u also zon
What’s ur school
Holy shit which college
mich
Man this aint fair
they choose one of the options you put
hmm yeah byteboard does seem cooked because it's heavily based on style as well
they have human evaluators judge your code quality, whereas for ICF if you pass the tests you just pass
wait wdym pass
full score?
you already got the interview? when did you schedule it for?
how’s 550
are there any auto oas that give ICF open rn