Closed praveenarjun closed 1 month ago
Dont open your own issue. choose from opened issue and directly make PR.
ok but I mentioned my issue in previous repository pls make a comment
Make PR in this one.
Pick any issue and make PR under it and I will merge it.
OK means I can only work upon the issue that have been mentioned before o
there issues open already. work on it. provide solutions of previous potd
Description: DSA Sheet Questions using Java (Array, StringBuilder, String)
This project aims to provide solutions to the first 40 questions of a DSA (Data Structures and Algorithms) sheet, focusing on topics such as Array, StringBuilder, and String using Java. The solutions will be added to the 'GeeksforGeeks-POTD-Solution' repository.
Objectives
Solve the first 40 DSA sheet questions related to Array, StringBuilder, and String using Java. Provide clear, well-documented code solutions to help learners understand the key concepts and implementation details. Technical Details
Programming Language: Java Topics Covered: Array: Initialization, manipulation, sorting, searching, and other array operations. StringBuilder: Efficient string manipulation, concatenation, and modifications. String: Basic string operations, pattern matching, and string algorithms. Implementation Steps
Question Selection: Select the first 40 questions from the DSA sheet that focus on Array, StringBuilder, and String. Solution Development: Implement solutions for each question using Java, ensuring that the code is efficient and follows best practices. Documentation: Provide detailed explanations and comments within the code to aid understanding. Testing: Verify each solution with multiple test cases to ensure correctness and efficiency. Repository Update: Add the solutions to the 'GeeksforGeeks-POTD-Solution' repository, organized by topic and question number. Contribution Guidelines
Follow the repository’s existing standards and practices. Ensure the code is modular, well-documented, and includes unit tests. Feel free to add additional test cases to thoroughly check the correctness of your solutions.