Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vargascardona/kotlin-excercises

Kotlin recursive division and employee-client system implementation excercises.
https://github.com/vargascardona/kotlin-excercises

educational-project exercises functions kotlin workshop

Last synced: 7 days ago
JSON representation

Kotlin recursive division and employee-client system implementation excercises.

Awesome Lists containing this project

README

        

![logo](https://github.com/user-attachments/assets/33059642-7f3a-47ca-8d0d-b65b35719454)
# Kotlin Exercises
This repository contains the solutions for two Kotlin programming assignments:
1. Recursive Division: Implement integer division using successive subtraction.
2. Employee-Client System: Design and code a management system with CRUD operations and data analysis.
Each exercise includes problem statement and requirements. Solutions are provided.

## Developed by
- Nicolás Vargas Cardona
- Mateo Loaiza García

## Getting Started
1. Clone the repository
2. Open in a Kotlin IDE
3. Compile each file by itself