why we are returning the values of the node instead of the nodes itself?
@sharathkumar83382 жыл бұрын
hi I have one questions to ask. When will you do your next Q/A session?? or is it ok to put it here?
@crackfaang2 жыл бұрын
I will be making a discord soon where I will have a Q/A section. If it’s urgent, you can ask it here otherwise wait about a week or so until I figure out how to set things up
@sharathkumar83382 жыл бұрын
@@crackfaang yes my doubt is I checked job description of morgan stanley for 2+ years experienced. alongside DSA they had log of other requirements like CI/Cd, spring, spring boot and all. Do we really need to know anything else apart from DSA and system design or does it depends on company??
@sharathkumar83382 жыл бұрын
@@crackfaang just to follow up Bachelor's Degree in Computer Science / Information Technology / Engineering (or equivalent work experience) will be required Proficiency in at least one programming language or technology including, but not limited, to Java, Python, C++, NodeJS or web technology e.g. XML, HTML, CSS Minimum 3 years of professional working experience in related industry Strong results-oriented team member, Analytic and fact-based consultative discipline. Self-starter and desire/motivation to learn quickly and pick up new skills Possess excellent verbal/written communication skills and be able to effectively communicate with all levels. Preference will be given to candidates who have knowledge or working experience in payment industry these are the requirements of VISA company. Does this mean they don't as DSA in an interview??
@kratiyadav3782 ай бұрын
can't Is store the node values in a nested hashmap ? For example to store node, with value = 5 at level 2 and col = 1, I can create a hashmap as follows col : row : list of values hashmap = {1 : 2 : [5]}
@anoopjalla840423 күн бұрын
this is what i did initially, and it worked
@rsKayiira2 жыл бұрын
Thank you for this. Great solution.
@manojamrutharaj90712 жыл бұрын
Awesome. Thanks for the cool solution
@syafzal2739 ай бұрын
Great explanation!
@LondonMoneyCashEnterprise9 күн бұрын
i dont get why this is a hard problem, seems pretty easy enough
@1Rashiid8 күн бұрын
The explanation in the video is not same as the code. You did not mention that we use the row in the hashmap at all. You explain it like the medium version and then in the code you add the row... still adding the row ( the main point in this question) is not clear.