Hoh Shen Yien
Shen's Developer Diary

Shen's Developer Diary

Follow
Series

Leetcode with Python

In this series, I will be discussing about various Leetcode problems and the ideas or intuitions behind the solutions. Python will be implemented to show how the ideas are transformed to codes.

Articles in this series

Two Sum

Jan 7, 20233 min read

Let's solve the very first problem of Leetcode using Hashmap through Python! · Leetcode problem: https://leetcode.com/problems/two-sum/ Problem...

Two Sum
Container With Most Water
Longest Palindromic Substring
Longest Substring Without Repeating Characters