Skip to content

Commit

Permalink
Refactoring.
Browse files Browse the repository at this point in the history
  • Loading branch information
eminencegrs committed Dec 12, 2024
1 parent 602493a commit 92cd292
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
namespace LeetCode.Challenges.Problems25xx.N_2558_TakeGiftsFromTheRichestPile;

// Time Complexity: O(n log n).
public static class BruteForceSolution
{
public static long PickGifts(int[] gifts, int k)
Expand Down

0 comments on commit 92cd292

Please sign in to comment.