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: over 1 year ago
JSON representation

Data structure - Set of examples to learn linkedlist .

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.