Skip to content

yrahul3910/leetcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LeetCode Solutions

Auto-generation

This file is auto-generated. Do not edit it directly. To update it, run

pysh generate-readme.pysh -o generate-readme.py

This is based on pysh. If you do not have that installed, you can instead use

python3 generate-readme.py

List of problems

  1. Best Time To Buy And Sell Stock Static Badge
  2. Binary Search Static Badge
  3. Climbing Stairs Static Badge
  4. Invert Binary Tree Static Badge
  5. Linked List Cycle Static Badge
  6. Merge Two Sorted Lists Static Badge
  7. Min Cost Climbing Stairs Static Badge
  8. Single Number Static Badge
  9. Two Sum Static Badge
  10. Valid Anagram Static Badge
  11. Valid Palindrome Static Badge
  12. Valid Palindrome 2 Static Badge
  13. Valid Parentheses Static Badge
  14. Verifying an Alien Dictionary Static Badge
  15. 01 Matrix Static Badge
  16. 3sum Static Badge
  17. Coin Change Static Badge
  18. Diagonal Traverse Static Badge
  19. Diagonal Traverse 2 Static Badge
  20. Evaluate Division Static Badge
  21. House Robber Static Badge
  22. Insert Interval Static Badge
  23. K Closest Points To Origin Static Badge
  24. Longest Substring Without Repeating Characters Static Badge
  25. Maximum Subarray Static Badge
  26. Minimum Add To Make Valid Parentheses Static Badge
  27. Single Element In a Sorted Array Static Badge
  28. Subarray Sum Equals K Static Badge
  29. Top K Frequent Elements Static Badge

By topic

Array

Binary Search

Binary Tree

Bit Manipulation

Breadth-First Search

Bucket Sort

Counting

Depth-First Search

Divide and Conquer

Dynamic Programming

Geometry

Graph

Greedy

Hash Table

Heap/Priority Queue

Linked List

Math

Matrix

Memoization

Prefix Sum

Quickselect

Recursion

Shortest Path

Sliding Window

Sorting

Stack

String

Tree

Two Pointer

Two Pointers

Union Find

About

Leetcode practice and solutions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages