- Видео 279
- Просмотров 50 626
CodeCraft
Индия
Добавлен 12 окт 2011
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
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
we can also use the hashset approach
Yes, either array or set, any can be fine.
⭐⭐Don't forget to subscribe to our channel ⭐⭐ Subscribers : 599 Thank you for your support!
Your explanation is unique . I love it!
⭐⭐Don't forget to subscribe to our channel ⭐⭐ Subscribers : 597 Thank you for your support!
nice one
What about yesterday problem
⭐⭐Don't forget to subscribe to our channel ⭐⭐ Subscribers : 590 Thank you for your support!
Thankyou sir
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 ....
@@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.
This was the best explanation I've seen!
⭐⭐Don't forget to subscribe to our channel ⭐⭐ Subscribers : 585 Thank you for your support!
⭐⭐Don't forget to subscribe to our channel ⭐⭐ Subscribers : 585 Thank you for your support!
⭐⭐Don't forget to subscribe to our channel ⭐⭐ Subscribers : 584 Thank you for your support!
⭐⭐Don't forget to subscribe to our channel ⭐⭐ Subscribers : 581 Thank you for your support!
Super Explanation sir
⭐⭐Don't forget to subscribe to our channel ⭐⭐ Subscribers : 580 Thank you for your support!
⭐⭐Don't forget to subscribe to our channel ⭐⭐ Subscribers : 580 Thank you for your support!
⭐⭐Don't forget to subscribe to our channel ⭐⭐ Subscribers : 577 Thank you for your support!
good to see you back sir,ThANKYOU
⭐⭐Don't forget to subscribe to our channel ⭐⭐ Subscribers : 577 Thank you for your support!
Sir, use different colours while writing, it is looking clumsy after a blink...😅
@@spartaninfo3273 Noted, will check on this.
no video solutions from past two days sir.....
Tq sirr🎉
Good and clear Explaination. Thank u sir.
Java Code : github.com/ajinkyajain23/GFG-POTD/blob/main/PeakElement.java Cpp Code : github.com/ajinkyajain23/GFG-POTD/blob/main/PeakElement.cpp
⭐⭐Don't forget to subscribe to our channel ⭐⭐ Subscribers : 563 Thank you for your support!
⭐⭐Don't forget to subscribe to our channel ⭐⭐ Subscribers : 560 Thank you for your support!
JAVA Code : github.com/ajinkyajain23/GFG-POTD/blob/main/SearchInRotatedSortedArray.java CPP Code : github.com/ajinkyajain23/GFG-POTD/blob/main/SearchInRotatedSortedArray.cpp
Short and Simple. Keep Going 😊👍
amazing approach
well explained
Thankyou for amazing explaination! Keep going👍👍✨✨
⭐⭐Don't forget to subscribe to our channel ⭐⭐ Subscribers : 551 Thank you for your support!
⭐⭐Don't forget to subscribe to our channel ⭐⭐ Subscribers : 552 Thank you for your support!
⭐⭐Don't forget to subscribe to our channel ⭐⭐ Subscribers : 548 Thank you for your support!
Super Awesome sir ❤
very good explaination sir.Thank u sir. Please be with us ..upto end of this gfg challenge sir.
The only thing is after the explanation you type the code that is super sir
⭐⭐Don't forget to subscribe to our channel ⭐⭐ Subscribers : 540 Thank you for your support!
beautifully explained. Thank you!
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!
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
Its not clear 😢😢
good logic
⭐⭐Don't forget to subscribe to our channel ⭐⭐ Subscribers : 529 Thank you for your support!
In java
Sir is code m Only 1110 hi case paass ho rhe hai 😢
Sometimes ur code comment not able to seen, sir
@@ekatachaudhari1246 yes seems some bug of RUclips. Will add the code in GitHub and paste the link in description going ahead
Could you please upload the videos in the morning.
@@ankursangwan129 yes will try my best.
Great explanation..👏