Question
Let’s arrange a deck of cards. There are totally 36 cards of 4 suits(S, H, C, D) and 9 values (1, 2, … 9). For example, ‘eight of heart’ is represe……继续阅读 »
站点默认
7年前 (2020-03-28) 1590浏览 1评论
0个赞
Question
Write a program of the Selection Sort algorithm which sorts a sequence A in ascending order. The algorithm should be based on the following pseudocode:
……继续阅读 »
站点默认
7年前 (2020-03-28) 21903浏览 1评论
0个赞
Question
Write a program of the Bubble Sort algorithm which sorts a sequence A in ascending order. The algorithm should be based on the following pseudocode:
……继续阅读 »
站点默认
7年前 (2020-03-28) 1438浏览 1评论
0个赞
Write a program of the Insertion Sort algorithm which sorts a sequence A in ascending order. The algorithm should be based on the following pseudocode:
……继续阅读 »
站点默认
7年前 (2020-03-28) 3002浏览 37评论
0个赞
好久没写博客了,,,算了算应该有一个多月了把。话不多说,因为这次疫情,我们需要每天易班签到,我又起不来,不过还行现在以及可以12点后签到了,之前学校设置8点前都不让签到。。。。
直接贴代码了。。。
#coding=utf-8
from selenium import webdriver
……继续阅读 »
站点默认
7年前 (2020-03-05) 27982浏览 236评论
9个赞