Skip to content

Instantly share code, notes, and snippets.

@krishnadey30
Last active May 10, 2024 09:03
Show Gist options
  • Save krishnadey30/88c4e2f601e96597974c00185e479532 to your computer and use it in GitHub Desktop.
Save krishnadey30/88c4e2f601e96597974c00185e479532 to your computer and use it in GitHub Desktop.
Curated List of Top 75 LeetCode

Array


Binary


Dynamic Programming


Graph


Interval


Linked List


Matrix


String


Tree


Heap

Important Link:

14 Patterns to Ace Any Coding Interview Question

@marzoq
Copy link

marzoq commented Sep 26, 2021

Uploading شهادة تطعيم لقاح كوفيد19.jpg…

@yangshun
Copy link

yangshun commented May 2, 2022

Hi everyone, I'm the OP of Blind 75. Thank you for sharing it! Never would I expect Blind 75 to be so famous. In 2022, I made Grind 75 as a better version of Blind 75 - updated questions, filtering, sorting and weekly plans - https://www.techinterviewhandbook.org/grind75

@TildaDares
Copy link

Thanks for the updated link @yangshun!

@rinogo
Copy link

rinogo commented Aug 10, 2022

@yangshun - Nice! So, the included 75 questions aren't the same? I like the extra features you've added; just trying to better understand what has been removed from the original Blind 75.

@yangshun
Copy link

@rinogo Grind 75 actually contains 169 questions but by default you see 75. Only a few questions have been removed from Blind 75, otherwise most of Blind 75 are within Grind 75/169.

@adityamulik
Copy link

Number of Islands would go in the matrix problems right? It does follow DFS but seems appropriate in matrix.

@raiyan22
Copy link

Can we get an extended version of 75? Like maybe a list of 200 problems or so? Thanks!!

@yangshun
Copy link

@raiyan22 check out https://www.grind75.com, it has up to 169 questions

@AhmadAbdelFatah
Copy link

AhmadAbdelFatah commented May 26, 2023

I want to know what's the time that exists beside the questions ?

@neversettlejay
Copy link

neversettlejay commented May 28, 2023

Hello, is this question misplaced in graph tag or is it correct @krishnadey30 ?

Longest Consecutive Sequence

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment