Added the documentation for the program under the algorithms/C/linked-lists folder that can add an element at a given position in the linked list. Documentation added under docs/en/README.md . Added on 2nd October,2022 - by RaisaGhosh - https://github.com/RaisaGhosh
parent
9c59f7adc4
commit
12df71de54
|
@ -3,6 +3,8 @@
|
|||
## Lists
|
||||
- [Singly linked list](./Lists/singly-linked-list.md)
|
||||
- [Doubly linked list](./Lists/doubly-linked-list.md)
|
||||
- [Add element at any position in a singly linked list](./Lists/add-element-at-any-position-in-a-singly-linked-list.md)
|
||||
|
||||
|
||||
## Sorting
|
||||
|
||||
|
|
Loading…
Reference in New Issue