Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 4.15 KB

File metadata and controls

17 lines (12 loc) · 4.15 KB

#1589F0 #LogicCodeDebug #f03c15 #100DaysOfAlgorithms #c5f015 CodeForces #1589F0 LeetCode #f03c15 KickStart #c5f015 SPOJ #1589F0 HackerRank #1589F0 GeeksForGeek #1589F0 CodeChef

I will build the logic, code and then debug the coding problems in my youtube series of #LogicCodeDebug. So, this is going to be a step by step solution of coding problems. I believe, everyone has it's own way of learning. For few problems, it's easy to understand by just seeing the Logic but for few we need to debug them.

Please join me in this Journey. If it's helpful, please give Star on GitHub, each star is a motivation.

I will be covering all the topics with videos at my channel: https://www.youtube.com/user/kushalseth1408. I love to connect with people, Let's connect and learn together.

Arrays

# Title YouTube Link Solution Notes
1 Second Largest element in array https://www.youtube.com/watch?v=angBdWeAxd8
2 Check if an array is sorted, return true or false www.youtube.com/watch?v=Ysao5AoeeNc
3 Reverse an Array www.youtube.com/watch?v=GJpdnbIdeTI
4 Remove Duplicates from Sorted Array www.youtube.com/watch?v=u61tFxyIHq4
5 Move all zeros to end of Array www.youtube.com/watch?v=HymuKVb-oME