Final project for INF01124 class at UFRGS
- Students: Pedro Afonso Klein & Henrique Utzig
- Semester: 2021/2 (ERE)
- Date: 2022/05/05
- Node >= 16
- yarn
- C++ 17
- Cmake
cd app
yarn install
yarn build
cd ..
cmake --build ./build --config Release --target FIFA21-Players
cd build/Release
FIFA21-Players.exe
- On windows use MSVC to compile
The dataset is composed of 5 csv files and all were given by the professor.
- Hash Tables
- Trie Tree
- RB Tree
- Search players date by name
- Search user-given ratings by userID
- Search players by given set of tags
- Search top N best players in a given position (1 <= N <= 100)
i5-4440/MSVC-17.1 | i7-7500U/g++-9.4 | |
---|---|---|
Database Init | 13.5s | 8.8s |
Player Search | 0.25ms | 0.4ms |
User Search | 0.03ms | 0.27ms |
Position Search | 0.20ms | 0.10ms |
Tags Search | 0.12ms | 0.09ms |
UI developed using Ultralight with React