You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This application provides statistical data on courses offered over the last five academic years, specifically from the 2019 Fall term to the 2024 Spring term. It processes data from Excel files and stores it in efficient data structures for quick querying and analysis.
Find meeting time that can ensure maximum attendance within two days, via the Greedy algorithm. The Application implemented Jackson library for JSON sterilization and processing, as well as Java network APIs for handling HTTP requests. -Completed in Aug 2020 by Tim Zhang
A Library Management System built using Java, utilizing ArrayList for data storage and Serialization for persistent data saving. This project enables efficient management of books and users without requiring a database.
Package Explorer uses Java Reflection API to list all the .class files in the specified directory and let a user view the details of each class. (Class name, SuperClass, Interface, Fields, Methods, Providers, Clients).