BridgesUNCC / bridges-cxx

C++ client library for Bridges
http://bridgesuncc.github.io
2 stars 5 forks source link

Make separate issues for different datastructures that should be reconstructed from assignment #82

Open esaule opened 5 years ago

esaule commented 5 years ago

@krs-world could you make a list of the data structure that you would like to be reconstructed from an assignment and that bridges C++ does not currently implement?

krs-world commented 5 years ago

None of the tree structures have this capability now: Tree BinTree BST AVL KdTree

Lists:

Singly Linked Double linked Circular Single Linked Circular Double Linked MultiList

Graphs - Adj Matrix?