TheAlgorithms/Rust

Suggestion: Add a Section for Bit Manipulation Algorithms

guizo792 opened this issue · 3 comments

I'd like to suggest the addition of a dedicated section for bit manipulation algorithms in this repository.
Bit manipulation is a fundamental and often performance-critical technique in programming, and having a dedicated section would provide a valuable resource for developers looking to learn and apply these techniques.

I'm open to contributing to this section and collaborating with others to make it a valuable resource for the community.
Please consider this suggestion, and let's discuss how we can bring this valuable addition to the repository.

siriak commented

Sure, let's add it. Just make sure that the implementation doesn't call built-in binary operators and doesn't simulate them on strings because it's terribly inefficient.

This issue has been automatically marked as abandoned because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Please ping one of the maintainers once you add more information and updates here. If this is not the case and you need some help, feel free to ask for help in our Gitter channel. Thank you for your contributions!