Skip to content

Latest commit

 

History

History

README.md

Data Structures and Algorithms

BST [FQA]
|- Device*

HashTable [const char* ID]
|- DeviceGroup*
|  |- Device* devices[]
|  |- Device Factory

Module
|- wire
|- mux
|- EEPROM* const

Destructors

Module -> HashTable -> DeviceGroup -> Device (Removes from BST)

File Structure

FQA