在本项目的尾声,你需要将你的项目上传至你的snaps-sp21-s*** repo(一个仅有UCB注册了CS61B这门课的在校生才会获得的GitHub repo)以进行评分,具体细节日后公布。 再次重申:由于Project 1与Lab 4 之间的依赖关系,这个项目你至多只能在超过截止日期后的2天内提交。 概述 在本项目中,我们将会用链表和数组实现一...
然而码风不规范被狠狠扣分了,沟槽的评分机>︿<, 视频播放量 133、弹幕量 0、点赞数 6、投硬币枚数 0、收藏人数 0、转发人数 2, 视频作者 锟斤拷欧费手, 作者简介 just for fun,相关视频:计算机专业后悔录,最无用与最有用课程排行榜!,cs61b proj0 (2),椎名林檎音乐
sp21/javalib/masterpom.xml</relativePath> </parent> <groupId>CS61B</groupId> <artifactId>proj1ec</artifactId> <version>1.0-SNAPSHOT</version> <build> <sourceDirectory>${project.basedir}</sourceDirectory> <testSourceDirectory>${project.basedir}</testSourceDirectory> <plugins> <plugin> <group...
作者写的是21sp版本的cs61b,这是其中第二个proj。当然没做过cs61b之前lab但是想写gitlet的也不用担心,只需要达成以下条件: 1.掌握java基础,包括面向对象编程、基础数据结构(树、链表、图)、简单的调试分析能力、基础英文阅读能力(CET4) 2.完成cs61b的环境配置。包括Lab1 Setup、Lab1 java、Lab6 Getting Sta...
https://instant.1point3acres.com/thread/908806 (他的下半文章我没找到,找到的可以评论区贴一下) https://github.com/ZonePG/CS61B (别人写sp21留下的代码,实在没办法的时候去看) (写gitlet的时候别看,他的merge我看着就……) (代码不复用,是这个样子的。) ...
lab2setup lab3 lab4 lab5 lab6 lab7 lab8 library-sp21 proj0 proj1 proj1ec proj2 proj3 .gitignore .gitmodules README.mdBreadcrumbs cs61b_21sp / README.md Latest commit liyanzhuo2022 Update README.md 0d16a6b· Dec 17, 2024 HistoryHistory ...
GitHub上翻到的框架代码:https://github.com/Berkeley-CS61B/skeleton-sp21 1. 使用git获取项目框架代码 首先看了【0.资料链接】中的Git那一节的pdf,结合【菜鸟教程】中对git的讲解,在D盘新建了git仓库并试图通过git bash命令行远程获取GitHub上的代码。
Wed 1. Godegym → Level 7 2. Cs61b sp21 Lab1setup、Lab1、hw01 Lab2 proj0 2048 Lab3 ,idea运行时报错 内部编译错误,运行都没运行得起来,只好盲写,过了autograder
CS61B 学习笔记 lecture 1 introduction 提交作业前的更新: 只有sp18的autograder是对公众开放的,建议做sp18的lab、hw和proj。 https://sp18.datastructur.es/ 课程官网:https://sp21.datastructur.es/ study guide:https://sp21.datastructur.es/materials/guides/getting-started...
My implementation in Proj2B: link Summary As for the two types of problems, we have the most common approach which is spatial partitioning: Uniform Partitioning: Analogous to hashing. QuadTree: Generalized 2D BST where each node “owns” 4 subspaces. K-D Tree: Generalized K-D BST where each...