Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 548 Bytes

README.md

File metadata and controls

37 lines (22 loc) · 548 Bytes

CS110

My implementations for Stanford's CS110 assignments.

Instructions

Build docker image:

sh build.sh

Run docker container:

sh run.sh

Credits

Forked from https://github.com/zhangrao1990/CS110

Principles of Computer Systems

Assignment I: Six Degrees

Assignment II: Unix v6 File Systems

Assignment III: Multi-processing

Assignment IV: STford SHell (STSH)

Assignment V: News Aggregator (Multi-threading)

Assignment VI: News Aggregator (Thread Pool)

Assignment VII: HTTP Web Proxy

Assignment VIII: MapReduce