摘要: Selection Sort Write a program of the Selection Sort algorithm which sorts a sequence A in ascending order. The algorithm should be based on the follo 阅读全文
posted @ 2019-04-13 18:56 青衫客36 阅读(228) 评论(0) 推荐(0) 编辑
摘要: Bubble Sort Write a program of the Bubble Sort algorithm which sorts a sequence A in ascending order. The algorithm should be based on the following p 阅读全文
posted @ 2019-04-13 17:49 青衫客36 阅读(234) 评论(0) 推荐(0) 编辑
摘要: Insertion Sort Write a program of the Insertion Sort algorithm which sorts a sequence A in ascending order. The algorithm should be based on the follo 阅读全文
posted @ 2019-04-13 17:28 青衫客36 阅读(157) 评论(0) 推荐(0) 编辑
摘要: Maximum Profit You can obtain profits from foreign exchange margin transactions. For example, if you buy 1000 dollar at a rate of 100 yen per dollar, 阅读全文
posted @ 2019-04-13 16:57 青衫客36 阅读(342) 评论(0) 推荐(0) 编辑