Skip to content

Instantly share code, notes, and snippets.

@soham2008xyz
Created January 6, 2024 11:24
Show Gist options
  • Save soham2008xyz/a15648f868e6ccc8fcc4131da62d05d0 to your computer and use it in GitHub Desktop.
Save soham2008xyz/a15648f868e6ccc8fcc4131da62d05d0 to your computer and use it in GitHub Desktop.
LeetCode Problem Statements

LeetCode Problem Statements

Here's a list of beginner-friendly LeetCode problems covering various data structures and algorithms:

  1. Arrays
  2. Linked Lists
  3. Stacks
  4. Queues
  5. Trees
  6. Heaps
  7. Hash Tables
  8. Dynamic Programming
  9. Greedy Algorithms
  10. Graphs
    • Course Schedule (use topological sorting to check if it's possible to graduate given prerequisites)
    • Number of Provinces (a simple problem that demonstrates the concept of connected components in graphs)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment