The purpose of this assignment is to apply data wrangling and exploratory data analysis techniques to baseball data in order to evaluate the effectiveness of Moneyball strategy used by the Oakland A’s baseball team.
CMSC320_Project01
This assignment aims to demonstrate skills in data scraping, data preparation, and data analysis using Python.
Web Application — Learning Log
This Python project is an online journal system that lets people keep track of information they’ve learned about particular topics.
CMSC351H_Final Project
A basic analysis of path planning algorithms.
CMSC330_Project5
Rust warmup and some interesting methods.
CMSC330_Project4b
In this assignment, it will implement an interpreter for MicroCaml.
CMSC330_Project4a
Over the course of Projects 4a and 4b, it will implement MicroCaml — a dynamically-typed version of OCaml with a subset of its features. As part of the implementation of MicroCaml, it will also implement parts of mutop (μtop or Microtop), a version of utop for MicroCaml.
CMSC330_Project3
This project implemented algorithms to work with NFAs, DFAs, and regular expressions.
CMSC330_Project2b
The goal of this project is to increase the familiarity with programming in OCaml and give practice using higher order functions and user-defined types.
CMSC330_Project2a
First project in OCaml. (Warmup)