- Kaua Barbosa Florenco
Module: CA2 - Algorithms & Architecture
The project is a Java Application as if it were for a Bank Management System that manages employee records using "Merge Sort" for sorting and "Binary Search" for searching.
- Model: Employee data & data structures
- View: Console UI (BankUI. java)
- Controller: Business logic (BankController.java)
- Load employees from CSV
- Sort by name (Merge Sort)
- Search employees (Binary Search)
- Add new records
- Display binary tree
- Error handling for bad format data