Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve Circle Connectivity Algorithm Performance and Code Readability #196

Open
iham3454 opened this issue Oct 17, 2024 · 0 comments
Open

Comments

@iham3454
Copy link

Hii @kamyu104 I propose improving the (Python/check-if-the-rectangle-corner-is-reachable.py) circle connectivity solution by optimizing performance, using a more efficient Union-Find with path compression and union by rank, reducing redundant overlap checks, and refactoring the code for better modularity and maintainability. I'd also add unit tests to ensure correctness. I'd be happy to contribute to this and would appreciate if you could assign me to the task.

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

No branches or pull requests

1 participant