随笔分类 -  cs61b dis

摘要:https://sp18.datastructur.es/materials/exam/cs61b-sp18-mt1.pdf 1.Static Data a. public static void main(String[] args) { String a = "alice"; String b 阅读全文
posted @ 2022-06-10 14:40 天然气之子 阅读(42) 评论(0) 推荐(0) 编辑
摘要:https://sp18.datastructur.es/materials/discussion/examprep05.pdf 2 Use them! a. 类似lc的第一题,直接用代码了 import java.util.HashMap; class Solution { public int[ 阅读全文
posted @ 2022-06-05 18:49 天然气之子 阅读(35) 评论(0) 推荐(0) 编辑
摘要:https://sp18.datastructur.es/materials/discussion/disc04.pdf Problem1: 1.Compile-Error 2.Compile-Error//这两个的问题都是 Dog类没有play函数 3.D 4.E 5.C 6.B 7.C 8.C 阅读全文
posted @ 2022-06-04 12:27 天然气之子 阅读(31) 评论(0) 推荐(0) 编辑
摘要: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) 编辑

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