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
Largest value in list
Maximum and minimum loops
PCEX
9
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
10
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
11
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
12
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
13
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
14
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
×
This is a detailed description.