Download results
Showing 0–0 of 0 results
Items per page:
10
25
50
100
#
Exercise Title
Features
Description
Platform
Keywords
1
Given a list of integers and an integer n, remove all elementts > n or < -n.
Code Completion
Given a list of integers and an integer n, remove all elementts > n or < -n. Shift all remaining...
CodeCheck
Lists - Simple Exercises
,
Moving or Removing Elements
2
Given a list of integers, remove all even elements that occur exactly twice.
Code Completion
Given a list of integers, remove all even elements that occur exactly twice.
CodeCheck
Lists - Simple Exercises
,
Moving or Removing Elements
3
Given a list of integers, move all zeroes to the back.
Code Completion
Given a list of integers, move all zeroes to the back.
CodeCheck
Lists - Simple Exercises
,
Moving or Removing Elements
4
Given a list of integers, move all zeroes to the front.
Code Completion
Given a list of integers, move all zeroes to the front.
CodeCheck
Lists - Simple Exercises
,
Moving or Removing Elements
5
Given a list of integers, move all negative numbers to the front and all positive numbers to the back, keeping their relative order.
Code Completion
Given a list of integers, move all negative numbers to the front and all positive numbers to the back, keeping...
CodeCheck
Lists - Simple Exercises
,
Moving or Removing Elements
6
Given a list of integers, remove all adjacent duplicates.
Code Completion
Given a list of integers, remove all adjacent duplicates.
CodeCheck
Lists - Simple Exercises
,
Moving or Removing Elements
7
Selection sort
Ascending-order Selection sort operates by finding the minimum element of an array and moving it to the “beginning” of the...
PCEX
8
Selection sort
Descending-order Selection sort operates by finding the maximum element of an array and moving it to the “beginning” of the...
PCEX
×
This is a detailed description.