Summary
The goal of this chapter was to help you master various coding challenges involving strings and/or arrays. Hopefully, the coding challenges in this chapter have provided various techniques and skills that will be very useful in tons of coding challenges that fall under this category. Don't forget that you can enrich your skills even more via the book Java Coding Problems (https://www.amazon.com/gp/product/1789801419/), which is published by Packt as well. Java Coding Problems comes with 35+ strings and arrays problems that were not tackled in this book.
In the next chapter, we will discuss linked lists and maps.