Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1.01 KB

README.md

File metadata and controls

13 lines (9 loc) · 1.01 KB

Daisy: A Block-Based Environment to Learn Data Modeling

(development in progress)

In programming problem solving, data modeling is a step of converitng problem description into data structure.

This is the web-based block programming environment for beginners to learn data modeling. There are two steps of executing data modeling:

  1. Information Mining: collecting keywords from problem description which can represents I/O needed.
  2. Data Representation: represent keywords from the former steps to create data structure. In this case, we drive student to learn the creation of Algebraic Data Type (ADT) as a data representation.

Please check links below for the previous version of Daisy implemented in Snap!: