Skip to content

This repository contains Java solutions for the top 150 LeetCode interview questions across key topics including Arrays, Linked Lists, Trees, Graphs, Backtracking, Dynamic Programming, and more. Each solution is organized by topic, helping candidates prepare for technical interviews by practicing problems commonly asked by top tech companies.

Notifications You must be signed in to change notification settings

Brunda6/LEETCODE-Top-Interview-150

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 

Repository files navigation

LeetCode 150 Interview Questions - Solutions

This repository contains my solutions to 150 popular LeetCode interview questions. The problems are organized by topic and cover a wide range of coding interview concepts.

Topics Covered

  1. Array / String
  2. Two Pointers
  3. Sliding Window
  4. Matrix
  5. Hashmap
  6. Intervals
  7. Stack
  8. Linked List
  9. Binary Tree
  10. Binary Search Tree
  11. Graph
  12. Trie
  13. Backtracking
  14. Divide & Conquer
  15. Kadane's Algorithm
  16. Binary Search
  17. Heap
  18. Bit Manipulation
  19. Math
  20. Dynamic Programming

Getting Started

Clone this repository to access all the Java solutions : (https://github.com/Brunda6/LEETCODE-Top-Interview-150-/tree/main)

Running the Code

You can run any solution using your favorite Java IDE (like IntelliJ, Eclipse, or VS Code). To compile and run from the terminal:
javac ProblemName.java

Contribution

Feel free to contribute by adding new solutions or improving the existing ones. Open an issue or submit a pull request.

About

This repository contains Java solutions for the top 150 LeetCode interview questions across key topics including Arrays, Linked Lists, Trees, Graphs, Backtracking, Dynamic Programming, and more. Each solution is organized by topic, helping candidates prepare for technical interviews by practicing problems commonly asked by top tech companies.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages