This project is written in Kotlin and Groovy and aims to present solutions with time and memory complexity for some famous algorithms.
The documentation is divided into several sections:
## Build application from base directory using Maven Wrapper
mvnw.cmd clean install
## Build application from base directory using Maven Wrapper
./mvnw clean install
## Run Spock tests using Maven Wrapper
mvnw.cmd surefire:test
## Run Spock tests using Maven Wrapper
./mvnw surefire:test