Yahoo Αναζήτηση Διαδυκτίου

Αποτελέσματα Αναζήτησης

  1. 2 Σεπ 2024 · Given an array of integers, find the length of the longest sub-sequence such that elements in the subsequence are consecutive integers, the consecutive numbers can be in any order. Examples: Input: arr [] = {1, 9, 3, 10, 4, 20, 2} Output: 4. Explanation: The subsequence 1, 3, 4, 2 is the longest subsequence of consecutive elements.

  2. Solution steps. Step 1: We initialize a variable longestLength to track the length of the longest consecutive sequence: longestLength = 0. Step 2: We run an outer loop from i = 0 to n - 1 to traverse the input array.

  3. 12 Νοε 2015 · What is the longest chain of same digits in $\pi$? This question comes into my mind while reading about the Feynman Point in a book. So is there any longest known chain? Like $999999$ of Feynman ...

  4. Longest Consecutive Sequence - Given an unsorted array of integers nums, return the length of the longest consecutive elements sequence. You must write an algorithm that runs in O(n) time. Example 1: Input: nums = [100,4,200,1,3,2] Output: 4 Explanation: The longest consecutive elements sequence is [1, 2, 3, 4].

  5. Given a list, write a function to determine the length of the longest run. For example, for the sequence [1, 2, 5, 5, 3, 1, 2, 4, 3, 2, 2, 2, 2, 3, 6, 5, 5, 6, 3, 1], the longest run is 4.

  6. Polyakov completed his second flight into space in 1994–1995, spending 437 days in space between launching on Soyuz TM-18 and landing with TM-20, setting the record for the longest time continuously spent in space by an individual.

  7. The record for most time in space is held by Russian cosmonaut Oleg Kononenko, who has spent 1,111 days in space over five missions. He broke the record of Gennady Padalka on 4 February 2024 at 07:30:08 UTC during his fifth spaceflight aboard Soyuz MS-24 / 25 for a one year long-duration mission on the ISS . [ 21 ]