Just Coding - Tamil

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

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

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