java-dsa-utility-library is a modular Java project containing a collection of commonly used data structures and algorithms. It provides utility classes for arrays, strings, sorting, searching, stacks, ...
This repository started as my go-to place to revise important DSA topics. Whether it’s Arrays, Recursion, Graphs, or Segment Trees, I can simply open the related folder, glance through the code, and ...