Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 645 Bytes

Ex_1_4_03.md

File metadata and controls

36 lines (21 loc) · 645 Bytes
title date draft tags categories
Algorithm4 Java Solution 1.4.03
2019-08-06 15:54:00 +0800
false
JAVA
TECH
archives

1.4.03

Problem:

Modify DoublingTest to use StdDraw to produce plots like the standard and log-log plots in the text, rescaling as necessary so that the plot always fills a substantial portion of the window.

Solution:

standard plot:

2019-08-10-004

the log-log plot slope is 3:

2019-08-10-003

code:

Ex_1_4_03.java

Reference: