https://github.com/rishikanthc/cse230
UCSD CSE 230 Programming Languages
https://github.com/rishikanthc/cse230
Last synced: 19 days ago
JSON representation
UCSD CSE 230 Programming Languages
- Host: GitHub
- URL: https://github.com/rishikanthc/cse230
- Owner: rishikanthc
- Created: 2018-12-06T02:09:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-15T04:35:49.000Z (over 7 years ago)
- Last Synced: 2025-02-14T16:54:21.433Z (over 1 year ago)
- Language: OCaml
- Size: 6.65 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Code for UCSD CSE 230 Programming Languages Course
This repo contains the code I wrote for my assignments for the PL course offered at UCSD.
The repo organization is self explanatory, with a separate folder for each hw and the
midterm and final folders hold some code I wrote for solving some practice papers.
Homeworks 1-4 cover ocaml, 5 is in prolog and 6,7 are in Python.
The details of the course and assignments can be found [here](https://ucsd-pl.github.io/cse-130-230/fa18/index.html).