#Congrats
1 messages · Page 1 of 1 (latest)
neither LLD or lc were from tagged
LLD for me focused on multithreading support but just how I would support multithreading (not implementation)
lc was brute was easy to come up with
but most optimum was difficult -- I could solve with hints
Could share LLD questions with respect to concurrency and multi threading
Were the LC similar to any question from the Blind 75 list?
yes, with a twist and few good follow-ups
the actual question was easy it was implementing a ds using something else and questions where on how would I support multithreading not to implement them but what changes would I make
You got implement stack using queue / queue using stack ?