Skip to content

manisjos/neetcode150

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 NeetCode 150 in JAVA – My Journey Through the Essential DSA Problems

Welcome! This repository contains my personal solutions to the NeetCode 150 – a curated list of the most important coding interview questions solved in Java. These problems cover essential data structures and algorithms commonly asked by top tech companies.

🧠 Why NeetCode 150?

The NeetCode 150 is designed to help aspiring software engineers master the key concepts needed to excel in technical interviews. It’s one of the most structured and effective resources for cracking coding interviews.

📁 Repository Structure

So far I have random sampled questions and I go about committing as I run through them. I plan to cover as you'd already know, below high level concepts

├── Arrays & Hashing/ ├── Two Pointers/ ├── Sliding Window/ ├── Stack/ ├── Binary Search/ ├── Linked List/ ├── Trees/ ├── Tries/ ├── Heap/ ├── Backtracking/ ├── Graphs/ ├── 1-D DP/ ├── 2-D DP/ ├── Greedy/ ├── Intervals/ ├── Math & Geometry/ └── Bit Manipulation/

Language: Java

📚 Resources

🙌 Contributing

This repo is for personal learning, but feel free to fork or open discussions! Feedback, alternative solutions, or optimization ideas are always welcome.

📜 License

This project is open source and available under the MIT License.


Happy coding! 💻✨

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages