Learn the DSA and be Interview ready

coding-challenges data-structures-and-algorithms dsa dsa-learning-series hacktoberfest-accepted hacktoberfest2024 java
3 Open Issues Need Help Last updated: Jul 12, 2025

Open Issues Need Help

View All on GitHub
update Read.md about 1 month ago

AI Summary: Update the project's README file to reflect the current package structure. The README should clearly explain the organization of the repository, including the location of algorithms, data structures, and coding questions from various sources. The goal is to improve the readability and usability of the README for users.

Complexity: 2/5
first timer only good first issue

Learn the DSA and be Interview ready

Java
#coding-challenges#data-structures-and-algorithms#dsa#dsa-learning-series#hacktoberfest-accepted#hacktoberfest2024#java
Rename the Packages about 2 months ago

AI Summary: Rename Java packages within a DSA repository to replace spaces with underscores, aligning with industry standards. This involves updating package names in source code and potentially build files.

Complexity: 2/5
bug good first issue first timer only

Learn the DSA and be Interview ready

Java
#coding-challenges#data-structures-and-algorithms#dsa#dsa-learning-series#hacktoberfest-accepted#hacktoberfest2024#java
Pacakge Declaration about 2 months ago

AI Summary: Fix incorrect package declarations in Java files within a DSA repository. The issue is that the package declarations are causing errors reported by the IDE's problem tab. The solution involves correcting the package statements in each Java file to match their directory structure within the project.

Complexity: 3/5
bug good first issue

Learn the DSA and be Interview ready

Java
#coding-challenges#data-structures-and-algorithms#dsa#dsa-learning-series#hacktoberfest-accepted#hacktoberfest2024#java