Skip to content

Commit

Permalink
updated description
Browse files Browse the repository at this point in the history
  • Loading branch information
Shreya7tripathy committed Nov 2, 2024
1 parent 6bceb6d commit bceb7d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/Arrays/3.Hard/Reverse pairs.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ id: reverse-pairs
title: Count Reverse Pairs
sidebar_label: Count Reverse Pairs
sidebar_position: 1
description: Count the number of reverse pairs in an array where i < j and arr[i] > 2 * arr[j].
description: Count the number of reverse pairs in an array where i is less than j and the element at index i is greater than twice the element at index j.
tags: [Merge Sort, Array]
---

Expand Down

0 comments on commit bceb7d5

Please sign in to comment.