Skip to content

Latest commit

 

History

History
56 lines (36 loc) · 1.43 KB

File metadata and controls

56 lines (36 loc) · 1.43 KB

Java Learning 📘

This repository contains my Java learning journey, including Core Java concepts, Data Structures & Algorithms (DSA), and Java-based projects.
It is organized into different modules for easy navigation and understanding.


📂 Project Structure

  • .idea/ → Project configuration files (for IntelliJ IDEA).
  • dsaModules/ → Programs and implementations related to Data Structures & Algorithms in Java.
  • javaCore/ → Core Java concepts (OOPs, Strings, Collections, Exception Handling, etc.).
  • javaProjects/ → Small projects and practical applications built using Java.

🚀 How to Run

  1. Clone the repository:
    git clone https://github.com/krSandip/java-learning.git
  2. Open the project in your preferred IDE (IntelliJ IDEA, Eclipse, or VS Code).
  3. Navigate to the required folder (javaCore, dsaModules, or javaProjects).
  4. Run the Java files using: javac FileName.java java FileName

🛠️ Tech Stack

*Language: Java 8+ IDE: IntelliJ IDEA / Eclipse / VS Code


🎯 Goals

Strengthen Java fundamentals Implement Data Structures & Algorithms in Java Build practical projects for hands-on experience


🤝 Contribution

This is a personal learning repository. Suggestions and improvements are welcome! Feel free to fork the repo and create pull requests.


📌 Author

👤 Sandip Kumar GitHub Profile - https://github.com/krSandip