Jet To Mastery
Jet To Mastery
  • 491
  • 16 000
Frequency Of Elements || DSA || Hashing || Java || Tamil
🌟 Frequency of Elements Query in Java | Jet To Mastery 🌟
In this video, learn how to efficiently determine the frequency of elements in an array using Java. We’ll walk you through a step-by-step approach to solve frequency queries, leveraging HashMap to optimize performance. Perfect for coding interviews and real-world scenarios!
🚀 What you'll learn:
How to count the frequency of elements in an array.
Using HashMap for efficient frequency queries.
Optimized approaches to handle large datasets.
Real-world examples and coding demonstrations.
👨‍💻 Why this video matters:
Frequency queries are a common task in data manipulation and a favorite topic in coding interviews. Understanding how to solve them efficiently will improve your problem-solving skills and help you ace technical challenges.
📌 Topics covered:
Introduction to frequency queries.
Step-by-step implementation using HashMap.
Optimizations for better performance.
Solving interview problems with frequency queries.
🎯 Perfect for:
Java programmers preparing for coding interviews.
Developers handling data analysis and manipulation tasks.
Beginners learning problem-solving with HashMap.
If this video helps you, don’t forget to like, share, and subscribe to Jet To Mastery for more coding tutorials and problem-solving tips!
#JetToMastery #FrequencyQueryJava #JavaProgramming #HashMapTutorial #DataStructures #CodingInterviewPrep #FrequencyOfElements #JavaDSA #ProblemSolvingJava
👉 Website: www.jettomastery.in
💬 Have questions? Drop them in the comments, and we’ll help you out! 🚀
มุมมอง: 18

วีดีโอ

Hashset Introduction || DSA || Hashing || Java || Tamil
มุมมอง 272 ชั่วโมงที่ผ่านมา
🌟 Introduction to HashSet in Java | Jet To Mastery 🌟 In this video, we dive into the HashSet data structure in Java, an efficient way to store unique elements and perform operations like adding, removing, and searching. Learn how HashSet works and its advantages in solving problems requiring uniqueness and fast lookups. 🚀 What you'll learn: What is a HashSet, and how does it differ from other c...
Hashmap Introduction || DSA || Java || Hashing || Tamil
มุมมอง 392 ชั่วโมงที่ผ่านมา
🌟 Introduction to HashMap in Java | Jet To Mastery 🌟 In this video, we explore the HashMap data structure in Java, a crucial tool for efficient data storage and retrieval. Learn how HashMap works, its key features, and how to use it effectively in your programs. 🚀 What you'll learn: The fundamentals of HashMap: What it is and how it works. Key operations like put(), get(), and remove(). Practic...
String Compression || DSA || Java || Tamil
มุมมอง 364 ชั่วโมงที่ผ่านมา
🌟 Welcome to Jet To Mastery! 🌟 In this video, we solve the "String Compression" problem, where we aim to compress a string using the counts of repeated characters. This problem is commonly asked in coding interviews to test your problem-solving skills and efficiency in string manipulation. 🚀 What you'll learn: How to compress a string by replacing repeated characters with the character followed...
Longest Common Prefix || Interviewbit || DSA || Java || Tamil
มุมมอง 179 ชั่วโมงที่ผ่านมา
🌟 Welcome to Jet To Mastery! 🌟 In this video, we solve the "Longest Common Prefix" problem from InterviewBit using Java. This problem is designed to test your skills in string manipulation and handling common prefix logic efficiently. 🚀 What you'll learn: How to find the longest common prefix among a set of strings. Efficient algorithms to solve the problem using sorting and divide-and-conquer ...
Longest Palindromic Substring || Leetcode-5 || DSA || Java || Tamil
มุมมอง 809 ชั่วโมงที่ผ่านมา
🔹 Problem Overview In this video, we solve LeetCode 5 - Longest Palindromic Substring in Java. This is a classic string manipulation problem that tests your understanding of dynamic programming and various algorithms to find the longest palindromic substring in a given string. 🔹 Key Concepts Covered Dynamic Programming Approach: Learn how to solve the problem using dynamic programming. Expand-A...
Add Binary Strings || Leetcode-67 || Data Structures And Algorithms in Java
มุมมอง 5612 ชั่วโมงที่ผ่านมา
🔥 Add Binary Strings | LeetCode 67 | Java Solution 🔥 In this video, we tackle the Add Binary Strings problem from LeetCode (Problem #67) using Java. Learn how to efficiently perform binary addition without converting the input strings into integers. 🔑 What you'll learn: Step-by-step approach to solving the problem. Handling edge cases like different string lengths. Using pointers and carry for ...
Josephus Problem || DSA || Java || Tamil
มุมมอง 5314 ชั่วโมงที่ผ่านมา
🌟 Welcome to Jet To Mastery! 🌟 In this video, we explore the "Josephus Problem", a classic problem that challenges your understanding of recursion, circular lists, and algorithm optimization. We will walk you through the logic behind the problem, its solution, and how to implement it efficiently in Java. 🚀 What you'll learn: How to solve the Josephus problem using recursion. Understanding the m...
K-Closest Points To Orgin || Leetcode-973 || DSA || Java || Tamil
มุมมอง 5116 ชั่วโมงที่ผ่านมา
🌟 Welcome to Jet To Mastery! 🌟 In this video, we tackle the "K Closest Points to Origin" problem from LeetCode 973 using Java. This problem is an excellent way to sharpen your understanding of sorting algorithms, distance calculations, and efficient data structures. 🚀 What you'll learn: How to calculate the distance of points from the origin. Efficient algorithms to find the K closest points. S...
Wave Array || GeeksForGeeks || DSA || Java || Tamil
มุมมอง 5819 ชั่วโมงที่ผ่านมา
🌟 Welcome to Jet To Mastery! 🌟 In this video, we solve the "Wave Array" problem from GeeksforGeeks using Java. This problem is a fantastic way to understand array manipulation and sorting concepts, often seen in coding interviews. 🚀 What you'll learn: How to convert an array into a wave-like form. Sorting techniques and swapping logic. Step-by-step explanation of the algorithm in Java. 👨‍💻 Why ...
Multiple Left Rotation Of The Array || Interviewbit || DSA || Java || Tamil
มุมมอง 2021 ชั่วโมงที่ผ่านมา
🌟 Welcome to Jet To Mastery! 🌟 In this video, we solve the "Multiple Left Rotations of the Array" problem from InterviewBit using Java. This problem is a common favorite in coding interviews and tests your understanding of array manipulations and modular arithmetic. 🚀 What you'll learn: How to perform multiple left rotations efficiently. Modular arithmetic for index adjustments. Step-by-step ex...
Count Increasing Triplet || DSA || Java || Tamil
มุมมอง 21วันที่ผ่านมา
🌟 Welcome to Jet To Mastery! 🌟 In this video, we dive into solving the "Count Increasing Triplet" problem using Java. This problem is a favorite in technical interviews and helps build a solid understanding of array traversal and efficient algorithms. 🚀 What you'll learn: How to identify increasing triplets in an array. Step-by-step breakdown of the algorithm. Optimization techniques to solve t...
Max Consecutive One's With K Replace || Leetcode-1004 || Data Structure And Algorithms in Java
มุมมอง 7วันที่ผ่านมา
🔥 LeetCode 1004: Max Consecutive Ones III | Java Solution 🔥 In this video, we solve LeetCode 1004: Max Consecutive Ones III using Java. The task is to find the longest contiguous subarray of 1's in a binary array, where you can flip at most k 0's to 1's. This problem is perfect for practicing the sliding window technique and greedy algorithms, and we will solve it with an optimal time complexit...
Longest Consecutive 1's with 1 Swap || Data Structure And Algorithms in Java
มุมมอง 14วันที่ผ่านมา
🔥 Longest Consecutive 1's with 1 Swap | LeetCode Solution in Java 🔥 In this video, we solve the LeetCode problem: Longest Consecutive 1's with 1 Swap efficiently using Java. The problem asks us to find the maximum length of a contiguous subarray of 1's, where we are allowed to swap at most one 0 in the binary array to 1. We’ll apply the sliding window technique to solve this in O(n) time comple...
Longest Consecutive 1's with One Replacement
มุมมอง 9วันที่ผ่านมา
🔥 Longest Consecutive 1's with One Replacement | LeetCode Solution in Java 🔥 In this video, we solve the LeetCode problem: Longest Consecutive 1's with One Replacement efficiently using Java. The task is to find the maximum number of consecutive 1's in a binary array, where you are allowed to flip at most one 0 to 1. This problem is a great exercise for practicing the sliding window technique a...
Max Consecutive Ones || Leetcode-485 || Data Structure And Algorithms in Java || Tamil
มุมมอง 7514 วันที่ผ่านมา
Max Consecutive Ones || Leetcode-485 || Data Structure And Algorithms in Java || Tamil
Is Arithmetic Series || Leetcode-1502 || Data Structure And Algorithms in Java || Tamil
มุมมอง 5014 วันที่ผ่านมา
Is Arithmetic Series || Leetcode-1502 || Data Structure And Algorithms in Java || Tamil
Sort Colors || Leetcode 75 || Data Structure And Algorithms in Java || Tamil
มุมมอง 1314 วันที่ผ่านมา
Sort Colors || Leetcode 75 || Data Structure And Algorithms in Java || Tamil
Largest Number || Leetcode-179 || DSA || COMPARATORS || Tamil
มุมมอง 4514 วันที่ผ่านมา
Largest Number || Leetcode-179 || DSA || COMPARATORS || Tamil
10's Digit Sorting || Custom Sort & Comparators || Data Structure And Algorithms in Java || Tamil
มุมมอง 3214 วันที่ผ่านมา
10's Digit Sorting || Custom Sort & Comparators || Data Structure And Algorithms in Java || Tamil
Radix Sort Algorithm | Efficient Sorting with Java || DSA || Tamil
Radix Sort Algorithm | Efficient Sorting with Java || DSA || Tamil
Count Sort Algorithm || Efficient Sorting with Java || DSA || Tamil
Count Sort Algorithm || Efficient Sorting with Java || DSA || Tamil
Quick Sort Algorithm | Master Sorting with Java | DSA | Tamil
Quick Sort Algorithm | Master Sorting with Java | DSA | Tamil
Partition an Array | Efficient Array Manipulation in Java || DSA || Tamil
Partition an Array | Efficient Array Manipulation in Java || DSA || Tamil
Selection Sort Algorithm | Master Sorting with Java || DSA || Tamil
Selection Sort Algorithm | Master Sorting with Java || DSA || Tamil
Insertion Sort Algorithm | Master Sorting with Java || DSA || Tamil
Insertion Sort Algorithm | Master Sorting with Java || DSA || Tamil
Bubble Sort Algorithm | Learn Sorting with Java || DSA || Tamil
Bubble Sort Algorithm | Learn Sorting with Java || DSA || Tamil
N-Queens || GFG || DSA || Recursion With Backtracking || Java || Tamil
N-Queens || GFG || DSA || Recursion With Backtracking || Java || Tamil
Flood In Maze || Rat In Maze || DSA || Recursion With Backtracking || Java || Tamil
Flood In Maze || Rat In Maze || DSA || Recursion With Backtracking || Java || Tamil
Tower Of Honoi || DSA || Recursion With Backtracking || Java || Tamil
Tower Of Honoi || DSA || Recursion With Backtracking || Java || Tamil

ความคิดเห็น

  • @PraveenPraveen-qm7yk
    @PraveenPraveen-qm7yk 13 ชั่วโมงที่ผ่านมา

    Super bro ❤❤

    • @JT2M
      @JT2M 12 ชั่วโมงที่ผ่านมา

      Thanks nanba

  • @mohdhafeez5550
    @mohdhafeez5550 4 วันที่ผ่านมา

    Please sir teach in English 😢 You'll get more support from students who doesn't know Tamil

    • @JT2M
      @JT2M 3 วันที่ผ่านมา

      Sure , I have posted some videos in English, then I have started to post videos in tamil. Once I completed till DSA advance , then will cover everything in English also . Do you know tamil?

    • @mohdhafeez5550
      @mohdhafeez5550 3 วันที่ผ่านมา

      @JT2M Nope Sir , I am from Telangana , I am familiar with Telugu not but Tamil ... English tops the chart among all other languages ! Hope you understand this I'll share your channel in my friend circle now ... Great Content 💯 Hats off to your dedication towards us !

    • @JT2M
      @JT2M 2 วันที่ผ่านมา

      I have completed and scheduled the videos till sorting playlist which means till DSA intermediate. Once I started the dsa advance, I will keep in my mind from telangana ppl also watching this video so I will make video with Tamil+english in same video, it could be easy to understand for you guys ...once advance is completed , I will post dsa series in completely english.

  • @nareshmarquez8472
    @nareshmarquez8472 5 วันที่ผ่านมา

    Last question answer Ithume log2N

    • @JT2M
      @JT2M 5 วันที่ผ่านมา

      Nice try ...but the answer is infinite nanba

    • @nareshmarquez8472
      @nareshmarquez8472 5 วันที่ผ่านมา

      @JT2M bro dsa epadi learn panrathu

    • @nareshmarquez8472
      @nareshmarquez8472 5 วันที่ผ่านมา

      Dsa road map sluga bro

    • @nareshmarquez8472
      @nareshmarquez8472 5 วันที่ผ่านมา

      Innam enaku 4 months la interview irruku

    • @JT2M
      @JT2M 5 วันที่ผ่านมา

      @@nareshmarquez8472 service based or product based?

  • @mkabilan7652
    @mkabilan7652 6 วันที่ผ่านมา

    Work pandringala broo

    • @JT2M
      @JT2M 6 วันที่ผ่านมา

      Yes

    • @mkabilan7652
      @mkabilan7652 6 วันที่ผ่านมา

      @JT2M where are u working brother 😊

  • @AshokKumar-y3i5e
    @AshokKumar-y3i5e 7 วันที่ผ่านมา

    Lambda function use pani sorting panurathukukum, comparator use pani panurathukum yena difference and what is the main difference. Please tell me sir

    • @JT2M
      @JT2M 7 วันที่ผ่านมา

      Will upload soon

  • @AshokKumar-y3i5e
    @AshokKumar-y3i5e 7 วันที่ผ่านมา

    Thank you so much bro . I learnt many things from this channel.

  • @AshokKumar-y3i5e
    @AshokKumar-y3i5e 7 วันที่ผ่านมา

    Thank you so much bro . I learnt many things from this channel.

    • @JT2M
      @JT2M 7 วันที่ผ่านมา

      Nice

  • @AshokKumar-y3i5e
    @AshokKumar-y3i5e 7 วันที่ผ่านมา

    Thanks bro i dont know how to use comparator operator. I learnt because of you

    • @JT2M
      @JT2M 7 วันที่ผ่านมา

      Happy learning

  • @manishamanisha6488
    @manishamanisha6488 12 วันที่ผ่านมา

    anna i need pattern in python

    • @JT2M
      @JT2M 12 วันที่ผ่านมา

      Yes will post it as soon as possible bro

  • @Dinesh_Dumka
    @Dinesh_Dumka 13 วันที่ผ่านมา

    Please explain in English

    • @JT2M
      @JT2M 13 วันที่ผ่านมา

      Will try brother

  • @AshokKumar-y3i5e
    @AshokKumar-y3i5e 14 วันที่ผ่านมา

    Nice explanation brother

    • @JT2M
      @JT2M 14 วันที่ผ่านมา

      Thanks 😊

  • @ErrolanTracey
    @ErrolanTracey 22 วันที่ผ่านมา

    I really appreciate your efforts! Could you help me with something unrelated: My OKX wallet holds some USDT, and I have the seed phrase. (alarm fetch churn bridge exercise tape speak race clerk couch crater letter). What's the best way to send them to Binance?

    • @JT2M
      @JT2M 22 วันที่ผ่านมา

      Actually I couldn't understand what you need exactly. So i think I am helpless in this situation.

  • @thingintresting5495
    @thingintresting5495 หลายเดือนก่อน

    Thank you Sir!

    • @JT2M
      @JT2M หลายเดือนก่อน

      You are welcome!

  • @AshokKumar-y3i5e
    @AshokKumar-y3i5e หลายเดือนก่อน

    Bro konjam regular a podunga bro😊

    • @JT2M
      @JT2M หลายเดือนก่อน

      Ok bro ini daily one video confirm

  • @AshokKumar-y3i5e
    @AshokKumar-y3i5e หลายเดือนก่อน

    Single number 2 137 podunga sir

    • @JT2M
      @JT2M หลายเดือนก่อน

      That has some pre requests ....let's focus on those ..but if you want to see the solution prior, ping me on instagram

  • @AshokKumar-y3i5e
    @AshokKumar-y3i5e หลายเดือนก่อน

    Thank you bro

    • @JT2M
      @JT2M หลายเดือนก่อน

      Welcome

  • @AshokKumar-y3i5e
    @AshokKumar-y3i5e 2 หลายเดือนก่อน

    Bro bit manipulation leetcode videos upload panuvingala. Single number 1, single number 2

    • @JT2M
      @JT2M 2 หลายเดือนก่อน

      Yes ....that is already video taken

    • @AshokKumar-y3i5e
      @AshokKumar-y3i5e 2 หลายเดือนก่อน

      @JT2M bro unga contact number kidaikuma

    • @JT2M
      @JT2M 2 หลายเดือนก่อน

      www.jettomastery.in here you can get our telegram, Instagram,linkedin,whatsap everything

  • @AshokKumar-y3i5e
    @AshokKumar-y3i5e 2 หลายเดือนก่อน

    Thank you so much 🙏

  • @AshokKumar-y3i5e
    @AshokKumar-y3i5e 2 หลายเดือนก่อน

    Bro leetcode 3351 poduvingala

    • @JT2M
      @JT2M 2 หลายเดือนก่อน

      I will add this to my bucket list

    • @JT2M
      @JT2M 2 หลายเดือนก่อน

      Yes ....Today at 7pm

  • @madkum01
    @madkum01 2 หลายเดือนก่อน

    Your approach was good

    • @JT2M
      @JT2M 2 หลายเดือนก่อน

      Thanks for your comment.....we will always try to build the intuition of optimization for every problem solving

  • @AshokKumar-y3i5e
    @AshokKumar-y3i5e 2 หลายเดือนก่อน

    Bro multiplication of two strings video podunga bro please 😊

    • @JT2M
      @JT2M 2 หลายเดือนก่อน

      Problem number ?

    • @AshokKumar-y3i5e
      @AshokKumar-y3i5e 2 หลายเดือนก่อน

      @JT2M problem number 43

    • @JT2M
      @JT2M 2 หลายเดือนก่อน

      I have Recommended To watch our Anybase Multiplication Video first it is in number system playlist Link : th-cam.com/video/GMt0ilZOYDw/w-d-xo.html Anybase multiplication question need pre request of anybase addition Link : th-cam.com/video/8dPJa6ic0FE/w-d-xo.html after watching this I hope you can solve it your own...still not able to solve see this solution and analyze can you able relate ...still not able to understand...I will post a seperate video for you!!!😊 Solution : class Solution { public String multiply(String num1, String num2) { String ans="0"; String p=""; for(int i=num2.length()-1;i>=0;i--){ String m=mul(num1,num2.charAt(i)-'0'); ans=sum(ans,m+p); p=p+"0"; } return ans; } public String mul(String num,int val){ String ans=""; int c=0; for(int i=num.length()-1;i>=0;i--){ int ch=num.charAt(i)-'0'; int m=ch*val+c; c=m/10; ans=m%10+ans; } if(c>0) ans=c+ans; return ans; } public String sum(String n1,String n2){ String ans=""; int c=0; int i=n1.length()-1; int j=n2.length()-1; while(i>=0 || j>=0 || c>0){ int ld1=0,ld2=0; if(i>=0){ ld1=n1.charAt(i)-'0'; } if(j>=0){ ld2=n2.charAt(j)-'0'; } int sum=ld1+ld2+c; c=sum/10; ans=sum%10+ans; i--; j--; } int nozeroidx=0; while(nozeroidx<ans.length() && ans.charAt(nozeroidx)=='0'){ nozeroidx++; } if(nozeroidx==ans.length()) return "0"; return ans.substring(nozeroidx,ans.length()); } }

  • @AshokKumar-y3i5e
    @AshokKumar-y3i5e 2 หลายเดือนก่อน

    Bro string multiplication concept podunga please. Already combination problem ketan

    • @JT2M
      @JT2M 2 หลายเดือนก่อน

      Bro na vetula ila bro... Atha video poda mudila sorry for that...next 3 months ku videos schedule panitengara nala athuva dailium post aagiduthu...next month vetuku ponathum video record pani post paniren

  • @parameswaripalani-w5p
    @parameswaripalani-w5p 2 หลายเดือนก่อน

    👍

  • @AshokKumar-y3i5e
    @AshokKumar-y3i5e 2 หลายเดือนก่อน

    Thank you bro ❤

  • @venkat7390
    @venkat7390 2 หลายเดือนก่อน

    Nice explanation bro ❤

    • @JT2M
      @JT2M 2 หลายเดือนก่อน

      Thanks buddy

  • @AshokKumar-y3i5e
    @AshokKumar-y3i5e 2 หลายเดือนก่อน

    Sir combination sum podunga sir logics

    • @JT2M
      @JT2M 2 หลายเดือนก่อน

      Will upload soon....this month completely tied up with office work...these are already recorded and scheduled videos.

  • @AshokKumar-y3i5e
    @AshokKumar-y3i5e 3 หลายเดือนก่อน

    Leetcode combination problem logic podunga bro

    • @JT2M
      @JT2M 3 หลายเดือนก่อน

      Problem number?

    • @AshokKumar-y3i5e
      @AshokKumar-y3i5e 3 หลายเดือนก่อน

      @@JT2M problem 39,40, 77

  • @AshokKumar-y3i5e
    @AshokKumar-y3i5e 3 หลายเดือนก่อน

    Thank you bro ❤❤❤❤

    • @JT2M
      @JT2M 3 หลายเดือนก่อน

      Welcome 😊

  • @madkum01
    @madkum01 3 หลายเดือนก่อน

    Nice problem

    • @JT2M
      @JT2M 3 หลายเดือนก่อน

      Thanks 👍

  • @AshokKumar-y3i5e
    @AshokKumar-y3i5e 3 หลายเดือนก่อน

    Thank you ❤❤❤

    • @JT2M
      @JT2M 3 หลายเดือนก่อน

      You're welcome 😊

    • @AshokKumar-y3i5e
      @AshokKumar-y3i5e 3 หลายเดือนก่อน

      @@JT2M nice explanation bro

    • @JT2M
      @JT2M 3 หลายเดือนก่อน

      @@AshokKumar-y3i5e I hope now you have some idea about how to solve leetcode 46...let's try to solve now ..still struck in somewhere tomorrow leetcode 46 will publish on 7.PM

    • @AshokKumar-y3i5e
      @AshokKumar-y3i5e 3 หลายเดือนก่อน

      @@JT2M yethana leetcode problem doubt na podalama

    • @JT2M
      @JT2M 3 หลายเดือนก่อน

      @@AshokKumar-y3i5e yes...follow us on Instagram..if you want any hints to solve means ..reach out us on Instagram...if you want video solution and entire explanation , then comment

  • @harivetri1503
    @harivetri1503 3 หลายเดือนก่อน

    Bro flask n danjo edukuringala plzzz??

    • @JT2M
      @JT2M 3 หลายเดือนก่อน

      Sorry dude....as of now we are focusing on DSA..after DSA we will focus framework and web development

    • @harivetri1503
      @harivetri1503 3 หลายเดือนก่อน

      @@JT2M ok bro may b next month ryt ??

    • @JT2M
      @JT2M 3 หลายเดือนก่อน

      @@harivetri1503 sorry bro, as of now we don't have any plan of frameworks...we are extremely sorry

  • @AshokKumar-y3i5e
    @AshokKumar-y3i5e 3 หลายเดือนก่อน

    Java leetcode permutations problem backtracking mattum soli thanga bro

    • @JT2M
      @JT2M 3 หลายเดือนก่อน

      bro we will post recursion and backtracking playlist soon..there we will see many problems to understand recursion..as of now we will solve permutation problem without using recursion.

  • @AshokKumar-y3i5e
    @AshokKumar-y3i5e 3 หลายเดือนก่อน

    Permutations problem podumga bro

    • @JT2M
      @JT2M 3 หลายเดือนก่อน

      Yes ....process is going on

  • @AshokKumar-y3i5e
    @AshokKumar-y3i5e 3 หลายเดือนก่อน

    Bro antha leetcode permutations sum backtracking concept podunga bro in java la

    • @JT2M
      @JT2M 3 หลายเดือนก่อน

      Today 7.00 PM Next Permutation will posted in Subscriber Corner playlist

    • @AshokKumar-y3i5e
      @AshokKumar-y3i5e 3 หลายเดือนก่อน

      @@JT2M thank you so much bro

  • @AshokKumar-y3i5e
    @AshokKumar-y3i5e 3 หลายเดือนก่อน

    Problem number 46 konjam logic sollunga bro .

    • @JT2M
      @JT2M 3 หลายเดือนก่อน

      "Recursion and backtracking are key techniques for solving problems like this. If you're not familiar with them yet, no worries! We can wait to dive into those concepts. Alternatively, mastering the 'Next Permutation' problem (LeetCode 31) will also help you tackle LeetCode 46. I'll be adding this question to our bucket list for now."

    • @AshokKumar-y3i5e
      @AshokKumar-y3i5e 3 หลายเดือนก่อน

      @@JT2M please sir romba confuse agutha sir

    • @naseermohammeds4826
      @naseermohammeds4826 3 หลายเดือนก่อน

      ​@@AshokKumar-y3i5e bro recursion and backtracking teriuma?athu terunja athula solve panuga Ilana wait panuga... recursion and backtracking ku videos poduvagalama..athuku apram niga keta problem ah try panalam...apadi Ilana leetcode la 31 next permutation nu oru question iruku....atha solve pana paruga...athu solve pana mudunja atha vechu niga keta qus solve panalamama....

  • @AshokKumar-y3i5e
    @AshokKumar-y3i5e 3 หลายเดือนก่อน

    Thanks for posting this video nice explanation. Thank you so much bro

  • @AshokKumar-y3i5e
    @AshokKumar-y3i5e 3 หลายเดือนก่อน

    Bro leetcode 866 code logic podunga bro

    • @JT2M
      @JT2M 3 หลายเดือนก่อน

      Sure , we will create a playlist called user wish...in that playlist you can find leetcode 866

    • @AshokKumar-y3i5e
      @AshokKumar-y3i5e 3 หลายเดือนก่อน

      @@JT2M create panitingala sir

    • @naseermohammeds4826
      @naseermohammeds4826 3 หลายเดือนก่อน

      Solve pani video potaga bro😊

  • @AshokKumar-y3i5e
    @AshokKumar-y3i5e 3 หลายเดือนก่อน

    Super bro daily um java problem solving podunga. Ungala la na naraya kathu kittan . Thank you bro

    • @JT2M
      @JT2M 3 หลายเดือนก่อน

      Already many videos available in Java....thanks for your valuable feedback 🙏

  • @mathamour
    @mathamour 4 หลายเดือนก่อน

    10P3 = 10*9*8 ==> 10!/(10-3)! 안 해도 됨.

    • @JT2M
      @JT2M 4 หลายเดือนก่อน

      Thanks for your valuable feedback

  • @saurabhshrigadi
    @saurabhshrigadi 4 หลายเดือนก่อน

    Understood. Thanks for easy clarification

    • @JT2M
      @JT2M 4 หลายเดือนก่อน

      Thanks for your feedback

  • @vintageman4204
    @vintageman4204 8 หลายเดือนก่อน

    super bro...

    • @JT2M
      @JT2M 8 หลายเดือนก่อน

      Thank you so much

  • @greggrobles3192
    @greggrobles3192 11 หลายเดือนก่อน

    Promo'SM 💐

  • @imritanshulsayalwar9021
    @imritanshulsayalwar9021 ปีที่แล้ว

    hey sir can you please upload more and more questions on this playlist

    • @JT2M
      @JT2M ปีที่แล้ว

      Sure...I will try my best

  • @HemnathVS
    @HemnathVS ปีที่แล้ว

    Super ha explain panninga sir. Enaku iruntha doubt lam clear Achu sir . enga college kuda ippadi sollitharala sir . Thanku so much sir❤❤

    • @JT2M
      @JT2M ปีที่แล้ว

      TQ

  • @TR-qx7ve
    @TR-qx7ve ปีที่แล้ว

    Yes, will learn together post time complexity videos 😊

    • @JT2M
      @JT2M ปีที่แล้ว

      Yah preparing...it will come soon

  • @lets_explore_with_v4
    @lets_explore_with_v4 ปีที่แล้ว

    the way of teaching is good ec to understand thanks for this video 🩵

    • @JT2M
      @JT2M ปีที่แล้ว

      Thank you 👍

  • @jatt_huddi_ala
    @jatt_huddi_ala ปีที่แล้ว

    Brilliant explanation Sir❤🔥🔥🔥

    • @JT2M
      @JT2M ปีที่แล้ว

      Thank you pa

  • @JT2M
    @JT2M ปีที่แล้ว

    th-cam.com/video/uP65BeiRHpc/w-d-xo.html

  • @JT2M
    @JT2M ปีที่แล้ว

    th-cam.com/video/uP65BeiRHpc/w-d-xo.html

  • @JT2M
    @JT2M ปีที่แล้ว

    Explanation video link : th-cam.com/video/qki1Oi-hfmc/w-d-xo.html