-
-
-
news-trends Public
Web app for comparing term frequencies in the news. Caches API responses in a database to reduce duplicate calls
-
A simulation demonstrating an implementation of a TCP-like protocol to allow file sending from a Server to a Client application.
Java UpdatedJan 19, 2025 -
DistributedSystemSimulation Public
A simulation demonstrating a distributed system for the completion of jobs with a client, slave, and master application.
-
sliding-puzzle-solver Public
An Android app that finds solutions for any unsolved sliding puzzle. The app allows users to find a solution using any of 6 available algorithms, namely: Best-first, A*, BFS, DFS, DDFS, or IDDFS.
-
crawler-scraper Public
An application to crawl and scrape a website. Extracts useful pieces of info with both Jsoup and custom regexes.
Java UpdatedAug 25, 2024 -
OthelloGame Public
Simple Othello game vs. the computer with 3 difficulty levels