https://github.com/gablm/feup_aed_project1
https://github.com/gablm/feup_aed_project1
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gablm/feup_aed_project1
- Owner: gablm
- Created: 2023-10-02T16:20:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-15T17:13:35.000Z (over 1 year ago)
- Last Synced: 2025-01-27T10:22:18.203Z (4 months ago)
- Language: HTML
- Size: 959 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Schedules - A schedule manager
> This was a project made for Algorithms and Data Structures (AED), a unit course at FEUP.
Elaborating schedules for an entire course is a complex task. The purpose of this project is not the creation of the schedules, but rather the development of a system to manage schedules after they have been elaborated.
The system include various functionalities related to schedules, such as modifying, searching, viewing, sorting, listing, among others.
## Requirements
- Linux or Windows
- Make (Unix or MinGW32/GnuWin32)
## Binaries Compilation```
make
```## Usage
### Linux
```
.\schedules
```### Windows
```
schedules.exe
```