The following technologies are used in this chapter:
- Kotlin language
- IntelliJ IDEA
- Gradle build environment
We are assuming that you've gone through the earlier chapters of the book, and are thus familiar with the following:
- Basic idioms and syntax of the Kotlin language
- Concepts of basic data structures, such as lists, sets, maps, and so on
The GitHub URL for the chapter can be found at https://github.com/PacktPublishing/Hands-On-Data-Structures-and-Algorithms-with-Kotlin/tree/master/Chapter08.