Skip to content

Commit

Permalink
Rename bitwise-algorithm to bit-manipulation
Browse files Browse the repository at this point in the history
  • Loading branch information
XuShaohua committed Apr 28, 2024
1 parent f12e2b4 commit ea59175
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
- [查找](searching/index.md)
- [二分查找 Binary Search](searching/binary-search/index.md)
- [二分查找相关的问题列表](leetcode/tags/binary-search.md)
- [位运算 Bitwise Algorithm](bitwise-algorithm/index.md)
- [对自己异或操作结果为0](bitwise-algorithm/self-xor.md)
- [位运算 Bit Manipulation](bit-manipulation/index.md)
- [对自己异或操作结果为0](bit-manipulation/self-xor.md)
- [位运算相关的问题列表](leetcode/tags/bit-manipulation.md)
- [递归 Recursion](recursion/index.md)
- [数学 Math](math/index.md)
Expand Down
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 3 additions & 0 deletions src/leetcode/tags/linked-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,11 @@

## 中等

- [2. Add Two Numbers](https://leetcode.com/problems/add-two-numbers)
- [445. Add Two Numbers II](https://leetcode.com/problems/add-two-numbers-ii/description/)
- [面试题 02.05. 链表求和](https://leetcode.cn/problems/sum-lists-lcci)

## 困难

- [23. Merge k Sorted Lists](https://leetcode.com/problems/merge-k-sorted-lists/description/)
- [25. K 个一组翻转链表](https://leetcode.com/problems/reverse-nodes-in-k-group)
2 changes: 1 addition & 1 deletion src/leetcode/tags/two-pointers.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

- [160. 相交链表](https://leetcode.com/problems/intersection-of-two-linked-lists)
- [234. 回文链表](https://leetcode.com/problems/palindrome-linked-list)
- [485. 最大连续1的个数](https://leetcode.com/problems/max-consecutive-ones)
- [925.长按键入](https://leetcode.com/problems/long-pressed-name)

## 中等
Expand All @@ -26,7 +27,6 @@
- [80. 删除排序数组中的重复项 II](https://leetcode.com/problems/remove-duplicates-from-sorted-array-ii)
- [142. 环形链表 II](https://leetcode.com/problems/linked-list-cycle-ii)
- [443. 压缩字符串](https://leetcode.com/problems/string-compression)
- [485. 最大连续1的个数](https://leetcode.com/problems/max-consecutive-ones)
- [524. 通过删除字母匹配到字典里最长单词](https://leetcode.com/problems/longest-word-in-dictionary-through-deleting)
- [532.数组中的数对](https://leetcode.com/problems/k-diff-pairs-in-an-array)
- [986. 区间列表的交集](https://leetcode.com/problems/interval-list-intersections)
Expand Down

0 comments on commit ea59175

Please sign in to comment.