String Matching in an Array
Given an array of string words, return all strings in words that is a substring of another word. You can return the answer in any order.
A substring is a contiguous sequence of characters within a string
LeetCode Problem: Link | Click Here
class Solu...
perfinsights.hashnode.dev1 min read