Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion queue.h
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ int q_size(struct list_head *head);
*
* The middle node of a linked list of size n is the
* ⌊n / 2⌋th node from the start using 0-based indexing.
* If there're six elements, the third member should be returned.
* If there're six elements, the third member should be deleted.
*
* Reference:
* https://leetcode.com/problems/delete-the-middle-node-of-a-linked-list/
Expand Down
2 changes: 1 addition & 1 deletion scripts/checksums
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
45da6585400a15237f09d896bbb807f85f449e92 queue.h
398b59c23f699ff1bf1e73a94503a9a91caa9207 queue.h
9be9666430f392924f5d27caa71a412527bf9267 list.h
3bb0192cee08d165fd597a9f6fbb404533e28fcf scripts/check-commitlog.sh
Loading