This repository contains LeetCode problem solutions in the Java and Python programming languages that I have attempted as part of my own learning journey. I have added them here both as a library to look back on for myself and as examples to share with beginner coders. If you are one of those coders, then welcome! Navigate to the corresponding branch for the programing language you wish to work on git checkout java to see the source code. Make sure you have the Java and Python programming languages installed in your machine. For Python, you might also need to install some packages using the pip installer for imports. So make sure to run pip --version and if it doesn't return a number then you need to run python -m ensurepip --upgrade, only then can you install packages pip install <package>. Each branch has a README.md file with instructions on how to run these algorithms in the command line. Happy coding!