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

https://github.com/mhashim6/kotlin-sorting-algorithms

kotlin implementation for various sorting algorithms [school project]
https://github.com/mhashim6/kotlin-sorting-algorithms

bubble-sort factory-pattern functional-programming insertion-sort kotlin kotlin-sorting-algorithms merge-sort oop school-project sorting-algorithms strategy-pattern

Last synced: 10 months ago
JSON representation

kotlin implementation for various sorting algorithms [school project]

Awesome Lists containing this project

README

          

# Kotlin-Sorting-Algorithms

> kotlin implementation for various sorting algorithms, for a school
> assignment.
> Tests are included for both OOP and Functional implementations.

---
Currently implemented algorithms :
- Insertion sort
- Bubble sort
- Merge sort
---
Implementation styles:
- OOP
- Functional Programming
---
OOP Design Patterns:
- Strategy pattern
- Factory Pattern