Skip to content

Conversation

@ryukinix
Copy link
Owner

Notes: I should update the documentation to include the last graph
algorithms... maybe the README.md could be unified with the main page
of doxygen, currently is kinda duplicated.

@ryukinix ryukinix self-assigned this Nov 17, 2025
This commit introduces a new Disjoint Set (Union-Find) data structure
to the  module.

- Added  and  implementing the
  Disjoint Set with , ,
   (with path compression), and
   (with union by rank).
- Updated  to include the new source files and
  ensure proper compilation of dependencies.
- Added comprehensive unit tests for the Disjoint Set functionality
  in .
@ryukinix ryukinix force-pushed the add-more-graph-algorithms branch from 649c6f7 to d809da7 Compare November 17, 2025 07:41
@ryukinix ryukinix merged commit b22dd48 into master Nov 19, 2025
6 checks passed
@ryukinix ryukinix deleted the add-more-graph-algorithms branch November 19, 2025 10:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants