Skip to content

Commit

Permalink
Fix spacing on the "Bitmasks" heading
Browse files Browse the repository at this point in the history
  • Loading branch information
sbennett1990 authored Mar 15, 2017
1 parent 6709061 commit 4597948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ or equal to those of the children and the lowest key is in the root node

![Alt text](/Images/kruskal.gif?raw=true "Kruskal's Algorithm")

##Bitmasks
## Bitmasks
* Bitmasking is a technique used to perform operations at the bit level. Leveraging bitmasks often leads to faster runtime complexity and
helps limit memory usage
* Test kth bit: `s & (1 << k);`
Expand Down

0 comments on commit 4597948

Please sign in to comment.