The Blind 75 Leetcode Series: Missing Number

Jonathan Chao
3 min readFeb 15, 2023
Photo by Chris Ried on Unsplash

Today, we are working on 268. Missing Number

Given an array nums containing n distinct numbers in the range [0, n], return the only number in the range that is missing from the array.

--

--

Jonathan Chao

I am a software developer who has been in this industry for close to a decade. I share my experience to people who are or want to get into the industry