Showing 0-0 of 0 results
| # | Exercise Title | Features | Description | Platform | Keywords |
|---|---|---|---|---|---|
| 1 | Values and References 1 | Python CodeVisualization for demonstrating Values and References 1 | JSVEE | value vs reference | |
| 2 | Values and References 2 | Python CodeVisualization for demonstrating Values and References 2 | JSVEE | value vs reference | |
| 3 | Values and References 3 | Python CodeVisualization for demonstrating Values and References 3 | JSVEE | value vs reference | |
| 4 | List values and references. | Construct a function that add k values to the given list. The added values is k's increment (increment by 1)... | jsParsons | value vs reference | |
| 5 | Reverse the list | Construct a program which creates a new list that is reverse of list [1, 2, 3, 4, 5]. | jsParsons | value vs reference | |
| 6 | Reverse the list | Construct a program which creates a new list that is reverse of list [1, 2, 3, 4, 5]. | jsParsons | value vs reference | |
| 7 | Reverse the list | Construct a program which creates a new list that is reverse of list [1, 2, 3, 4, 5]. | jsParsons | value vs reference | |
| 8 | Tuple | Python PredictingFinalResult for demonstrating Tuple | QuizPET | value vs reference | |
| 9 | References Basics | Python BehaviorExample for demonstrating References Basics | WebEx | value vs reference | |
| 10 | References with Lists | Python BehaviorExample for demonstrating References with Lists | WebEx | value vs reference | |
| 11 | References with Lists | Python BehaviorExample for demonstrating References with Lists | WebEx | value vs reference | |
| 12 | References - Values | Python BehaviorExample for demonstrating References - Values | WebEx | value vs reference | |
| 13 | int reference | Python PredictingFinalResult for demonstrating int reference | QuizPET | aliasing, value vs reference | |
| 14 | list reference (int) | Python PredictingFinalResult for demonstrating list reference (int) | QuizPET | aliasing, value vs reference | |
| 15 | list reference (string) | Python PredictingFinalResult for demonstrating list reference (string) | QuizPET | aliasing, value vs reference | |
| 16 | string reference | Python PredictingFinalResult for demonstrating string reference | QuizPET | aliasing, value vs reference | |
| 17 | Reference List 1 | Python PredictingFinalResult for demonstrating Reference List 1 | QuizPET | aliasing, value vs reference | |
| 18 | Reference Reverse | Python PredictingFinalResult for demonstrating Reference Reverse | QuizPET | aliasing, value vs reference | |
| 19 | Finding the Min/Max Value in a List | Write a program that finds the maximum value in a list. | PCEX | list, value vs reference | |
| 20 | Add to list | Construct a function that adds a given amount to all items in a list. | jsParsons | aliasing, value vs reference | |
| 21 | Passing Lists | Construct a function that calculate square values of the list’s elements. | PCEX | list, value vs reference | |
| 22 | Passing Values | Construct a function that increases the original integer's value by 1 and return the increased value's memory address. | PCEX | functions, value vs reference | |
| 23 | Updating an Element in a List | Construct a program that initializes a list with three values, changes the first element in the list, and finally, prints... | PCEX | list, value vs reference | |
| 24 | Updating an Element in a List (Case 2) | Construct a program that initializes a list with five floating-point numbers, changes the second element in the list, and finally,... | PCEX | list, value vs reference | |
| 25 | Updating an Element in a List (Case 3) | Construct a program that initializes a list with four string values, changes the last element in the list, and finally,... | PCEX | list, value vs reference | |
| 26 | Updating Two-Dimensional List (Case 3) | Construct a program that initializes a 2x4 two-dimensional matrix that has multiples of 10 from 10 to 80 for entries,... | PCEX | 2d list, value vs reference | |
| 27 | Updating Two-Dimensional List (Case 2) | Construct a program that initializes a 3x3 two-dimensional matrix that has the numbers 1 through 9 for entries, updates the... | PCEX | 2d list, list, value vs reference | |
| 28 | Updating Two-Dimensional List | Construct a program that initializes a 3x4 two-dimensional matrix that has the numbers 1 through 12 for entries, updates the... | PCEX | 2d list, classes, data structures, list, stacks, value vs reference | |
| 29 | Parameter Passing by Value vs Reference Exercise | Tracing Exercise | A collection of self-practice questions to compare parameter passing by value vs passing by reference in language SLang2. | OpenDSA | Parameter Passing |
| 30 | Parameter Passing by Value vs Reference Exercise vs Copy-Restore | Tracing Exercise | A collection of self-practice questions to compare parameter passing by value vs passing by reference vs copy-restore in language SLang2. | OpenDSA | Parameter Passing |
| 31 | List Element Data Slideshow | Algorithm Visualization | Slideshow discussing the tradeoffs for storing element values in link nodes vs. references to element values. | OpenDSA | List Element Implementation |