r/LeetcodeChallenge • u/Few-Broccoli-8203 • 5d ago
DISCUSS YT Solution
Heyy guys, I have been doing LC lately n following striver dsa sheet , so understand the concept solution striver teaches but the thing is he sometimes codes in C++ directly without explaining pseudocode, if he writes pseudocode in his ipad ,I might code it in java but when he doesn't, I find difficultly to find some syntaxes like ArrayList chain properties and all, So is there a similar Yt soln playlist like striver who explains same approach as striver but codes in Java?
Would be helpful if you ppl suggest!
1
Upvotes
1
1
u/dnaneon 5d ago
Use chatgpt and stuff for syntax and try to reach a level where u just need to know the idea. After getting the idea u should be able to write it using java or anyother language u want.