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, return the position of the first occurrence of the largest element.
Code Completion
Given a list of integers, return the position of the first occurrence of the largest element.
CodeCheck
Lists - Simple Exercises
,
Maximum and Minimum
2
Given a list of integers, return the position of the last occurrence of the largest element.
Code Completion
Given a list of integers, return the position of the last occurrence of the largest element.
CodeCheck
Lists - Simple Exercises
,
Maximum and Minimum
3
Given a list of integers, return the difference of the positions of the first and the last occurrence of the largest element.
Code Completion
Given a list of integers, return the difference of the positions of the first and the last occurrence of the...
CodeCheck
Lists - Simple Exercises
,
Maximum and Minimum
4
Given a list of integers, return the difference between the maximum and minimum.
Code Completion
Given a list of integers, return the difference between the maximum and minimum.
CodeCheck
Lists - Simple Exercises
,
Maximum and Minimum
5
Given a list of integers, swap the the maximum and minimum.
Code Completion
Given a list of integers, swap the the maximum and minimum.
CodeCheck
Lists - Simple Exercises
,
Maximum and Minimum
6
Given a list of integers, return the second-largest element.
Code Completion
Given a list of integers, return the second-largest element.
CodeCheck
Lists - Simple Exercises
,
Maximum and Minimum
7
Given a list of elements, find the shortest distance between two consecutive elements.
Code Completion
Given a list of elements, find the shortest distance between two consecutive elements.
CodeCheck
Lists - Simple Exercises
,
Maximum and Minimum
8
Given an array of integers, return the position of the first occurrence of the largest element.
Code Completion
Given an array of integers, return the position of the first occurrence of the largest element.
CodeCheck
Arrays - Simple Exercises
,
Maximum and Minimum
9
Given an array of integers, return the difference of the positions of the first and the last occurrence of the largest element.
Code Completion
Given an array of integers, return the difference of the positions of the first and the last occurrence of the...
CodeCheck
Arrays - Simple Exercises
,
Maximum and Minimum
10
Given an array of integers, return the difference between the maximum and minimum.
Code Completion
Given an array of integers, return the difference between the maximum and minimum.
CodeCheck
Arrays - Simple Exercises
,
Maximum and Minimum
11
Given an array of integers, swap the the maximum and minimum.
Code Completion
Given an array of integers, swap the the maximum and minimum.
CodeCheck
Arrays - Simple Exercises
,
Maximum and Minimum
12
Given an array of integers, return the second-largest element.
Code Completion
Given an array of integers, return the second-largest element.
CodeCheck
Arrays - Simple Exercises
,
Maximum and Minimum
13
Given an array of integers, return the position of the last occurrence of the largest element.
Code Completion
Given an array of integers, return the position of the last occurrence of the largest element.
CodeCheck
Arrays - Simple Exercises
,
Maximum and Minimum
14
Given an array of element, find the shortest distance between two consecutive elements.
Code Completion
Given an array of element, find the shortest distance between two consecutive elements.
CodeCheck
Arrays - Simple Exercises
,
Maximum and Minimum
15
Given a list of integers, return a list of length 2 containing the minimum and the maximum.
Code Completion
Given a list of integers, return a list of length 2 containing the minimum and the maximum.
CodeCheck
Lists - Simple Exercises
,
Two Answers
16
Given an array of integers, return an array of length 2 containing the minimum and the maximum.
Code Completion
Given an array of integers, return an array of length 2 containing the minimum and the maximum.
CodeCheck
Arrays - Simple Exercises
,
Two Answers
17
Practicing searching the index of the min and max elements
Construct a program that finds the indexes of both the max and min elements in a list. num_list is a...
jsParsons
algorithm analysis
,
recursion
,
search algorithms
,
sorting algorithms
18
Calculating the Wage of an Employee at the Customer Service Call Center
Construct a program for the payment department of a company to calculate the wage of an employee who works at...
PCEX
control flow
,
if-else statement
19
Calculating the Wage of an Employee at the Customer Service Call Center
Construct a program for the payment department of a company to calculate the wage of an employee who works at...
PCEX
control flow
,
if-else statement
20
The Wage of an Employee
Construct a program for the payment department of a company to calculate the wage of an employee who works at...
PCEX
if-else statement
×
This is a detailed description.