Ocultus / patterns-factory-method-singleton

Kotlin implementation of pattern Factory Method and Singleton

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kotlin Sorting factory

Factory has Bubble, Insertion, Merge, Quick, Selection and Heap sort Kotlin implementation of pattern Factory Method and Singleton

How to start

  1. Clone this repository.

  2. Just open folder by Intellij Idea.

    or

    Install kotlin compiler by following instruction

    $ sh start
    

Expected Result:

illustration

About

Kotlin implementation of pattern Factory Method and Singleton


Languages

Language:Kotlin 98.5%Language:Shell 1.5%