The Blind 75 Leetcode Series: Top K Frequent Elements

Jonathan Chao
3 min readOct 31, 2023
Photo by Chris Ried on Unsplash

Today, we are working on 347. Top K Frequent Elements

Given an integer array nums and an integer k, return the k most frequent elements. You may return the answer in any order.

--

--

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