DasTerrence
DasTerrence
  • Видео 24
  • Просмотров 495
LeetCode by Algorithms - 1423 Maximum Points You Can Obtain from Cards
In this video series, I’ll discuss LeetCode questions categorized by algorithms. Today, we will start practicing the prefix sum method, and the question we will solve here, is leetcode question 1423 Maximum Points You Can Obtain from Cards.
LeetCode question link: leetcode.com/problems/maximum-points-you-can-obtain-from-cards/
#leetcode #algorithm #python #techinterview
Просмотров: 13

Видео

LeetCode by Algorithms - 732 My Calendar III
Просмотров 721 день назад
In this video series, I’ll discuss LeetCode questions categorized by algorithms. Today, we will start practicing the prefix sum method, and the question we will solve here, is leetcode question 732 My Calendar III. LeetCode question link: leetcode.com/problems/my-calendar-iii #leetcode #algorithm #python #techinterview
LeetCode by Algorithms - 731 My Calendar II
Просмотров 20Месяц назад
In this video series, I’ll discuss LeetCode questions categorized by algorithms. Today, we will start practicing the prefix sum method, and the question we will solve here, is leetcode question 731 My Calendar II. LeetCode question link: leetcode.com/problems/my-calendar-ii #leetcode #algorithm #python #techinterview
LeetCode by Algorithms - 848 Shifting Letters
Просмотров 28Месяц назад
In this video series, I’ll discuss LeetCode questions categorized by algorithms. Today, we will start practicing the prefix sum method, and the question we will solve here, is leetcode question 848 Shifting Letters. LeetCode question link: leetcode.com/problems/shifting-letters #leetcode #algorithm #python #techinterview
LeetCode by Algorithms - 1422 Maximum Score After Splitting a String
Просмотров 15Месяц назад
In this video series, I’ll discuss LeetCode questions categorized by algorithms. Today, we will start practicing the prefix sum method, and the question we will solve here, is leetcode question 1422 Maximum Score After Splitting a String. LeetCode question link: leetcode.com/problems/maximum-score-after-splitting-a-string #leetcode #algorithm #python #techinterview
LeetCode by Algorithms - 1109 Corporate Flight Bookings
Просмотров 28Месяц назад
In this video series, I’ll discuss LeetCode questions categorized by algorithms. Today, we will start practicing the prefix sum method, and the question we will solve here, is leetcode question 1109 Corporate Flight Bookings. LeetCode question link: leetcode.com/problems/corporate-flight-bookings/ #leetcode #algorithm #python #techinterview
LeetCode by Algorithms - Prefix Sum - Intro
Просмотров 11Месяц назад
In this video series, I’ll discuss LeetCode questions categorized by algorithms. In this video, we’re moving on to the third topic: the Prefix Sum. The Prefix sum is more a concept rather than a specific algorithm or data structure. It is used to preprocess an array of numbers to enable efficient queries for the sum of elements over any subarray. We’ll start with an explanation of the algorithm...
LeetCode by Algorithms - 978 Longest Turbulent Subarray
Просмотров 10Месяц назад
In this video series, I’ll discuss LeetCode questions categorized by algorithms. Today, we will start practicing the sliding window algorithm, and the question we will solve here, is leetcode question 978 Longest Turbulent Subarray. LeetCode question link: leetcode.com/problems/longest-turbulent-subarray #leetcode #algorithm #python #techinterview
LeetCode by Algorithms - 1031 Maximum Sum of Two Non-overlapping Subarrays
Просмотров 23Месяц назад
In this video series, I’ll discuss LeetCode questions categorized by algorithms. Today, we will start practicing the sliding window algorithm, and the question we will solve here, is leetcode question 1031 Maximum Sum of Two Non-overlapping Subarrays. LeetCode question link: leetcode.com/problems/maximum-sum-of-two-non-overlapping-subarrays #leetcode #algorithm #python #techinterview
LeetCode by Algorithms - 2134 Minimum Swaps to Group All 1's Together II
Просмотров 125Месяц назад
In this video series, I’ll discuss LeetCode questions categorized by algorithms. Today, we will start practicing the sliding window algorithm, and the question we will solve here, is leetcode question 2134 Minimum Swaps to Group All 1's Together II. LeetCode question link: leetcode.com/problems/minimum-swaps-to-group-all-1s-together-ii #leetcode #algorithm #python #techinterview
LeetCode by Algorithms - 1151 Minimum Swaps to Group All 1's Together
Просмотров 24Месяц назад
In this video series, I’ll discuss LeetCode questions categorized by algorithms. Today, we will start practicing the sliding window algorithm, and the question we will solve here, is leetcode question 1151 Minimum Swaps to Group All 1's Together. LeetCode question link: leetcode.com/problems/minimum-swaps-to-group-all-1s-together #leetcode #algorithm #python #techinterview
LeetCode by Algorithms - 487 Max Consecutive Ones II
Просмотров 5Месяц назад
In this video series, I’ll discuss LeetCode questions categorized by algorithms. Today, we will start practicing the sliding window algorithm, and the question we will solve here, is leetcode question 487 Max Consecutive Ones II. LeetCode question link: leetcode.com/problems/max-consecutive-ones-ii #leetcode #algorithm #python #techinterview
LeetCode by Algorithms - 424 Longest Repeating Character Replacement
Просмотров 5Месяц назад
In this video series, I’ll discuss LeetCode questions categorized by algorithms. Today, we will start practicing the sliding window algorithm, and the question we will solve here, is leetcode question 424 Longest Repeating Character Replacement. LeetCode question link: leetcode.com/problems/longest-repeating-character-replacement/ #leetcode #algorithm #python #techinterview
LeetCode by Algorithms - 567 Permutation in String
Просмотров 8Месяц назад
In this video series, I’ll discuss LeetCode questions categorized by algorithms. Today, we will start practicing the sliding window algorithm, and the question we will solve here, is leetcode question 567 Permutation in String. LeetCode question link: leetcode.com/problems/permutation-in-string/ #leetcode #algorithm #python #techinterview
LeetCode by Algorithms - Sliding Window - Intro
Просмотров 10Месяц назад
In this video series, I’ll discuss LeetCode questions categorized by algorithms. In this video, we’re moving on to the second algorithm: the Sliding Window. The sliding window technique is based on the two-pointers method we discussed in the previous section. We’ll start with an explanation of the algorithm, then move on to writing Python code, and finally, tackle real LeetCode questions in fol...
LeetCode by Algorithms - 2856 Minimum Array Length After Pair Removals
Просмотров 19Месяц назад
LeetCode by Algorithms - 2856 Minimum Array Length After Pair Removals
LeetCode by Algorithms - 524 Longest Word in Dictionary through Deleting
Просмотров 8Месяц назад
LeetCode by Algorithms - 524 Longest Word in Dictionary through Deleting
LeetCode by Algorithms - 795 Number of Subarrays with Bounded Maximum
Просмотров 7Месяц назад
LeetCode by Algorithms - 795 Number of Subarrays with Bounded Maximum
LeetCode by Algorithms - 532 K-Diff Pairs in an Array
Просмотров 13Месяц назад
LeetCode by Algorithms - 532 K-Diff Pairs in an Array
LeetCode by Algorithms - 251 Flatten 2D Vector
Просмотров 252 месяца назад
LeetCode by Algorithms - 251 Flatten 2D Vector
LeetCode by Algorithms - 11 Container With Most Water
Просмотров 62 месяца назад
LeetCode by Algorithms - 11 Container With Most Water
LeetCode by Algorithms - 244 Shortest Word Distance II
Просмотров 282 месяца назад
LeetCode by Algorithms - 244 Shortest Word Distance II
LeetCode by Algorithms - 161 One Edit Distance
Просмотров 492 месяца назад
LeetCode by Algorithms - 161 One Edit Distance
LeetCode by Algorithms - Two Pointers - Intro
Просмотров 112 месяца назад
LeetCode by Algorithms - Two Pointers - Intro

Комментарии

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

    Nice video and solution, but i have an advice when you write the code try to focus on and when you are explain in the board try focus on as well, wish you good luck

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

    Great vid! Looking forward to the other algorithms. Thanks!

  • @sanjay-thangaraj
    @sanjay-thangaraj Месяц назад

    thanks a lot for a very clear explanation :)

  • @sanjay-thangaraj
    @sanjay-thangaraj Месяц назад

    thanks

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

    Love your video. An illustration is so easy to follow.

  • @user-dp9gi1vg8r
    @user-dp9gi1vg8r Месяц назад

    man u good, thanks!