top of page
Code Recipe
Dec 22, 20218 min read
Longest Substring Without Repeating Characters - Leetcode #3 Short & Simple Solution
This is a solution to leetcode 3 problem. For a given input string s, return the length of the longest substring in s, without repeating cha
71,809 views10 comments
Code Recipe
Nov 30, 20216 min read
Two Sum - Leetcode #1 Short & Simple Solution
Consider you given an array of integers and a target sum, return indices of two numbers in the array such that they add up to target.
371,662 views24 comments
bottom of page