/EmployeeTimeAnalyzer

EmployeeTimeAnalyzer is a program that systematically evaluates work patterns in a provided spreadsheet, identifying employees working for 7 consecutive days, those with specific shift time differentials, and individuals surpassing 14 hours in a single shift.

Primary LanguageJava

Employee Time Analyzer

This program analyzes employee time data from a spreadsheet, identifying specific work patterns. It addresses the following criteria:

  1. Employees working for 7 consecutive days
  2. Employees with less than 10 hours between shifts but greater than 1 hour
  3. Employees working for more than 14 hours in a single shift

Prerequisites

How to Run

  1. Clone the repository:

    git clone <https://github.com/Amit0841/EmployeeTimeAnalyzer>