Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.3 KB

README.md

File metadata and controls

31 lines (21 loc) · 1.3 KB

🍝 code

Code from random (old/incomplete) projects to explore different languages, algorithms, and CS concepts.

Contents

algorithms

Algorithms (mostly implemented in C, some in Clojure / C++) from Stanford's CS161: Design and Analysis of Algorithms

caltech-ee44-notes

Notes from Caltech's EE44. Done out of curiosity of how hardware works to enable software.

cs143-compilers

Programming assignments from Stanford's CS143.

geek-out

Tinder but for Geeks, written in SwiftUI. GIF in repo's readme.

nand2tetris

My solutions to From Nand to Tetris: Building a Modern Computer from First Principles

ruby-koans

Koans to learn Ruby the basic syntax and usage of Ruby.

rust-os

Code from following Philipp Oppermann's Writing an OS in Rust with notes.

sicp

My solutions to the problems in Structure and Interpretation of Computer Programs.

ubc-how-to-code

My answers to problems from UBC's How to Code: Simple Data & Complex Data