Daftar Isi:
  • Mini Calc is a spreadsheet application that has calculation formulas and Statistic functions. This program is using GUI (Graphical User Interface) as the user interface and built in Java programming language. The limitations of this program: 1. It has maximally 50 rows and 20 columns. 1. It has five Statistic functions: SUM, MEDIAN, MEAN, MODUS, Standard Deviation. 2. It has only one worksheet. 3. It has new, save and load file menu. The data structures those are used in Mini Calc are Binary Tree and Array List. The Algorithm is Binary Search Tree for editing and deleting cells. It uses the “Traversal Tree preorder” for saving file.