My implementations of Data structures in C++.
type "make init" to get the directories needed and "make all" to view all executable tests of the implementations in the exe folder.
doubly linked list "make dll"
singly linked list "make sll"
binary search tree "make bst"