GitHub / asad82 / Linkedlist
A simple implementation of the Linked list in C/C++. You can build, edit, concatenate two lists, perform union,intersection operation on two lists besides being able to search, sum and move forward a node, combine into two lists into ordered list and delete elements in the list.
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asad82%2FLinkedlist
PURL: pkg:github/asad82/Linkedlist
Stars: 0
Forks: 0
Open issues: 0
License: mit
Language: C++
Size: 9.77 KB
Dependencies parsed at: Pending
Created at: over 5 years ago
Updated at: about 1 year ago
Pushed at: over 5 years ago
Last synced at: about 1 year ago
Topics: linked-list, linkedlist-concatenate, linkedlist-delete, linkedlist-insert, linkedlist-intersection, linkedlist-merge, linkedlist-moveforward, linkedlist-reverse, linkedlist-sum, linkedlist-union, single-linked-list