Showing 0–0 of 0 results
# Exercise Title Features Description Platform Keywords
1 Left-join query execution 1 Left-join query execution 1 DBQA
2 Left-join query execution 2 Left-join query execution 2 DBQA
3 Left-join query execution 3 Left-join query execution 3 DBQA
4 Left-join query execution 4 Left-join query execution 4 DBQA
5 Left Join 1 SQL BehaviorExample for demonstrating Left Join 1 AnnEx
6 LeftJoin1_version_1 SQL BehaviorExample for demonstrating LeftJoin1_version_1 AnnEx left join
7 Right and Left Regular Grammars Frameset Programmed Instruction Programmed Instruction Frameset presenting right and left regular grammars and conversion between them. OpenDSA Regular Grammar, Regular Language
8 Rotating the Array Values to the Left by One Position Construct a program that has a method that receives an array of values and returns the array rotated to the... PCEX
9 Rotating the Array Values to the Left by Two Position Construct a program that has a method that receives an array of values and returns the array rotated to the... PCEX
10 Rotating the Array Values to the Left by One Position Construct a program that has a method that receives an array of values and returns the array rotated to the... PCEX
11 Rotating the Array Values to the Left by Two Position Construct a program that has a method that receives an array of values and returns the array rotated to the... PCEX
12 Rotating the List Values to the Left by One Position Construct a program that has a function that receives a list of values and returns the list rotated to the... PCEX
13 Rotating the List Values to the Left by Two Position Construct a program that has a function that receives a list of values and returns the list rotated to the... PCEX
14 Rotating the List Values to the Left by One Position Construct a program that has a function that receives a list of values and returns the list rotated to the... PCEX
15 Rotating the List Values to the Left by Two Position Construct a program that has a function that receives a list of values and returns the list rotated to the... PCEX
16 Converting a RegEx to a Left Regular Grammar Frameset Programmed Instruction Programmed Instruction Frameset presenting a conversion from a regular expression to a left regular grammar. OpenDSA Regular Grammar, Regular Language
17 Printing Digits of an Integer from Right to Left Construct a program that prints the digits of an integer from right to left. PCEX
18 Printing Digits of an Integer from Right to Left Construct a program that prints the digits of an integer from right to left. PCEX
19 Printing Digits of an Integer from Right to Left Construct a program that prints the digits of an integer from right to left. PCEX
20 Given a two-dimensional array of integers, return the top left corner of the first subarray of the form <pre>0 0 0 0</pre> Code Completion Given a two-dimensional array of integers, return the top left corner of the first subarray of the form
0 0...
                    
                
CodeCheck Two-Dimensional Arrays, Complex Loops
21 Construct an inorder traversal function Construct an inorder traversal function that recursively traverse a tree from left node, root node and right node. We store... jsParsons trees
22 Construct a preorder traversal function Construct a preorder traversal function that recursively traverse a tree from root node, left node and right node. We store... jsParsons trees
23 Updating Two-Dimensional Array (Case 1) Construct a program that initializes a 3x4 two-dimensional matrix that has the numbers 1 through 12 for entries, sets the... PCEX
24 Updating Two-Dimensional Array (Case 1) Construct a program that initializes a 3x4 two-dimensional matrix that has the numbers 1 through 12 for entries, sets the... PCEX
25 csedpad.12.NestedLoops.nestedloops_1 Label all squares on a chessboard with numbers from 1 to 64 such that the top row's squares are labeled... PCEX
26 csedpad.14.TwoDimensionalArrays.twodimensionalarrays Generate a 5 x 5 Bingo board and initialize it with random numbers from 1 to 75. The board will... PCEX
27 Updating Two-Dimensional List (Case 1) Construct a program that initializes a 3x4 two-dimensional matrix that has the numbers 1 through 12 for entries, updates the... PCEX
28 Inserting binary tree In a BinaryTree, adding new nodes to the tree is an important capability to have.\nConstruct a simple implementation of a... PCEX
29 Tree traversal. The tree can be traversed by deciding on a sequence to visit each node. There are three traversal algorithms: in-order... PCEX
30 Tree traversal. The tree can be traversed by deciding on a sequence to visit each node. There are three traversal algorithms: in-order... PCEX
31 Print using variables Write a program that generates the output as below. Use only variables in the print-statements, so `print("text")` is not allowed... PCEX
32 Construct a function that uses Queue Structure Construct a function that uses Queue Structure to solve a Josephus problem that removes the kth element in a given... jsParsons queue