Welcome to the Solo DSA Bug repository! 🚀 This is where I'm keeping track of my journey through Data Structures and Algorithms (DSA) practice, focusing on Java. If you're curious about how I'm tackling DSA questions or if you're looking for Java solutions, you're in the right place.
-
Questions: You'll find a collection of DSA questions from various sources, all ready to be tackled.
-
Solutions: I've provided Java solutions to each question, demonstrating how I approached the problems.
-
Clone the Repository: To get started, clone this repository to your local machine using this command:
git clone https://github.com/akhilajohnsonc/solo_dsa_bug.git
-
Explore: Browse through the list of DSA questions to find ones that interest you.
-
Solutions in Java: Open the corresponding solution files to see how I've solved the problems using Java.
While this repository primarily serves as my personal DSA playground, I'm open to contributions. If you have improvements, better solutions, or explanations in Java for any of the questions, follow these steps:
-
Fork the Repository: Click the "Fork" button at the top right of this repository to create your own copy.
-
Clone Your Fork: Clone your forked repository to your local machine.
-
Create a Branch: Create a new branch to work on your contribution:
git checkout -b feature/your-contribution
-
Make Changes: Make your improvements, add your solutions, or enhance explanations.
-
Commit Changes: Commit your changes with a descriptive commit message.
-
Push Changes: Push your changes to your forked repository on GitHub.
-
Create a Pull Request: Go back to the original repository and click "New Pull Request." Describe your changes and submit the pull request.
Feel free to connect with me on Twitter if you have any questions, suggestions, or just want to chat about DSA and coding.
Happy coding and bug hunting! 🐛🔍