Array related functions #32

Closed
opened 2022-06-13 12:17:52 +02:00 by robben · 9 comments
robben commented 2022-06-13 12:17:52 +02:00 (Migrated from engi.evolpe.it)
  • sort sort sequence
  • reverse reverse sequence
  • min - return minimum from provided values (flattening sequences)
  • max - same as above but max
  • partition splits sequence into two parts given predicate
  • rotate performs left rotation (see cppreference)
- [x] `sort` sort sequence - [x] `reverse` reverse sequence - [x] `min` - return minimum from provided values (flattening sequences) - [x] `max` - same as above but max - [x] `partition` splits sequence into two parts given predicate - [x] `rotate` performs left rotation (see cppreference)
robben commented 2022-06-13 12:17:52 +02:00 (Migrated from engi.evolpe.it)

assigned to @robben

assigned to @robben
robben commented 2022-06-13 12:18:14 +02:00 (Migrated from engi.evolpe.it)

changed the description

changed the description
robben commented 2022-06-14 10:30:57 +02:00 (Migrated from engi.evolpe.it)

marked the task sort sort sequence as completed

marked the task **`sort` sort sequence** as completed
robben commented 2022-06-14 10:30:58 +02:00 (Migrated from engi.evolpe.it)

marked the task min - return minimum from provided values (flattening sequences) as completed

marked the task **`min` - return minimum from provided values (flattening sequences)** as completed
robben commented 2022-06-14 10:30:59 +02:00 (Migrated from engi.evolpe.it)

marked the task reverse reverse sequence as completed

marked the task **`reverse` reverse sequence** as completed
robben commented 2022-06-14 10:31:00 +02:00 (Migrated from engi.evolpe.it)

marked the task max - same as above but max as completed

marked the task **`max` - same as above but max** as completed
robben commented 2022-06-14 11:21:55 +02:00 (Migrated from engi.evolpe.it)

marked the task partition splits sequence into two parts given predicate as completed

marked the task **`partition` splits sequence into two parts given predicate** as completed
robben commented 2022-06-14 11:39:11 +02:00 (Migrated from engi.evolpe.it)

marked the task rotate performs left rotation (see cppreference) as completed

marked the task **`rotate` performs left rotation (see cppreference)** as completed
robben commented 2022-06-14 11:39:29 +02:00 (Migrated from engi.evolpe.it)

Finished implementation in 910792e383

Finished implementation in 910792e383e153a67799af54aa0dfb6df33c2079
Sign in to join this conversation.
No Label
bug
enhancement
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: s416496/musique#32
No description provided.