Skip to content

Latest commit

 

History

History
executable file
·
27 lines (21 loc) · 833 Bytes

README.md

File metadata and controls

executable file
·
27 lines (21 loc) · 833 Bytes

About

This repo is my solutions of cs61b-sp18 and cs61b-sp23.

Declaration

cs61b-sp18 and cs61b-sp23 have been over by now, so my solutions won't influence normal education. I'm not an undergraduate from Berkeley witch means that I have no need to obey cs61b policies about forbidding posting code from the course publicly. My aim is to save my learning outcomes and provide some help for other undergraduates not from Berkeley who are learning cs61b.

Getting Started

You can run following commands to clone my repo with submodules:

~ $ git clone --recurse-submodules https://github.com/JamesBrosy/cs61b

or

~ $ git clone https://github.com/JamesBrosy/cs61b
~ $ cd cs61b
~ $ git submodule update --init --recursive

enjoy!!!

Thanks for your star and fork