CodeCraft
CodeCraft
  • Видео 279
  • Просмотров 50 626
Container With Most Water | GFG POTD 13 jan 2025 | JAVA | C++
Problem link : www.geeksforgeeks.org/problems/container-with-most-water0535/1#expected-approach-using-two-pointers-on-time-and-o1-space
Java Code : github.com/ajinkyajain23/GFG-POTD/blob/main/MaxWaterStored.java
Cpp Code : github.com/ajinkyajain23/GFG-POTD/blob/main/MaxWaterStored.cpp
#gfgpotd #gfgproblemoftheday #gfgtoday
#gfgpotd #gfgproblemoftheday #gfgtoday #gfgpotdtoday #potd #potdgfg #potdgfgtoday #gfgstreek #problemoftheday
Просмотров: 40

Видео

Trapping Rain Water | GFG POTD 12 jan 2025 | JAVA | C++
Просмотров 499 часов назад
Problem link : www.geeksforgeeks.org/problems/trapping-rain-water-1587115621/1 #gfgpotd #gfgproblemoftheday #gfgtoday #gfgpotd #gfgproblemoftheday #gfgtoday #gfgpotdtoday #potd #potdgfg #potdgfgtoday #gfgstreek #problemoftheday
Longest substring with distinct characters | GFG POTD 11 jan 2025 | JAVA | C++
Просмотров 9412 часов назад
Problem link : www.geeksforgeeks.org/problems/longest-distinct-characters-in-string5848/1 Java Code : github.com/ajinkyajain23/GFG-POTD/blob/main/LongestUniqueSubstr.java Cpp Code : github.com/ajinkyajain23/GFG-POTD/blob/main/LongestUniqueSubStr.cpp #gfgpotd #gfgproblemoftheday #gfgtoday #gfgpotd #gfgproblemoftheday #gfgtoday #gfgpotdtoday #potd #potdgfg #potdgfgtoday #gfgstreek #problemoftheday
Count distinct elements in every window | GFG POTD 10 jan 2025 | JAVA | C++
Просмотров 4014 часов назад
Problem link : www.geeksforgeeks.org/problems/count-distinct-elements-in-every-window/1#naive-approach-traversing-all-windows-of-size-k-on-k-k-time-and-o1-space JAVA Code : github.com/ajinkyajain23/GFG-POTD/blob/main/CountDistinctElements.java Cpp Code : github.com/ajinkyajain23/GFG-POTD/blob/main/CountDistinctElements.cpp #gfgpotd #gfgproblemoftheday #gfgtoday #gfgpotd #gfgproblemoftheday #gfg...
Pair with given sum in a sorted array | GFG POTD 7 jan 2025 | JAVA | C++
Просмотров 7721 час назад
Problem link : www.geeksforgeeks.org/problems/pair-with-given-sum-in-a-sorted-array4940/1 JAVA Code : github.com/ajinkyajain23/GFG-POTD/blob/main/PairWithSum.java Cpp Code : github.com/ajinkyajain23/GFG-POTD/blob/main/PairWithSum.cpp #gfgpotd #gfgproblemoftheday #gfgtoday #gfgpotd #gfgproblemoftheday #gfgtoday #gfgpotdtoday #potd #potdgfg #potdgfgtoday #gfgstreek #problemoftheday
Count Pairs whose sum is less than target | GFG POTD 5 Jan 2024 | JAVA | C++
Просмотров 60День назад
Problem link : www.geeksforgeeks.org/problems/count-pairs-whose-sum-is-less-than-target/1#expected-approach-using-two-pointers-technique-on-time-and-o1-space JAVA Code : github.com/ajinkyajain23/GFG-POTD/blob/main/CountPairsLessThanTarget.java Cpp Code : github.com/ajinkyajain23/GFG-POTD/blob/main/CountPairsLessThanTarget.cpp #gfgpotd #gfgproblemoftheday #gfgtoday #gfgpotd #gfgproblemoftheday #...
Count all triplets with given sum in sorted array | GFG POTD 4 Jan 2024 | JAVA | C++
Просмотров 104День назад
Problem link : www.geeksforgeeks.org/problems/count-all-triplets-with-given-sum-in-sorted-array/1 JAVA Code : github.com/ajinkyajain23/GFG-POTD/blob/main/CountTriplets.java Cpp Code : github.com/ajinkyajain23/GFG-POTD/blob/main/CountTriplets.cpp #gfgpotd #gfgproblemoftheday #gfgtoday #gfgpotd #gfgproblemoftheday #gfgtoday #gfgpotdtoday #potd #potdgfg #potdgfgtoday #gfgstreek #problemoftheday
Find All Triplets with Zero Sum | GFG POTD 28 dec 2024 | JAVA | C++
Просмотров 21914 дней назад
Problem link : www.geeksforgeeks.org/problems/find-all-triplets-with-zero-sum/1 JAVA Code : github.com/ajinkyajain23/GFG-POTD/blob/main/FindTriplets.java C Code : github.com/ajinkyajain23/GFG-POTD/blob/main/FindTriplets.cpp #gfgpotd #gfgproblemoftheday #gfgtoday #gfgpotd #gfgproblemoftheday #gfgtoday #gfgpotdtoday #potd #potdgfg #potdgfgtoday #gfgstreek #problemoftheday
Count pairs with given sum | GFG POTD 27 dec 2024 | JAVA | C++
Просмотров 9914 дней назад
Problem link : www.geeksforgeeks.org/problems/count-pairs-with-given-sum 150253/1 Java Code : github.com/ajinkyajain23/GFG-POTD/blob/main/CountPairs.java Cpp Code : github.com/ajinkyajain23/GFG-POTD/blob/main/CountPairs.cpp #gfgpotd #gfgproblemoftheday #gfgtoday #gfgpotd #gfgproblemoftheday #gfgtoday #gfgpotdtoday #potd #potdgfg #potdgfgtoday #gfgstreek #problemoftheday
Two Sum - Pair with Given Sum | GFG POTD 26 dec 2024 | JAVA | C++
Просмотров 6921 день назад
Problem link : www.geeksforgeeks.org/problems/key-pair5616/1 JAVA Code : github.com/ajinkyajain23/GFG-POTD/blob/main/TwoSum.java Cpp Code : github.com/ajinkyajain23/GFG-POTD/blob/main/TwoSum.cpp #gfgpotd #gfgproblemoftheday #gfgtoday #gfgpotd #gfgproblemoftheday #gfgtoday #gfgpotdtoday #potd #potdgfg #potdgfgtoday #gfgstreek #problemoftheday
Set Matrix Zeroes | GFG POTD 25 dec 2024 | JAVA | C++
Просмотров 11721 день назад
Problem link : www.geeksforgeeks.org/problems/set-matrix-zeroes/1 JAVA Code : github.com/ajinkyajain23/GFG-POTD/blob/main/SetMatrixZeroes.java Cpp Code : github.com/ajinkyajain23/GFG-POTD/blob/main/SetMatrixZeroes.cpp #gfgpotd #gfgproblemoftheday #gfgtoday #gfgpotd #gfgproblemoftheday #gfgtoday #gfgpotdtoday #potd #potdgfg #potdgfgtoday #gfgstreek #problemoftheday
Search in a sorted Matrix | GFG POTD 24 dec 2024 | JAVA | C++
Просмотров 6421 день назад
Problem link : www.geeksforgeeks.org/problems/search-in-a-matrix-1587115621/1 JAVA Code : github.com/ajinkyajain23/GFG-POTD/blob/main/SortedMatrixSearch.java Cpp Code : github.com/ajinkyajain23/GFG-POTD/blob/main/SortedMatrixSearch.cpp #gfgpotd #gfgproblemoftheday #gfgtoday #gfgpotd #gfgproblemoftheday #gfgtoday #gfgpotdtoday #potd #potdgfg #potdgfgtoday #gfgstreek #problemoftheday
Search in a row-wise sorted matrix | GFG POTD 23 dec 2024 | JAVA | C++
Просмотров 6821 день назад
Problem link : www.geeksforgeeks.org/problems/search-in-a-row-wise-sorted-matrix/1 Java Code : github.com/ajinkyajain23/GFG-POTD/blob/main/SearchRowMatrix.java Cpp Code : github.com/ajinkyajain23/GFG-POTD/blob/main/SearchRowMatrix.cpp #gfgpotd #gfgproblemoftheday #gfgtoday #gfgpotd #gfgproblemoftheday #gfgtoday #gfgpotdtoday #potd #potdgfg #potdgfgtoday #gfgstreek #problemoftheday
Search in a Row-Column sorted matrix | GFG POTD 22nd dec 2024 | JAVA | C++
Просмотров 7521 день назад
Problem link : www.geeksforgeeks.org/problems/search-in-a-matrix17201720/1 JAVA Code : github.com/ajinkyajain23/GFG-POTD/blob/main/MatSearch.java Cpp Code : github.com/ajinkyajain23/GFG-POTD/blob/main/MatSearch.cpp #gfgpotd #gfgproblemoftheday #gfgtoday #gfgpotd #gfgproblemoftheday #gfgtoday #gfgpotdtoday #potd #potdgfg #potdgfgtoday #gfgstreek #problemoftheday
Rotate by 90 degree | GFG POTD 21 dec 2024 | JAVA | C++
Просмотров 10121 день назад
Problem link : www.geeksforgeeks.org/problems/rotate-by-90-degree-1587115621/1 JAVA Code : github.com/ajinkyajain23/GFG-POTD/blob/main/RotateBy90Deg.java Cpp Code : github.com/ajinkyajain23/GFG-POTD/blob/main/RotateBy90Deg.cpp #gfgpotd #gfgproblemoftheday #gfgtoday #gfgpotd #gfgproblemoftheday #gfgtoday #gfgpotdtoday #potd #potdgfg #potdgfgtoday #gfgstreek #problemoftheday
Spirally traversing a matrix | GFG POTD 20 dec 2024 | JAVA | C++
Просмотров 9921 день назад
Spirally traversing a matrix | GFG POTD 20 dec 2024 | JAVA | C
Peak element | GFG POTD 15 dec 2024 | JAVA | C++
Просмотров 662Месяц назад
Peak element | GFG POTD 15 dec 2024 | JAVA | C
Search in Rotated Sorted Array | GFG POTD 14 dec 2024 | JAVA | C++
Просмотров 193Месяц назад
Search in Rotated Sorted Array | GFG POTD 14 dec 2024 | JAVA | C
Sorted and Rotated Minimum | GFG POTD 13 dec 2024 | JAVA | C++
Просмотров 111Месяц назад
Sorted and Rotated Minimum | GFG POTD 13 dec 2024 | JAVA | C
Non-overlapping Intervals | GFG POTD 10 dec 2024 | JAVA | C++ | GFG Problem of the day
Просмотров 533Месяц назад
Non-overlapping Intervals | GFG POTD 10 dec 2024 | JAVA | C | GFG Problem of the day
Insert Interval | GFG POTD | JAVA | C++
Просмотров 150Месяц назад
Insert Interval | GFG POTD | JAVA | C
Overlapping Intervals | GFG POTD 8 dec 2024 | JAVA | C++
Просмотров 147Месяц назад
Overlapping Intervals | GFG POTD 8 dec 2024 | JAVA | C
Count Inversions | GFG POTD 7 dec 2024 | JAVA | C++
Просмотров 454Месяц назад
Count Inversions | GFG POTD 7 dec 2024 | JAVA | C
Find H-Index | GFG POTD 6 dec 2024 | JAVA | C++
Просмотров 470Месяц назад
Find H-Index | GFG POTD 6 dec 2024 | JAVA | C
Sort 0s, 1s and 2s | GFG POTD 5 Dec 2024 | JAVA | C++
Просмотров 226Месяц назад
Sort 0s, 1s and 2s | GFG POTD 5 Dec 2024 | JAVA | C
Strings Rotations of Each Other | GFG POTD 4 Dec 2024 | JAVA | C++
Просмотров 163Месяц назад
Strings Rotations of Each Other | GFG POTD 4 Dec 2024 | JAVA | C
Min Chars to Add for Palindrome | GFG POTD 3 dec 2024 | JAVA | C++
Просмотров 165Месяц назад
Min Chars to Add for Palindrome | GFG POTD 3 dec 2024 | JAVA | C
Search Pattern (KMP-Algorithm) | GFG POTD 2nd dec 2024 | JAVA | C++
Просмотров 869Месяц назад
Search Pattern (KMP-Algorithm) | GFG POTD 2nd dec 2024 | JAVA | C
Non Repeating Character | GFG POTD 1st Dec 2024 | JAVA | C++
Просмотров 320Месяц назад
Non Repeating Character | GFG POTD 1st Dec 2024 | JAVA | C
Anagram | GFG POTD 30 Nov 2024 | JAVA | C++
Просмотров 172Месяц назад
Anagram | GFG POTD 30 Nov 2024 | JAVA | C

Комментарии

  • @iamdevil9485
    @iamdevil9485 5 дней назад

    we can also use the hashset approach

    • @codeCraft9
      @codeCraft9 5 дней назад

      Yes, either array or set, any can be fine.

  • @codeCraft9
    @codeCraft9 5 дней назад

    ⭐⭐Don't forget to subscribe to our channel ⭐⭐ Subscribers : 599 Thank you for your support!

  • @OmKarmele-rl1rl
    @OmKarmele-rl1rl 6 дней назад

    Your explanation is unique . I love it!

  • @codeCraft9
    @codeCraft9 6 дней назад

    ⭐⭐Don't forget to subscribe to our channel ⭐⭐ Subscribers : 597 Thank you for your support!

  • @UdayKumar-tm1fb
    @UdayKumar-tm1fb 8 дней назад

    nice one

  • @21flame72
    @21flame72 9 дней назад

    What about yesterday problem

  • @codeCraft9
    @codeCraft9 11 дней назад

    ⭐⭐Don't forget to subscribe to our channel ⭐⭐ Subscribers : 590 Thank you for your support!

  • @21flame72
    @21flame72 11 дней назад

    Thankyou sir

  • @HarshaRssH
    @HarshaRssH 19 дней назад

    Sir , Can u give the tips for practice of DSA .. How many times I practice after 1 month I am not going to recall it later after I have seen that question ....

    • @codeCraft9
      @codeCraft9 19 дней назад

      @@HarshaRssH there's no specific timeline, constant practice is the only way. You can start solving 1 code problem daily and gradually increase the daily problem count, if you have time.

  • @OmKarmele-rl1rl
    @OmKarmele-rl1rl 19 дней назад

    This was the best explanation I've seen!

  • @codeCraft9
    @codeCraft9 19 дней назад

    ⭐⭐Don't forget to subscribe to our channel ⭐⭐ Subscribers : 585 Thank you for your support!

  • @codeCraft9
    @codeCraft9 20 дней назад

    ⭐⭐Don't forget to subscribe to our channel ⭐⭐ Subscribers : 585 Thank you for your support!

  • @codeCraft9
    @codeCraft9 21 день назад

    ⭐⭐Don't forget to subscribe to our channel ⭐⭐ Subscribers : 584 Thank you for your support!

  • @codeCraft9
    @codeCraft9 22 дня назад

    ⭐⭐Don't forget to subscribe to our channel ⭐⭐ Subscribers : 581 Thank you for your support!

  • @kganesh7426
    @kganesh7426 22 дня назад

    Super Explanation sir

  • @codeCraft9
    @codeCraft9 23 дня назад

    ⭐⭐Don't forget to subscribe to our channel ⭐⭐ Subscribers : 580 Thank you for your support!

  • @codeCraft9
    @codeCraft9 24 дня назад

    ⭐⭐Don't forget to subscribe to our channel ⭐⭐ Subscribers : 580 Thank you for your support!

  • @codeCraft9
    @codeCraft9 25 дней назад

    ⭐⭐Don't forget to subscribe to our channel ⭐⭐ Subscribers : 577 Thank you for your support!

  • @sourabhchakraborty3175
    @sourabhchakraborty3175 25 дней назад

    good to see you back sir,ThANKYOU

  • @codeCraft9
    @codeCraft9 26 дней назад

    ⭐⭐Don't forget to subscribe to our channel ⭐⭐ Subscribers : 577 Thank you for your support!

  • @spartaninfo3273
    @spartaninfo3273 27 дней назад

    Sir, use different colours while writing, it is looking clumsy after a blink...😅

    • @codeCraft9
      @codeCraft9 26 дней назад

      @@spartaninfo3273 Noted, will check on this.

  • @sourabhchakraborty3175
    @sourabhchakraborty3175 29 дней назад

    no video solutions from past two days sir.....

  • @DivyaAnuSriValavala
    @DivyaAnuSriValavala Месяц назад

    Tq sirr🎉

  • @ShaziyaBanu-d9
    @ShaziyaBanu-d9 Месяц назад

    Good and clear Explaination. Thank u sir.

  • @codeCraft9
    @codeCraft9 Месяц назад

    Java Code : github.com/ajinkyajain23/GFG-POTD/blob/main/PeakElement.java Cpp Code : github.com/ajinkyajain23/GFG-POTD/blob/main/PeakElement.cpp

  • @codeCraft9
    @codeCraft9 Месяц назад

    ⭐⭐Don't forget to subscribe to our channel ⭐⭐ Subscribers : 563 Thank you for your support!

  • @codeCraft9
    @codeCraft9 Месяц назад

    ⭐⭐Don't forget to subscribe to our channel ⭐⭐ Subscribers : 560 Thank you for your support!

  • @codeCraft9
    @codeCraft9 Месяц назад

    JAVA Code : github.com/ajinkyajain23/GFG-POTD/blob/main/SearchInRotatedSortedArray.java CPP Code : github.com/ajinkyajain23/GFG-POTD/blob/main/SearchInRotatedSortedArray.cpp

  • @162sujiths4
    @162sujiths4 Месяц назад

    Short and Simple. Keep Going 😊👍

  • @sourabhchakraborty3175
    @sourabhchakraborty3175 Месяц назад

    amazing approach

  • @ashutoshgiri2974
    @ashutoshgiri2974 Месяц назад

    well explained

  • @prathameshbhosale879
    @prathameshbhosale879 Месяц назад

    Thankyou for amazing explaination! Keep going👍👍✨✨

  • @codeCraft9
    @codeCraft9 Месяц назад

    ⭐⭐Don't forget to subscribe to our channel ⭐⭐ Subscribers : 551 Thank you for your support!

  • @codeCraft9
    @codeCraft9 Месяц назад

    ⭐⭐Don't forget to subscribe to our channel ⭐⭐ Subscribers : 552 Thank you for your support!

  • @codeCraft9
    @codeCraft9 Месяц назад

    ⭐⭐Don't forget to subscribe to our channel ⭐⭐ Subscribers : 548 Thank you for your support!

  • @VenkatesanMechanic
    @VenkatesanMechanic Месяц назад

    Super Awesome sir ❤

  • @ShaziyaBanu-d9
    @ShaziyaBanu-d9 Месяц назад

    very good explaination sir.Thank u sir. Please be with us ..upto end of this gfg challenge sir.

  • @21flame72
    @21flame72 Месяц назад

    The only thing is after the explanation you type the code that is super sir

  • @codeCraft9
    @codeCraft9 Месяц назад

    ⭐⭐Don't forget to subscribe to our channel ⭐⭐ Subscribers : 540 Thank you for your support!

  • @nitby27
    @nitby27 Месяц назад

    beautifully explained. Thank you!

  • @yogeshmali7838
    @yogeshmali7838 Месяц назад

    Whenever I'm not able to solve the GFG POTD, I watch your video for explanations that are easier to understand the logic and implement. Your approach is correct and able to understand it however, this can be solved with binary search which will not require another o(n) iteration after sorting. Keep uploading the videos, Thanks!

  • @mohanmaheswaram-n3x
    @mohanmaheswaram-n3x Месяц назад

    sir your are doing great but we are learners you teaching is good also could you make more explanation clear so it can easily understandable for me

  • @gururajm1
    @gururajm1 Месяц назад

    Its not clear 😢😢

  • @sourabhchakraborty3175
    @sourabhchakraborty3175 Месяц назад

    good logic

  • @codeCraft9
    @codeCraft9 Месяц назад

    ⭐⭐Don't forget to subscribe to our channel ⭐⭐ Subscribers : 529 Thank you for your support!

  • @mrjeet927
    @mrjeet927 Месяц назад

    In java

  • @mrjeet927
    @mrjeet927 Месяц назад

    Sir is code m Only 1110 hi case paass ho rhe hai 😢

  • @ekatachaudhari1246
    @ekatachaudhari1246 Месяц назад

    Sometimes ur code comment not able to seen, sir

    • @codeCraft9
      @codeCraft9 Месяц назад

      ​@@ekatachaudhari1246 yes seems some bug of RUclips. Will add the code in GitHub and paste the link in description going ahead

  • @ankursangwan129
    @ankursangwan129 Месяц назад

    Could you please upload the videos in the morning.

    • @codeCraft9
      @codeCraft9 Месяц назад

      @@ankursangwan129 yes will try my best.

  • @AasrithaDeviVuddanti-f4p
    @AasrithaDeviVuddanti-f4p Месяц назад

    Great explanation..👏