风萧28

02 2019 档案

python之字符串反转
摘要:1.反向循环迭代 2.反转列表 将字符串转换为列表,反转列表,将列表转换为字符串 3.反向循环迭代 4.列表弹出发 阅读全文

posted @ 2019-02-24 21:36 小流江海 阅读(240) 评论(0) 推荐(0)

简单排序
摘要:1 # Author:Json 2 3 class Sort(object): 4 ''' 5 this class include bubble sort,insert sort,select sort,quick sort,merge sort and heap sort 6 ''' 7 8 def __init__(sel... 阅读全文

posted @ 2019-02-22 17:44 小流江海 阅读(230) 评论(0) 推荐(0)

导航