7a75d2251475ec9a6647eec35df77c9619d62b22
Not sure how the create method will integrate. Might integrate it into the linked list class so that it can just append it straight into the relevant node.
DataStructuresCPP
List of DataStructures implemented in C++
What is Included
Data Structures
Linked List
Doubly Linked List
Stack
Queue
Binary Tree
Heap ~
Algorithms
Quick sort
Merge sort
Insert sort
Binary Search
Description
Languages
C++
100%