LeetCode Question · May 2023

Amazon OA: answer to post Longest substring not found in string array

-1 upvotes 993 views 4 replies

Question Details

longest substring not found in String Array. public static int Longest(string s, string[] strs){ String word = "abcd"; String[] strs = new String[]{"a","d"}; / word = "aaaa"; strs = new String[]{"ab"}; / //Step1: Add strs to...

Full Details

🔒

Unlock full leaked content

Full insider details, leaked discussions, and candidate experiences.

Get Premium →

Topics

Arrays Hash Table Sql Strings