-
Updated
Mar 26, 2020 - C++
bit-manipulation
Here are 141 public repositories matching this topic...
Shifting by a negative value is undefined behaviour in C. Also you should make sure that the second operand is never higher than or equal to the bit-width of the left-hand type, since that is undefined as well.
#1 add cpp, python, java or any language program, also try to save that program in respective algorithm folder
-
Updated
Oct 31, 2019 - Python
-
Updated
May 13, 2020 - C++
-
Updated
Apr 30, 2020 - Swift
-
Updated
Mar 13, 2020 - JavaScript
-
Updated
May 20, 2020 - Rust
-
Updated
Jan 9, 2020 - C++
-
Updated
Jan 19, 2016 - Ruby
-
Updated
Oct 6, 2019 - C++
-
Updated
Apr 17, 2017 - Java
Can you please implement bit shift operations like logical shift, arithmetic shift and cyclic shift ?
Fix Naming
Hi, everyone!
Do you know any algorithm implementation in any language, that you wanna share with us?
Open a pull request in any of the programming languages available.
-
Updated
Apr 27, 2020 - C
-
Updated
Oct 29, 2019 - C++
all folders must contain Readme with description of a task or data structure with notes to implementation
-
Updated
Dec 15, 2018 - C#
-
Updated
Aug 16, 2017 - C
-
Updated
Aug 16, 2018 - Java
-
Updated
Oct 30, 2019 - Java
-
Updated
Nov 15, 2019 - C++
-
Updated
Apr 7, 2018 - Python
-
Updated
Apr 30, 2018 - Rust
-
Updated
Mar 20, 2020 - JavaScript
-
Updated
May 24, 2018 - OCaml
Improve this page
Add a description, image, and links to the bit-manipulation topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the bit-manipulation topic, visit your repo's landing page and select "manage topics."
I'd suggest a better differentiation between Best and Breadth First Search in the Graphs section.
Acronyms BFS and DFS are used all over the place, but "breadth" and "depth" aren't mentioned anywhere, making it hard for a newcomer to understand what is being referred to.