Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shrilakshmishastry/linkedlist_assignment
Data structure - Set of examples to learn linkedlist .
https://github.com/shrilakshmishastry/linkedlist_assignment
c data-structures
Last synced: 3 days ago
JSON representation
Data structure - Set of examples to learn linkedlist .
- Host: GitHub
- URL: https://github.com/shrilakshmishastry/linkedlist_assignment
- Owner: shrilakshmishastry
- Created: 2018-10-29T11:32:59.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-17T12:37:03.000Z (about 5 years ago)
- Last Synced: 2024-11-12T17:49:35.966Z (2 months ago)
- Topics: c, data-structures
- Language: C
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# linkedlist_assignment
Its a project given as an assignment.
it is related to implimentation of double and singly linked list.
In this project I have written code for the following:
Reverse,concatenate and to find length of singly linked list.
Insert_front,delete_front for a doubly linked list.