Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 347 Bytes

File metadata and controls

20 lines (15 loc) · 347 Bytes

plot_builder

An app that prints a plot by the given f(x) Supported operators: + - * / ( ) ^ sqrt

Getting Started

To launch:

    flutter pub get
    flutter run

Estimations

6h - Parser code with binary tree destructuring and postfix calculation 3h - Custom plot painting 2h - Wolfram implementation 2h - Layout 1h - Refactoring