Skip to content

Kauakb/BankSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

README EXPLANATION

Bank Management System

Author

  • Kaua Barbosa Florenco

Module: CA2 - Algorithms & Architecture

Project Overview

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.

Architecture

  • Model: Employee data & data structures
  • View: Console UI (BankUI. java)
  • Controller: Business logic (BankController.java)

Features

  • 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors