Archive
Posts Tagged ‘stack’
Arduino: A library for implementing a generic, dynamic stack (array version).
September 23, 2010
Leave a comment
This project refers to an Arduino library implementing a generic, dynamic stack (array version).
The data structure is implemented as a class in C++.
For more information, you can get the project itself ‘StackArray‘.
Arduino: Valuation calculator of infix mathematical expressions.
September 18, 2010
Leave a comment
This project refers to an Arduino sketch that implements a calculator which valuates infix mathematical expressions using appropriate algorithms and data structures. The mathematical expressions are given through the USB port, while the valuation and presentation of results is done by Arduino. The results are displayed in an appropriate LCD display.