https://leetcode.com/problems/linked-list-in-binary-tree/description/
Is the LinkedList in the BinaryTree? #medium #linked_list #tree
Is the LinkedList in the BinaryTree? #medium #linked_list #tree
π2
https://leetcode.com/problems/split-linked-list-in-parts/description/
Split LinkedList into
Split LinkedList into
k
parts #medium #linked_listπ2
https://leetcode.com/problems/spiral-matrix-iv/description/
LinkedList to spiral 2D matrix #medium #linked_list #simulation
LinkedList to spiral 2D matrix #medium #linked_list #simulation
π2
https://leetcode.com/problems/insert-greatest-common-divisors-in-linked-list/description/
Insert
Insert
gcd
in-between LinkedList nodes #medium #linked_list #mathπ3
https://leetcode.com/problems/minimum-bit-flips-to-convert-number/description/
Bit diff between two numbers #easy #bit_manipulation
Bit diff between two numbers #easy #bit_manipulation
π2
https://leetcode.com/problems/count-the-number-of-consistent-strings/description/
Count words with
Count words with
allowed
characters #easyπ2
https://leetcode.com/problems/xor-queries-of-a-subarray/description/
Run
Run
queries[[from, to]]
of xor(arr[from..to])
#medium #bit_manipulationπ2
This media is not supported in your browser
VIEW IN TELEGRAM
1000 days
Time flies. Pick any date on the calendar β that day will come https://t.me/leetcode_daily_chat/2079. You only have one day in life, and itβs
Time flies. Pick any date on the calendar β that day will come https://t.me/leetcode_daily_chat/2079. You only have one day in life, and itβs
every day
. What you do in it is what you get out of life.π₯5π«‘1
https://leetcode.com/problems/longest-subarray-with-maximum-bitwise-and/description/
Max bitwise
Max bitwise
AND
subarray #medium #bit_manipulation #two_pointersπ2
https://leetcode.com/problems/find-the-longest-substring-containing-vowels-in-even-counts/description/
Longest substring with even number of "aeiou" #medium #bit_manipulation #two_pointers
Longest substring with even number of "aeiou" #medium #bit_manipulation #two_pointers
π2
https://leetcode.com/problems/minimum-time-difference/description/
Min difference in a list of times
Min difference in a list of times
hh:mm
#mediumπ3
https://leetcode.com/problems/uncommon-words-from-two-sentences/description/
Unique words from two strings #easy
Unique words from two strings #easy
π2
https://leetcode.com/problems/largest-number/description/
Concatenate nums to largest number #medium #math
Concatenate nums to largest number #medium #math
π2
https://leetcode.com/problems/different-ways-to-add-parentheses/description/
Eval all possible parenthesis placements #medium #dynamic_programming
Eval all possible parenthesis placements #medium #dynamic_programming
π3
https://leetcode.com/problems/shortest-palindrome/description/
Prepend to make the shortest palindrome #hard #rolling_hash #knuth-morris-pratt
Prepend to make the shortest palindrome #hard #rolling_hash #knuth-morris-pratt
π3
https://leetcode.com/problems/lexicographical-numbers/description/
Lexicographical ordered numbers
Lexicographical ordered numbers
1..n
#medium #dfsπ3
https://leetcode.com/problems/k-th-smallest-in-lexicographical-order/description/
k
lexicographically smallest value from 1..n
#hard #mathπ3
https://leetcode.com/problems/extra-characters-in-a-string/description/
Min extra chars to form an
Min extra chars to form an
s
from dictionary
#medium #dynamic_programmingπ3
https://leetcode.com/problems/find-the-length-of-the-longest-common-prefix/description/
Common digit prefix between all pairs of two num arrays #medium #trie
Common digit prefix between all pairs of two num arrays #medium #trie
π3
https://leetcode.com/problems/sum-of-prefix-scores-of-strings/description/
Counts of words with same prefixes #hard #trie
Counts of words with same prefixes #hard #trie
π4
https://leetcode.com/problems/my-calendar-i/description/
Insert non-intersection interval #medium #binary_search
Insert non-intersection interval #medium #binary_search
π3