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

Data structure: Bit Vector / Bit array #7

Closed
pfcoperez opened this issue Oct 4, 2017 · 0 comments
Closed

Data structure: Bit Vector / Bit array #7

pfcoperez opened this issue Oct 4, 2017 · 0 comments

Comments

@pfcoperez
Copy link
Owner

There is a data structure, often known as bit array with a Vector like interface (O(1) update and random access) on which each byte is fully used to store 8 boolean values.

I'd be nice to see it published at DailyAlgorithm.

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