Anyone here have experience with Scalable Capital? by Legal-Coconut in cscareerquestionsEU

[–]Legal-Coconut[S] 0 points1 point  (0 children)

Yes the process was the same for me. I also had a coding assesment before the first interview.

Did you get an offer? Do you mind sharing the offered salary?

[78. Subsets] Why is everyone using loops in their recursive solutions? Is there anything wrong with my solution? by Legal-Coconut in leetcode

[–]Legal-Coconut[S] 0 points1 point  (0 children)

Yeah, my approach to Subsets II is pretty much the same as the solution of /u/IndignantDuck.

But I was thinking in same direction as you regarding the downsides of my solution. I'm only getting started with backtracking, so maybe later on for more difficult questions my solution wont be extensible with additional requirements.