摘要: # coding:utf-8 """ Name : NO344.py Author : qlb Contect : 17801044486@163.com Time : 2021/2/6 23:21 Desc: 反转字符串 """ from typing import List # 解题思路 # 双 阅读全文
posted @ 2021-02-06 23:30 qilibin 阅读(122) 评论(0) 推荐(0) 编辑
摘要: # coding:utf-8 """ Name : LeetCode18.py Author : qlb Contect : 17801044486@163.com Time : 2021/2/6 21:30 Desc: 四数之和 扩展到 n数之和 """ from typing import Li 阅读全文
posted @ 2021-02-06 22:34 qilibin 阅读(82) 评论(0) 推荐(0) 编辑
摘要: # coding:utf-8 """ Name : LeetCode383.py Author : qlb Contect : 17801044486@163.com Time : 2021/2/6 9:32 Desc:赎金信 """ # 解题思路 和四数相加思路类似 # 1分为两部分 将两个字符串 阅读全文
posted @ 2021-02-06 10:08 qilibin 阅读(31) 评论(0) 推荐(0) 编辑