This repository showcases my DevOps skills by combining version control with Java programming. Each commit represents a solution to a LeetCode challenge, and this repository is used to practice simple Git commands as I work through each problem.
-
Clone this repository:
git clone https://github.com/your-username/Version-Controlled-LeetCode-Solutions-in-Java.git -
For each LeetCode problem I solve, I delete and update the
src/Solution.javafile to contain my new solution. -
Commit your changes for each challenge completed:
git add . git commit -m "Completed [Problem Name]" git push origin main -
Every commit will reflect a new challenge solved, showcasing both my problem-solving skills in Java and my ability to use Git version control to track changes.
Commit message: Completed Two Sum Problem
The Java solution for the Two Sum problem is written in the src/Solution.java file.
- Java 11 or higher
- Git
For any questions, feel free to reach out at qthmichaels@gmail.com.