mirror of
https://github.com/krahets/hello-algo.git
synced 2025-07-04 20:31:59 +08:00
Several bug fixes.
This commit is contained in:
@ -475,7 +475,6 @@ $$
|
||||
node.borrow().val.hash(&mut hasher);
|
||||
let hash = hasher.finish();
|
||||
// 节点对象 RefCell { value: ListNode { val: 42, next: None } } 的哈希值为15387811073369036852
|
||||
|
||||
```
|
||||
|
||||
=== "C"
|
||||
|
Reference in New Issue
Block a user