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

Query the size of a data structure is being done both providing a method and a property #59

Closed
nbro opened this issue Mar 12, 2017 · 1 comment

Comments

@nbro
Copy link
Owner

nbro commented Mar 12, 2017

In some data structures, size is a property (e.g. DisjointSetsForest), and in others size is a method (e.g. BinaryHeap). Need to fix these inconsistencies.

@nbro
Copy link
Owner Author

nbro commented Mar 14, 2017

See commits 269 and 270.

@nbro nbro closed this as completed Mar 14, 2017
nbro added a commit that referenced this issue May 2, 2022
- size is now a property in all data structures
nbro added a commit that referenced this issue May 2, 2022
- size is now a property in all data structures
nbro added a commit that referenced this issue May 2, 2022
- size is now a property in all data structures
nbro added a commit that referenced this issue May 2, 2022
- size is now a property in all data structures
nbro added a commit that referenced this issue May 2, 2022
- size is now a property in all data structures
nbro added a commit that referenced this issue May 2, 2022
- size is now a property in all data structures
nbro added a commit that referenced this issue May 2, 2022
- size is now a property in all data structures
nbro added a commit that referenced this issue Dec 27, 2022
- size is now a property in all data structures
nbro added a commit that referenced this issue Dec 27, 2022
- size is now a property in all data structures
nbro added a commit that referenced this issue Dec 27, 2022
- size is now a property in all data structures
nbro added a commit that referenced this issue Dec 27, 2022
- size is now a property in all data structures
nbro added a commit that referenced this issue Dec 27, 2022
- size is now a property in all data structures
nbro added a commit that referenced this issue Dec 27, 2022
- size is now a property in all data structures
nbro added a commit that referenced this issue Dec 27, 2022
- size is now a property in all data structures
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