// the find
shradha-khapra/ApnaCollege-Java
A collection of Java DSA exercises from the Apna College course, organized by topic. It's a student notes repo, not a library or tool — useful only if you're following the same curriculum.
Topics are cleanly separated into directories so it's easy to find a specific data structure. Multiple Stack implementations (array-backed, linked list, JCF) give a side-by-side comparison that's useful for learning. The sorting directory presumably covers the standard algorithms in one place.
README is completely empty — no setup instructions, no index, no explanation of what's here. Abandoned since May 2024 with only a fraction of DSA topics covered. No tests whatsoever, so correctness of any implementation is taken on faith. The .DS_Store committed to the root is a basic hygiene failure that signals this was never meant for public consumption.