https://leetcode.com/problems/modify-graph-edge-weights/description/
Assign vacant
Assign vacant
-1
weight in graph to make shorted path equal target
#hard #graphπ2
https://leetcode.com/problems/path-with-maximum-probability/description/
Max path in graph #medium #graph
Max path in graph #medium #graph
π2
https://leetcode.com/problems/find-the-student-that-will-replace-the-chalk/description/
Position of a
Position of a
k
sum in a cyclic array #mediumπ3
https://leetcode.com/problems/sum-of-digits-of-string-after-convert/description/
Sum of number chars
Sum of number chars
k
times #easy #simulationπ3
https://leetcode.com/problems/walking-robot-simulation/description/
Max distance after robot moves simulation #medium #simulation
Max distance after robot moves simulation #medium #simulation
π2
https://leetcode.com/problems/find-missing-observations/description/
Find
Find
n
numbers to make [n m]/(n+m)=mean
#medium #mathπ2
https://leetcode.com/problems/delete-nodes-from-linked-list-present-in-array/description/
Remove
Remove
nums
from a Linked List #medium #linked_listπ2
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