Vinicius Novaes
Vinicius Novaes
Find the highest power of two smaller or equal a given number n
This PR add an implementation to find the next power of 2 using bit manipulation
[BUG]
**Describe the bug** The README.MD section where there's a table of the C algorithms it s not well formated **To Reproduce** Steps to reproduce the behavior: 1. Open this repository...
### Your checklist for this pull request 🚨Please review the [guidelines for contributing](https://github.com/larissalages/code_problems/blob/master/CONTRIBUTING.md) to this repository. - [X] Make sure your files are in the right folder! - [X] Make...
### Your checklist for this pull request 🚨Please review the [guidelines for contributing](https://github.com/larissalages/code_problems/blob/master/CONTRIBUTING.md) to this repository. - [X] Make sure your files are in the right folder! - [X] Make...
Termbox is no longer maintained, so it's necessary to replace the package for another one. The main candidate is [TCell](https://github.com/gdamore/tcell)