Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 636 Bytes

Ex_1_2_10.md

File metadata and controls

27 lines (17 loc) · 636 Bytes
title date draft tags categories
算法4 Java解答 1.2.10
2019-02-22 07:35:22 +0800
false
JAVA
技术
归档

1.2.10

问题:

Develop a class VisualCounter that allows both increment and decrement operations. Take two arguments N and max in the constructor, where N specifies the maximum number of operations and max specifies the maximum absolute value for the counter. As a side effect, create a plot showing the value of the counter each time its tally changes.

分析:

please refer to code.

2019-06-19-002

参考: