Skip to content

Completed Quadtree implementation #67

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

Merged
merged 4 commits into from
Sep 4, 2017
Merged

Completed Quadtree implementation #67

merged 4 commits into from
Sep 4, 2017

Conversation

OmkarPathak
Copy link
Owner

No description provided.

All tests passing. Minor changes to some function definitions, split up
find_entities_per_depth (to fit tests).

* pygorithm/data_structures/quadtree.py - implement
* tests/test_data_structure.py - fix and expand quadtree tests
The text was incorrect (allowed and actual depth were swapped)

* pygorithm/data_structures/quadtree.py - fix __str__
* tests/test_data_structure.py - fix quadtree __str__ tests
Documentation now matches actual result

* pygorithm/data_structures/quadtree.py - __str__ documentation change
Minor update to __repr__ documentation for quadtree

* pygorithm/data_structures/quadtree.py - change __repr__ documentation
@OmkarPathak OmkarPathak merged commit ef1f26c into master Sep 4, 2017
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