This repository is dedicated to my journey learning data structures in Java. It serves as a practical workspace where I explore and implement various data structures and associated algorithms.
- Arrays
- Linked Lists
- Stacks
- Queues
- Trees
- Graphs
- Hash Tables
More algorithms will be added as my journey progresses.
- LeetCode's Interview Crash Course: Data Structures and Algorithms: A comprehensive guide to mastering interview questions related to data structures and algorithms.
- LeetCode's Top Interview Questions Easy Collection: Curated list of essential interview questions that cover fundamental concepts across various data structures and algorithms, perfect for beginners to practice.
- Neetcode: Offers well-structured problem-solving patterns for common coding interview questions.
- Amigoscode: Provides easy-to-follow Java tutorials with practical examples.
- Alex Lee: Focuses on Java programming basics and advanced concepts.
- Coding with John: Offers tutorials on various programming languages with a relaxed teaching style.
- Bro Code: Great for beginners to grasp programming concepts in a fun way.