Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 .

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.