Browse Source

docs: adding more details in the description

pull/2637/head
amin 2 months ago committed by zanninso
parent
commit
6f88a6c0e3
  1. 2
      subjects/java/checkpoints/steady-sequence/README.md

2
subjects/java/checkpoints/steady-sequence/README.md

@ -2,7 +2,7 @@
### Instructions
Create a class `SteadySequence` that provides a method to find the length of the longest consecutive elements sequence in an unsorted array of integers.
Create a class named SteadySequence that includes a method to determine the length of the longest consecutive sequence in an unsorted array of integers. The "longest consecutive sequence" refers to the sequence with the longest stretch of elements that increase strictly by 1. The elements of this sequence may appear in any order within the array.
### Expected Class

Loading…
Cancel
Save