401. | Frequency of the Most Frequent Element | Binary Search | Sliding Window | META | Leetcode-1838 | 3,467 | |
|
402. | Reconstruct Itinerary | Clean | Simple | Intuitive | GOOGLE | Leetcode-332 | Live Code | 3,462 | |
|
403. | Binary Exponentiation | Fast Exponentiation | Detailed For Beginners | codestorywithMIK | 3,460 | |
|
404. | Time Needed to Buy Tickets | 3 Approaches | Leetcode 2073 | codestorywithMIK | 3,443 | |
|
405. | Special Array I | 2 Approaches | Leetcode 3151 | codestorywithMIK | 3,430 | |
|
406. | Maximum Length of a Concatenated String with Unique Characters | Using Bit Magic | Leetcode 1239 | 3,425 | |
|
407. | Longest Strictly Increasing or Strictly Decreasing Subarray | Leetcode 3105 | codestorywithMIK | 3,413 | |
|
408. | Unique Length-3 Palindromic Subsequences | 2 Ways | Intuition | META | GOOGLE | Leetcode-1930 | 3,384 | |
|
409. | Minimum Length of String After Deleting Similar Ends | Simple Two Pointers | Leetcode 1750 | 3,383 | |
|
410. | Subarrays with K Different Integers | Approach-2 | One Pass | Leetcode 992 | codestorywithMIK | 3,376 | |
|
411. | Insert Greatest Common Divisors in Linked List | 2 Approaches | Leetcode 2807 | codestorywithMIK | 3,376 | |
|
412. | Shortest Path Visiting All Nodes | Clean | Simple | Intuitive | BFS | GOOGLE | Leetcode-847 | | 3,348 | |
|
413. | Minimum Number of Operations to Make Array Continuous | Brute Force | Optimal | Leetcode - 2009 | 3,342 | |
|
414. | Word Break | Tree Diagram | Recursion | Memoization | Similar Problems | Leetcode-139 | 3,337 | |
|
415. | Knight Dialer | Recursion Memoization | Bottom Up DP | Google | Dropbox | Leetcode 935 | 3,329 | |
|
416. | Youtube Audio Track Feature | Change Audio Language | codestorywithMIK | 3,326 | |
|
417. | Two Sum - Explanation โ Live Coding ๐ง๐ปโ๐ป(In Hinglish ๐) | 3,303 | |
|
418. | Minimum Number of Operations to Make Array Empty | Explained with Reasons | Greedy | Leetcode 2870 | 3,294 | |
|
419. | Longest Increasing Subsequence | Patience Sorting | DP Concepts & Qns-17 | Leetcode 300 | 3,287 | |
|
420. | Segment Tree | Range Sum Query | Story To Code | Video 3 | 3,274 | |
|
421. | Convert an Array Into a 2D Array With Conditions | With Dry Run | Leetcode 2610 | 3,261 | |
|
422. | Counting Words With a Given Prefix | Brute Force | Trie | Leetcode 2185 | codestorywithMIK | 3,240 | | Brute Force
|
423. | Fair Distribution of Cookies | Khandani Backtracking Template | Leetcode-2305 | Explanation + Coding | 3,234 | |
|
424. | Soup Servings | INTUITIVE | Recursion | Memoization | GOOGLE | Leetcode-808 | 3,227 | |
|
425. | Find Mode in Binary Search Tree | 2 Approaches | Follow Up | Leetcode-501 | GOOGLE | 3,222 | |
|
426. | Integer Break | Tree Diagram | Recursion | Memoization | AMAZON | Leetcode - 343 | 3,215 | |
|
427. | Count Alternating Subarrays | Super Easy | Leetcode 3031 | Weekly Contest 391 | codestorywithMIK | 3,210 | |
|
428. | Minimum Difficulty of a Job Schedule | Bottom Up | Amazon | Leetcode 1335 | 3,207 | |
|
429. | Predict the Winner | Two Recursive Approaches | Memoization | Game Strategy | AMAZON | Leetcode-486 | 3,198 | |
|
430. | Double a Number Represented as a Linked List | 4 Approaches | Story|Leetcode 2816 | codestorywithMIK | 3,197 | |
|
431. | CANDY | 2 Approaches | O(1) Space | O(N) Space | AMAZON | Leetcode - 135 | 3,196 | |
|
432. | Minimum Array Sum | Detailed for Beginners | Contest Problem | Leetcode 3366 | codestorywithMIK | 3,196 | |
|
433. | Priorities ๐ฅน๐ฅน๐ฅน | 3,184 | |
|
434. | Largest Submatrix With Rearrangements | Build Intuition | 3 Approaches | Leetcode 1727 | 3,176 | |
|
435. | Divisible and Non-divisible Sums Difference | Constant Time | Leetcode 2894 | codestorywithMIK | 3,174 | |
|
436. | Burden of being Average | codestorywithMIK | 3,157 | |
|
437. | Image Smoother | 2 Simple Approaches | AMAZON | Leetcode-661 | 3,153 | |
|
438. | Number of Music Playlists | Made Super Easy | Recursion | Memoization | META | Leetcode-920 | 3,138 | |
|
439. | K-th Symbol in Grammar | Recursion | Recurrence Relation Explained | GOOGLE | Leetcode - 779 | 3,117 | |
|
440. | Even Odd Tree | DFS | BFS | Leetcode 1609 | 3,086 | |
|
441. | Design a Food Rating System | Clean Approach | Leetcode-2353 | 3,062 | |
|
442. | Poor Pigs | Maths | With Intuition | Clear Explanation | Leetcode - 458 | 3,043 | |
|
443. | Number of Laser Beams in a Bank | Clear Explanation | Dry Run | Amazon | Leetcode 2125 | 3,034 | |
|
444. | Painting the Walls | Why Greedy Fails | Recursion | Memoization | GOOGLE | Leetcode - 2742 | 3,012 | |
|
445. | Unique Binary Search Trees II | Similar Problem | Recursion | Memoization | Amazon | Leetcode-95 | 2,996 | |
|
446. | Find Bottom Left Tree Value | 3 Approaches | Simple Story | Microsoft | Leetcode 513 | 2,990 | |
|
447. | Largest Positive Integer That Exists With Its Negative |4 Approaches|Leetcode 2441 |codestorywithMIK | 2,980 | |
|
448. | Minimum Operations to Reduce X to Zero | 2 Approaches | Recursion | Hashmap | Leetcode - 1658 | 2,980 | |
|
449. | Maximum Number of Moves to Kill All Pawns | Step By Step Detailed | Leetcode 3283 | codestorywithMIK | 2,969 | |
|
450. | Maximal Network Rank | Simple and Straight | 2 Ways | MICROSOFT | Leetcode-239 | Dry Run | Live Code | 2,967 | |
|
451. | Count All Valid Pickup and Delivery Options | CLEAR INTUITION | META | Leetcode - 1359 | 2,954 | |
|
452. | Restore the Array From Adjacent Pairs | Easy Explanation | Dry Run | Intuition | Leetcode-1743 | 2,941 | |
|
453. | Minimum Time to Collect All Apples in a Tree - (Microsoft) : Explanation โ Live Coding | 2,931 | |
|
454. | Divide Array Into Arrays With Max Difference| Why Sorting | Google | Leetcode 2966 | 2,930 | |
|
455. | Minimize the Maximum Difference of Pairs | Binary Search Pattern | INTUITION | META | Leetcode-2616 | 2,925 | |
|
456. | Introduction - Why & what ? | 2,924 | |
|
457. | Your donโt need paid course for DSA | 2,902 | |
|
458. | Length of Last Word | 2 Ways | Leetcode 58 | Amazon | codestorywithMIK | 2,902 | |
|
459. | Repeated Substring Pattern | Full Intuition | Time Complexity | GOOGLE | AMAZON | Leetcode-459 | 2,863 | |
|
460. | Maximum Odd Binary Number | 2 Approaches | Leetcode 2864 | 2,860 | |
|
461. | Sort Items by Groups Respecting Dependencies | Broken into Simple Steps | Intuition | Leetcode-1203 | 2,840 | |
|
462. | Perfect Squares | Bottom UP | Made Easy | Google | Leetcode 279 | 2,826 | |
|
463. | Diameter of Binary Tree | Simple Story | Amazon | Leetcode 543 | 2,813 | |
|
464. | Count Subarrays of Length Three With a Condition | Easy | Leetcode 3392 | codestorywithMIK | 2,812 | |
|
465. | Merge In Between Linked Lists | Easy Straight Forward | AMAZON | Leetcode 1669 | codestorywithMIK | 2,797 | |
|
466. | Reorganize String | 2 Approaches | Time Complexity | Full Dry Run | TESLA | AMAZON | Leetcode-767 | 2,785 | |
|
467. | Find Numbers With Even Number Of Digits | Multiple Ways | Leetcode 1295 | codestorywithMIK | 2,760 | |
|
468. | Minimum One Bit Operations to Make Integers Zero | Detailed Explanation | LinkedIn | Leetcode 1611 | 2,757 | |
|
469. | Find the Pivot Integer | 5 Approaches | Easy Explanation | Leetcode 2485 | 2,757 | |
|
470. | Diagonal Traverse II | 2 Approaches | Map | BFS | GOOGLE | Leetcode-1424 | 2,753 | |
|
471. | Count Elements With Maximum Frequency | One Pass | Two Pass | Leetcode 3005 | 2,751 | | Frequency
|
472. | Find Subarray With Bitwise AND Closest to K | Sliding Window | Leetcode 3171 | codestorywithMIK | 2,738 | |
|
473. | Find Polygon With the Largest Perimeter | Thought Process | Greedy | Leetcode 2971 | 2,725 | |
|
474. | Type of Triangle | Simple Explanation | Leetcode 3024 | codestorywithMIK | 2,724 | |
|
475. | Are bhai bhai bhai ๐คฏ | 2,719 | |
|
476. | Count Vowels Permutation | Recursion | Memoization | Bottom Up | GOOGLE | META | Leetcode - 1220 | 2,716 | |
|
477. | Bus Routes | Dry Run | Intuition | UBER | Leetcode-815 | 2,709 | |
|
478. | Champagne Tower | Recursion | Memoization | GOOGLE | Leetcode - 799 | 2,700 | |
|
479. | Last Moment Before All Ants Fall Out of a Plank | Easy Explanation | GOOGLE | Leetcode - 1503 | 2,697 | |
|
480. | How I felt when baba said | 2,690 | |
|
481. | Number of Dice Rolls With Target Sum | Recursion | Memo | Bottom Up | Leetcode 1155 | 2,684 | |
|
482. | Least Number of Unique Integers after K Removals | 3 Approaches | Greedy | Leetcode 1481 | 2,660 | |
|
483. | Text Justification | Broken into Pieces | GOOGLE | Leetcode-68 | Explanation + Live Coding | 2,657 | |
|
484. | Maximum Score of a Good Subarray | GREEDY | INTUITION | AMAZON | Leetcode - 1793 | 2,650 | |
|
485. | Design HashMap | Brute Force | Optimal | META | GOOGLE | NETFLIX | Leetcode - 706 | 2,641 | |
|
486. | Water the plants | Intuition Explained | Similar Problem | GfG POTD | 2,630 | |
|
487. | Graph Concepts & Qns - 1 : Graph will no more be a Nightmare ๐ด๐ฑ๐คฏ | 2,614 | |
|
488. | Combinations | INTUITIVE | Backtracking Template | Two Ways | Similar Problems | Leetcode-77 | 2,613 | |
|
489. | DSA Shorts with MIK - 1 | 2,611 | |
|
490. | Find in Mountain Array | Binary Search | Using Same Code | AMAZON | Leetcode - 1095 | 2,607 | |
|
491. | Flatten Nested List Iterator | 3 Approaches | Full Details | GOOGLE | NETFLIX | Leetcode - 341 | 2,604 | |
|
492. | Merge Operations for Minimum Travel Time | Thought Process | Leetcode 3538 | codestorywithMIK | 2,598 | |
|
493. | How I spent my Birthday ๐โค๏ธ๐ | 2,581 | |
|
494. | Strange Printer | INTUITIVE | Recursion | Memoization | NetEase | Leetcode-664 | 2,579 | |
|
495. | Number of Ways to Stay in the Same Place After Some Steps | Recursion | Memoization | Leetcode- 1269 | 2,572 | |
|
496. | April, we are coming ๐ฅ๐ฅ๐ฅ #leetcode #maths #leetcodequestionandanswers #codestorywithmik | 2,569 | |
|
497. | Find the Winner of an Array Game | Simulation | Easy Explanation | GOOGLE | Leetcode - 1535 | 2,566 | |
|
498. | Intersection of Two Arrays | 4 Approaches | Leetcode 349 | 2,550 | |
|
499. | Wo Agayaaa ๐๐ #leetcode #shortestpath #meme #funny #comedy #laugh #reels | 2,550 | |
|
500. | Number of Ways to Divide a Long Corridor | Clear Intuition | Dry Run | Leetcode 2147 | 2,548 | |
|