Welcome to the channel! π¨βπ»
This channel is dedicated to helping you master Data Structures & Algorithms (DSA) and prepare for coding interviews and placements π
I post daily videos covering important coding problems from LeetCode and explain them in a simple and easy-to-understand way in Tamil.
π What youβll learn here:
β LeetCode Problems (Step-by-step solutions)
β Multiple Approaches (Brute Force β Optimized)
β Time & Space Complexity Explained
β Placement Preparation Guidance
β Interview Questions & Patterns
Most people learn only one solutionβ¦
π Here, youβll learn ALL possible approaches (Sorting, HashMap, Optimized, etc.)
π All coding concepts are taught in a very simple way in Tamil π―
To help students and developers:
- Prepare for placements πΌ
- Improve problem-solving skills π§
- Build strong DSA fundamentals π
π Join the Journey
If youβre serious about placements and coding:
π Subscribe and start your DSA journey today!
Just Coding - Tamil
Real Infosys Coding Round Question Asked on 17/05/2026 - Solution Explained!
Check this before attending exam on 31/05/26 π³
π‘ In this video:
β Problem Explanation
β Step-by-Step Solution
β Logic Breakdown
β Interview Tips & Approach
π₯ Why this video is useful:
β’ Real company question
β’ Placement-focused preparation
β’ Improves coding and problem-solving skills
β’ Helps freshers prepare for coding rounds
π― Perfect for:
β Infosys Placement Preparation
β Campus Recruitment
β DSA Practice
β Coding Interviews
π₯ Watch here: https://youtu.be/ZfW4GxmilS0
βWould you be able to solve this question in the actual test?
π Yes, I can solve it
π₯ Need more practice
π Show me more Infosys questions
Comment your answer below π
#infosys #coding #interviewquestions
2 months ago | [YT] | 2
View 0 replies
Just Coding - Tamil
Most people try rotating the string manually β
But thereβs a much simpler approach π
π‘ Key Idea:
If goal is a rotated version of s, then it will always exist inside the doubled string.
β‘ Simple Logic
β‘ Clean Code
β‘ Interview Friendly
π Problem No: 796
π― Topic: Strings
π§ Level: Easy
Explanation video : https://youtu.be/NnnVzvbZDMw
π Have you solved this problem before?
Comment your approach ππ₯
2 months ago | [YT] | 1
View 0 replies
Just Coding - Tamil
Quick DSA Challenge for you all! π
How would you handle the 'Plus One' logic for this array: [9, 9, 9]?
Most beginners just add 1 to the last index and end up with [9, 9, 10] but that's wrong! The correct answer should be [1, 0, 0, 0].
Do you know the cleanest way to handle this 'Carry' logic in Java or Python? Iβve broken down the trick in my latest Short! π
Check the solution here: https://youtu.be/GFZy1I4P6Nc?si=jA5Cv...
Let me know in the comments: What's the trickiest LeetCode problem you've faced so far? π
3 months ago (edited) | [YT] | 2
View 0 replies