Welcome to the Coding_Question repository! This repository is dedicated to my Java coding practice, where I solve and upload various coding questions. The focus of this repository will be on improving problem-solving skills, with an emphasis on Data Structures and Algorithms (DSA) concepts.
In this repository, I will be posting:
- Java Coding Questions: A collection of solved problems ranging from basic to advanced levels.
- Data Structures & Algorithms (DSA): Solutions and implementations of DSA concepts.
- Future Projects: As I progress, I will also be adding Java projects related to coding challenges and DSA.
This repository will consist of:
- Various coding problems solved using Java.
- Categories include arrays, strings, linked lists, trees, graphs, sorting algorithms, and more.
- Solutions will include detailed comments explaining the logic behind each approach.
- Explanation of core DSA concepts.
- Implementations of data structures like arrays, stacks, queues, linked lists, trees, and graphs.
- Algorithms like searching, sorting, recursion, and dynamic programming.
- I will be creating Java projects that involve DSA-based problem-solving.
- More coding challenges from various platforms (LeetCode, HackerRank, Codeforces, etc.).
Coding_Question/ โโโ Arrays/ โ โโโ Array_Sum.java โ โโโ Max_Subarray.java โ โโโ ... โโโ LinkedLists/ โ โโโ Reverse_LinkedList.java โ โโโ LinkedList_Cycle.java โ โโโ ... โโโ Sorting/ โ โโโ QuickSort.java โ โโโ MergeSort.java โ โโโ ... โโโ Trees/ โ โโโ BinaryTree_Traversal.java โ โโโ ... โโโ Graphs/ โ โโโ BFS_Traversal.java โ โโโ ... โโโ README.md
This repository will evolve as I continue my learning journey. Feel free to follow along with my progress or contribute by:
- Forking the repository.
- Submitting pull requests for suggestions or optimizations.
- Sharing feedback and improvements!
- To cover all major DSA concepts and implement them in Java.
- Consistently add new coding challenges and projects.
- Make this a comprehensive resource for anyone looking to improve their DSA skills.
- Java: The primary language for all solutions and projects.
- VS Code: My preferred IDE for development.
If you have any questions, suggestions, or feedback, feel free to connect with me on:
- LinkedIn: www.linkedin.com/in/rishabs-singh
- X (formerly Twitter): https://x.com/SRishab2990
bash