Abstract: Strings and lists play a fundamental role in data structures. Considering string operations, one of the key functions is the search for matching parts within a given host string. The ...
Just trying to learn about the standard built-in objects and their methods. I have this repo set up to run, test and practice various methods quickly. I will do TDD while trying to learn these. Each ...