Google-Developer-Student-Club-CCOEW / Competitive-Programming-2023-GDSC-CUMMINS-X-GDSC-MMCOE

Welcome to the Hacktoberfest 2023 Competitive-Programming Cohort for Cummins College and MMCOE students! To request issue assignment, create a pull request, providing: 1. Full Name 🧑‍🎓 2.Email 📧 3.College ID (RNO) 🔢 4.Branch of Study.📚 5. Year 📆 .The Cummins College and MMCOE students' PRs will be considered only. Thank you!
9 stars 69 forks source link

Top K Frequent Elements #81

Closed saakshii12 closed 11 months ago

saakshii12 commented 1 year ago

Write code in the preferred language and attach output with it.

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

Example 1:

Input: nums = [1,1,1,2,2,3], k = 2 Output: [1,2]

Example 2:

Input: nums = [1], k = 1 Output: [1]

iliketrains42 commented 1 year ago

Could you assign this to me?

aniketsinha620 commented 1 year ago

Hey @saakshii12 could you, please assign me this problem.

Pankaj4152 commented 11 months ago

Can you please assign this to me?

Eesha04 commented 11 months ago

Name - Eesha Satvalekar email-eesha.satvalekar@cumminscollege.in Can you please assign this issue to me?