大礼包 发表于 2021-10-25 分类于 算法题 , leetcode , 每日一题 Trace10.25 每日一题传送门:https://leetcode-cn.com/problems/shopping-offers/ 阅读全文 »
numpy练习 发表于 2021-10-15 更新于 2021-10-25 分类于 蒲公英书编程练习 , numpy练习 numpy 练习numpy 的array操作1.导入numpy库12import numpy as npimport matplotlib.pyplot as plt 2.建立一个一维数组 a 初始化为[4,5,6], (1)输出a 的类型(type)(2)输出a的各维度的大小(shape)(3)输出 a的第一个元素(值为4) 阅读全文 »
linux基本操作 发表于 2021-09-29 更新于 2021-10-26 分类于 Linux Linux基本操作ls命令列出目标目录中所有子目录和文件的信息 命令语法:ls [选项] [目录或文件名] 阅读全文 »
寻找重复数 发表于 2021-09-16 分类于 算法题 , leetcode , 课堂作业 Trace传送门:<https://leetcode-cn.com/problems/intersection-of-two-linked-lists/> http://10.129.27.27/contest/9/problem/1002 阅读全文 »
大餐计数 发表于 2021-07-08 分类于 算法题 , leetcode , 每日一题 Trace7.7 每日一题 传送门:https://leetcode-cn.com/problems/count-good-meals/ 阅读全文 »
单词接龙 发表于 2021-06-25 更新于 2021-07-08 分类于 算法题 , leetcode 127 单词接龙 传送门:https://leetcode-cn.com/problems/minimum-absolute-difference-queries/ 阅读全文 »
查询差绝对值的最小值 发表于 2021-06-23 更新于 2021-10-19 分类于 算法题 , leetcode , 周赛 第246场周赛 D 传送门:https://leetcode-cn.com/problems/minimum-absolute-difference-queries/ 阅读全文 »
统计子岛屿 发表于 2021-06-23 分类于 算法题 , leetcode , 周赛 第246场周赛 C 传送门:https://leetcode-cn.com/problems/er-jin-zhi-zhong-1de-ge-shu-lcof/ 阅读全文 »