too-many-lists/advanced-lists/double-singly #671
Replies: 2 comments
-
个人认为传统的双向链表一大用处就是有指针指向上一个元素, 可以方便访问前驱节点. 这种链表可以很方便地定位一个元素的前驱节点吗? |
Beta Was this translation helpful? Give feedback.
0 replies
-
pop_node 函数不是一个公共所以在 go_left 和 go_right 里面不能使用吧 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
too-many-lists/advanced-lists/double-singly
https://course.rs/too-many-lists/advanced-lists/double-singly.html
Beta Was this translation helpful? Give feedback.
All reactions