Skip to content

Latest commit

Β 

History

History
54 lines (39 loc) Β· 1.05 KB

File metadata and controls

54 lines (39 loc) Β· 1.05 KB

LeetCode Problems

This repository contains my solutions to various LeetCode problems, categorized by different topics. The goal is to improve problem-solving skills, optimize code efficiency, and prepare for coding interviews.

πŸš€ How to Use

  1. Clone the repository:
    git clone https://github.com/Surya0265/LeetCode-problems.git
    cd LeetCode-problems
  2. Navigate to the respective problem category.

πŸ† Topics Covered

  • Math
  • Arrays -Strings
  • Bit Manipulation
  • Hash Tables
  • Two Pointers
  • Prefix Sum
  • Sliding Window-Fixed size
  • Sliding Window-Dynamic size
  • Kadane's Algorithm
  • 2D Matrix
  • Linked List
  • Stack
  • Monotonic Stack
  • QuickSelect
  • BinarySearch
  • Backtracking
  • Tree Traversal - Preorder
  • Level Order Traversal
  • Dynamic Programming

πŸ›  Languages Used

  • Python
  • C

πŸ“– References

🀝 Contributing

Feel free to submit pull requests for improvements or additional solutions.

⭐ Support

If you find this repository helpful, consider giving it a ⭐!