05 2022 档案

摘要:https://sp18.datastructur.es/materials/discussion/disc04.pdf public class Animal{ protected String name, noise; protected int age; public Animal(Strin 阅读全文
posted @ 2022-05-25 20:50 天然气之子 阅读(15) 评论(0) 推荐(0) 编辑
摘要:链接 https://sp18.datastructur.es/materials/discussion/disc03.pdf 1.1 public void insert(int item, int position){ if(first == null || position = 0){ add 阅读全文
posted @ 2022-05-15 00:10 天然气之子 阅读(29) 评论(0) 推荐(0) 编辑
摘要:pdf https://sp18.datastructur.es/materials/discussion/disc02.pdf question one: 1.Name: Pikachu, Level: 100 2. https://cscircles.cemc.uwaterloo.ca/java 阅读全文
posted @ 2022-05-12 15:21 天然气之子 阅读(55) 评论(0) 推荐(0) 编辑
摘要:网址 https://inst.eecs.berkeley.edu/~cs61a/fa21/disc/disc14/ #problem1: 就是两种情况考虑,然后加起来就好了 def paths(x, y): """Return a list of ways to reach y from x by 阅读全文
posted @ 2022-05-03 18:50 天然气之子 阅读(328) 评论(0) 推荐(0) 编辑
摘要:网址 https://inst.eecs.berkeley.edu/~cs61a/fa21/lab/lab14/ #problem1: 从上到下,每一次裁剪掉数值大的那个树枝 def prune_min(t): """Prune the tree mutatively. >>> t1 = Tree( 阅读全文
posted @ 2022-05-03 15:55 天然气之子 阅读(270) 评论(0) 推荐(0) 编辑
摘要:网址 https://inst.eecs.berkeley.edu/~cs61a/fa21/lab/lab13/ .read data.sql CREATE TABLE bluedog AS SELECT color, pet FROM students WHERE color = 'blue' A 阅读全文
posted @ 2022-05-01 23:23 天然气之子 阅读(349) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示