Problem of The Day: Longest Substring Without Repeating Characters
Problem Statement ``` Given a string s, find the length of the longest substring without repeating characters.
Problem Statement ``` Given a string s, find the length of the longest substring without repeating characters.
Problem Statement ``` Given two strings s and p, return an array of all the start indices of p’s anagrams in s. You may return the answer in any order.
Problem Statement ``` Given two strings text1 and text2, return the length of their longest common subsequence. If there is no common subsequence, return 0.
In this journal, I aim to compile code templates as a foundational resource to ready myself for technical interviews. These templates are sourced from the Le...
Problem Statement see problem