Tag Archive For "embedded-system"
Custom data structure design for Arduino and Microcontroller project | Part 1
Data structure provides an efficient way of organizing data and functionality in the digital system. Good data structure design makes the system efficient and fast. There are few standard data structures in computer literature. Queue Stack Array – One dimension as vector Array – Multi dimension as Matrix List Tree Apart from the standard data …
Recent Comments