#Palantir
1 messages · Page 1 of 1 (latest)
do you know how selective they are after karat
I just did mine and am considering a redo but idk
how many lc did u do
i got the optimal solution for the first 2 didnt get to the 3rd
would try to get all 3, i dont think you can pass unless you get 3
study graph and tree traversal
its always graph and trees for palantir
i spent 10 hrs or so prepping j traversal
do lc mediums in tagged graphs, bfs, trees
was able to j barely do 3
ye still not bad, just gotta id the patterns quick
mine was super wacky
had to build an adjacency list from scratch and do some weird things to the graph
hmm
mine was using an adjacency list that represented a family tree structure to see if two nodes had a shared ancestor
we got the same problem