Subhradeep Sahasubhradeepsaha.hashnode.dev·May 19, 2024Solving a Leetcode problem daily — Day 12 | 347. Top K frequent elementshttps://blog.devgenius.io/solving-a-leetcode-problem-daily-day-12-347-top-k-frequent-elements-63afa6f681f3 Here is the Leetcode problem link —347. Top K frequent elements Problem Statement Given an integer array nums and an integer k, return thek...DiscussSolving a Leetcode problem daily347
Blood Runs Codebloodrunscode.hashnode.dev·Mar 20, 2024Leetcode 347. Top K Frequent ElementsI want to document my thought process on this Leetcode question, https://leetcode.com/problems/top-k-frequent-elements/. First I'll try get an idea of what the function signature should be like while listening to the question. Then I'll start ask cla...DiscussTop K Frequent Elements