mirror of
https://github.com/duke-git/lancet.git
synced 2026-02-05 13:22:26 +08:00
docs: add docs for linklist
This commit is contained in:
@@ -228,7 +228,7 @@ func main() {
|
||||
|
||||
|
||||
### <span id="SinglyLink_DeleteAt">DeleteAt</span>
|
||||
<p>Delete value into singly linklist at index, index shoud be great or equal 0 and less or less than number of link nodes - 1</p>
|
||||
<p>Delete value at specific index, index shoud be great or equal 0 and less or less than number of link nodes - 1</p>
|
||||
|
||||
<b>Signature:</b>
|
||||
|
||||
@@ -724,7 +724,7 @@ func main() {
|
||||
|
||||
|
||||
### <span id="DoublyLink_DeleteAt">DeleteAt</span>
|
||||
<p>Delete value into doubly linklist at index, index shoud be great or equal 0 and less or less than number of link nodes - 1</p>
|
||||
<p>Delete value at specific index, index shoud be great or equal 0 and less or less than number of link nodes - 1</p>
|
||||
|
||||
<b>Signature:</b>
|
||||
|
||||
|
||||
1019
docs/datastructure/linklist_zh-CN.md
Normal file
1019
docs/datastructure/linklist_zh-CN.md
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user