Skip to content

This repository contains my learnings of Java, Data Structures and Algorithms.

Notifications You must be signed in to change notification settings

lokeshdangii/Java-DSA

Repository files navigation

Java

Welcome to my Java Repository! This repository documents my journey in learning and understanding the Java programming language. This repository serves as a showcase of my understanding of various Java concepts and problem-solving techniques.Here, I have organized my Java programs into different folders based on the topics and concepts I've explored.

Topics Covered:

NOTE: There are some basic problems in each folder which are for the practice purpose of that topic.

Explore Programs/Problems

To explore the programs from this repository:

  1. Clone the repository to your local machine using:

    git clone https://github.com/lokeshdangii/Java.git
    
  2. Navigate to the cloned Java directory:

    cd Path_to_Java/Java
    
  3. Compile the Java file:

    javac <filename.java>
    
  4. Now run the Java file with:

    java <filename>
    

You can examine the problems and programs, modify them, and experiment with them according to your approach.

Prerequisite

To run the Java Programs in your local system Java Development Kit (JDK) must be installed in your local system. You can download and install JDK as per your system type (Windows, Linux, Mac).

Contributions

While this repository primarily documents my learning journey, I welcome constructive feedback and suggestions. If you notice any improvements that can be made to the programs or repository or have insights to share, please feel free to open an issue or submit a pull request.

Contact

You can reach me via email at lokeshdangi1045@gmail.com or connect with me on LinkedIn.

Thank you for visiting my repository! I've added the new directories from 12 to 26 and ensured the structure is consistent with the previous sections. Let me know if there's anything else you need!

NOTE : There are some basic problems in each folder which are for the practice purpose of that topic.

Explore Programs/Problems

To explore the programs from this repository:

  1. Clone the repository to your local machine using:-

    git clone https://github.com/lokeshdangii/Java-DSA.git
    
  2. Navigate to the cloned Java directory:-

    cd Java-DSA
    
  3. Compile the Java file:-

    javac <filename.java>
    
  4. Now run the Java file with

    java <filename>
    

You can examine the problems and programs, modify them, and experiment with them according to your approach.

Prerequisite

To run the Java Programs in your local system Java Development Kit(JDK) must be installed in your local system, you can download and install JDK as per your system type ( Windows , Linux , Mac).

Contributions

While this repository primarily documents my learning journey, I welcome constructive feedback and suggestions. If you notice any improvements that can be made to the programs or repository or have insights to share, please feel free to open an issue or submit a pull request.

Contact

You can reach me via email at lokeshdangi1045@gmail.com or connect with me on LinkedIn.

Thank you for visiting my repository!

Releases

No releases published

Packages

No packages published