An open API service indexing awesome lists of open source software.

https://github.com/gablm/feup_aed_project1


https://github.com/gablm/feup_aed_project1

Last synced: 3 months ago
JSON representation

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
```