网站首页 站内搜索

搜索结果

查询Tags标签: 还要,共有 1条记录
  • 人菜还要学算法

    二分法 #!/usr/bin/python # -*- coding: utf-8 -*- from functools import wraps from random import randrangeclass Dichotomy:def __init__(self, arr, target, not_then_return):self.arr = arrself.target = targetself.not_then_return = not_then_returndef __dic…

    2021/7/8 1:35:46 人评论 次浏览
扫一扫关注最新编程教程