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

pull/994/head
Raisa Ghosh 2022-10-02 18:20:12 +05:30
parent 9c59f7adc4
commit 12df71de54
1 changed files with 2 additions and 0 deletions

View File

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