This program aims to measure the time executed using various algorithms
- Abstraction
- Brute Force Algorithm
- Memoization Techniques ( Fastest )
- Recursive
- Map
- HashMap
- mainApp.java is the main CLI application
- interface is just the interface for all the codes
このプログラムは色んなAlgorithmで実行した時間を測りことになっています。
- Abstraction
- Brute Force Algorithm
- Memoization Techniques ( Fastest )
- Recursive
- Map
- HashMap
- mainApp.javaは大分のプログラムです。CLIで利用できます。
- Interfaceは全部のコードのInterfaceだけです。