Skip to content

Commit

Permalink
Update topFrequent.js
Browse files Browse the repository at this point in the history
Update topFrequent.js

Co-Authored-By: Harsh  Vaidya <[email protected]>
Co-Authored-By: Kashika Gupta <[email protected]>
  • Loading branch information
3 people committed Jul 1, 2024
1 parent d1338e1 commit 8a54624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion topKFrequent.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
// Leetcode Question: https://leetcode.com/problems/top-k-frequent-elements/
// Leetcode Question: https://leetcode.com/problems/top-k-frequent-elements
* @param {number[]} nums
* @param {number} k
* @return {number[]}
Expand Down

0 comments on commit 8a54624

Please sign in to comment.