Leetcode 1679 | Max number of k-sum pairs | 13th from LC 75 | 90 days SE prep

  Рет қаралды 3,350

Pepcoding

Pepcoding

Күн бұрын

Пікірлер: 8
@Malayalam_learner
@Malayalam_learner Ай бұрын
Thanks sir 😅 how can i forget this simple logic 😮
@shantanusingh7423
@shantanusingh7423 8 ай бұрын
sir the way u explain , outstanding
@vaibhavshukla6911
@vaibhavshukla6911 3 ай бұрын
Thank you
@utkarshsinghchouhan8819
@utkarshsinghchouhan8819 Жыл бұрын
great explanation sir 🫡
@rajeevkumargupta532
@rajeevkumargupta532 Жыл бұрын
class Solution { public int maxOperations(int[] nums, int k) { int ans=0; Arrays.sort(nums); int fi=0; int li=nums.length-1; while(fi
@deepaktyagi8725
@deepaktyagi8725 3 ай бұрын
Bhai sort karke t.c increase hogi...
@brajeshmohanty2558
@brajeshmohanty2558 10 ай бұрын
bhai naya video kab ayega
@dayashankarlakhotia4943
@dayashankarlakhotia4943 Жыл бұрын
public int maxOperations (int[]nums,int k){ Mapmpp=new HashMap(); int cnt=0; for(int i=0;i0){ cnt++; mpp.put(k-nums[i],mpp.get(k-nums[i])-1); }else { mpp.put(nums[i],mpp.getOrDefault(nums[i],0)+1); } } return cnt; } } Tc=0(n); SC=0(n);
Что-что Мурсдей говорит? 💭 #симбочка #симба #мурсдей
00:19
Cheerleader Transformation That Left Everyone Speechless! #shorts
00:27
Fabiosa Best Lifehacks
Рет қаралды 16 МЛН
Leetcode 283 | Move zeroes | 10th from LC 75 | 90 days SE prep
14:15
Leetcode - Max Number of K-Sum Pairs (Python)
5:43
Timothy H Chang
Рет қаралды 8 М.
Top 7 Data Structures for Interviews Explained SIMPLY
13:02
Codebagel
Рет қаралды 245 М.
Premature Optimization
12:39
CodeAesthetic
Рет қаралды 846 М.