Showing 0-0 of 0 results
# Exercise Title Features Description Platform Keywords
1 Tuple Python PredictingFinalResult for demonstrating Tuple QuizPET value vs reference
2 References Basics Python BehaviorExample for demonstrating References Basics WebEx value vs reference
3 References with Lists Python BehaviorExample for demonstrating References with Lists WebEx value vs reference
4 References with Lists Python BehaviorExample for demonstrating References with Lists WebEx value vs reference
5 References - Values Python BehaviorExample for demonstrating References - Values WebEx value vs reference
6 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
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 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
9 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
10 Values and References 1 Python CodeVisualization for demonstrating Values and References 1 JSVEE value vs reference
11 Values and References 2 Python CodeVisualization for demonstrating Values and References 2 JSVEE value vs reference
12 Values and References 3 Python CodeVisualization for demonstrating Values and References 3 JSVEE 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 Reference List 1 Python PredictingFinalResult for demonstrating Reference List 1 QuizPET aliasing, value vs reference
17 Reference Reverse Python PredictingFinalResult for demonstrating Reference Reverse QuizPET aliasing, value vs reference
18 string reference Python PredictingFinalResult for demonstrating string reference QuizPET aliasing, value vs reference
19 Add to list Construct a function that adds a given amount to all items in a list. jsParsons aliasing, value vs reference
20 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
21 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
22 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