Skip to content

Commit 23a66f9

Browse files
committed
添加描述
1 parent 185d148 commit 23a66f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/blog/coding/01_位运算.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import { Collapse } from 'astro-pure/user'
2626
1.位运算是计算机科学中的一种基本操作,涉及对二进制位进行直接操作。它在算法优化、数据压缩和加密等领域具有重要应用。
2727
本文将介绍一些常用的位运算技巧,包括位掩码、位移操作和布隆过滤器等。
2828
位运算技巧可以帮助我们更高效地处理数据,减少内存使用和提高算法性能。
29-
2.本文出自[Bit Twiddling Hacks](https://graphics.stanford.edu/~seander/bithacks.html)
29+
2.本文出自[Bit Twiddling Hacks](https://graphics.stanford.edu/~seander/bithacks.html), 原文是 C 语言实现, 本文使用java实现,并提供了测试用例
3030
</Aside>
3131

3232
## 1. 计算整数的符号

0 commit comments

Comments
 (0)