Skip to content

Latest commit

 

History

History
126 lines (96 loc) · 3.88 KB

README.md

File metadata and controls

126 lines (96 loc) · 3.88 KB

Java-DSA-OOPS-PrepHub

🌟 Support 🌟

If you find this repository helpful, please give it a star! ⭐

Also, check out my other repositories for more Java-related resources:


Table of Contents

Introduction

👋 Hey there, it's Gc here!

📚 Welcome to the Java-DSA-OOPS-PrepHub repository! This repository is designed to help you master Data Structures and Algorithms (DSA) and Object-Oriented Programming (OOPS) in Java, with a special focus on interview and placement preparation.

Features

Features:

  • 📖 Books: Curated selection of books on Java, DSA, and OOPS.
  • 📑 Cheat Sheets: Quick reference guides for important concepts.
  • 💼 Interview Preparation: Questions and answers for DSA and OOPS.
  • ✍️ Handwritten Notes: Detailed notes for better understanding.

Resources

Books

📖 Located in the JAVA & DSA BOOK folder.

Cheat Sheets

📑 Located in the JAVA CHEAT SHEET folder.

  • Spring Boot Cheat Sheets
  • Java Basics Cheat Sheets
  • OOPS Cheat Sheets
  • DSA Cheat Sheets

Interview Preparation

💼 Located in the JAVA INTERVIEW PREP QNS folder. This folder contains seven files:

  1. Main Interview Questions to Cover
  2. Java Coding DSA Questions with Solutions - Part 1
  3. Java Coding DSA Questions with Solutions - Part 2
  4. Java Interview Questions from Guru99
  5. Java Interview Questions from InterviewBit
  6. Additional Notes - Part 1
  7. Additional Notes - Part 2

Handwritten Notes

✍️ Located in the JAVA BASICS & OOPS HANDWRITTEN NOTES folder. This folder has chapter-wise notes on all topics under Java and OOPS. 📜 Located in the JAVA DSA HANDWRITTEN NOTES CHAPTER WISE folder. This folder contains detailed handwritten notes on various DSA topics.

📝 Additional Notes:

  • JAVA ALL NOTES - 1.pdf: An overall view of everything about Java.
  • JAVA ALL NOTES - 2.pdf: An overall view of everything about Java.

Additional Resources

🔗 Additional Resources:

How to Use

  1. Clone the repository:
    git clone https://github.com/Guru-1205/Java-DSA-OOPS-PrepHub.git
  2. Navigate to the directory:
    cd Java-DSA-OOPS-PrepHub
  3. Explore the resources:
    • Books: JAVA & DSA BOOK/
    • Cheat Sheets: JAVA CHEAT SHEET/
    • Interview Preparation: JAVA INTERVIEW PREP QNS/
    • Handwritten Notes:
      • JAVA BASICS & OOPS HANDWRITTEN NOTES/
      • JAVA DSA HANDWRITTEN NOTES CHAPTER WISE/
      • JAVA ALL NOTES - 1.pdf
      • JAVA ALL NOTES - 2.pdf

Contributing

💡 Contributing: We welcome contributions to enhance the quality and breadth of the resources. If you have any suggestions, corrections, or additional materials, please open an issue or submit a pull request.

  1. Fork the repository
  2. Create a new branch:
    git checkout -b feature_branch
  3. Make your changes
  4. Commit your changes:
    git commit -m 'Add new feature'
  5. Push to the branch:
    git push origin feature_branch
  6. Open a pull request

Feel free to adjust the file names and paths according to your actual file structure and resources.

Happy coding!

Cheers, Gc!