1
0
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:
dudaodong
2022-06-01 20:48:30 +08:00
parent bab9ae32d4
commit 6a48b3f99e
2 changed files with 1021 additions and 2 deletions

View File

@@ -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>

File diff suppressed because it is too large Load Diff