計算機科学のブログ

Structure and Interpretation of Computer Programs: JavaScript Edition

Building Abstractions with Data - Hierarchical Data and the Closure Property - Representing Sequences - Mapping over lists - list of squares, iterative process

Structure and Interpretation of Computer Programs: JavaScript Edition(Harold Abelson(著)、Gerald Jay Sussman(著)、Julie Sussman(著)、The MIT Press)のChapter 2(Building Abstractions with Data)、2.2(Hierarchical Data and the Closure Property)、2.2.1(Representing Sequences)、Mapping over lists、Exercise 2.22の解答を求めてみる。

Building Abstractions with Data - Introduction to Data Abstraction - Extended Exercise: Interval Arithmetic - intervals, small percentage tolerance, approximate percentage tolerance of the product

Structure and Interpretation of Computer Programs: JavaScript Edition(Harold Abelson(著)、Gerald Jay Sussman(著)、Julie Sussman(著)、The MIT Press)のChapter 2(Building Abstractions with Data)、2.1(Introduction to Data Abstraction)、2.1.4(Extended Exercise: Interval Arithmetic)、Exercise 2.13解答を求めてみる。