Showing 0–0 of 0 results
| # | Exercise Title | Features | Description | Platform | Keywords |
|---|---|---|---|---|---|
| 1 | Summation of the first N integers visualization | Presentation | Slideshow showing how to calculate the closed form for the summation of the first N integers. | OpenDSA | Summation |
| 2 | Geometric Summation Proof | Presentation | Slideshow showing how to calculate the closed form for the geometric series. | OpenDSA | Summation |
| 3 | while loop with summation | Python PredictingFinalResult for demonstrating while loop with summation | QuizPET | loops, while loop | |
| 4 | Recursive Tree Processing: Value Summation | Tracing Exercise | A question related to tree processing in a functional programming language: Value summation. | OpenDSA | Functional Programming |
| 5 | Functional Programming List Processing: Summation | Algorithm Visualization, Code Tracing Presentation | Slideshow visualizing basic list processing in a functional programming language: Summation of list values. | OpenDSA | Functional Programming |
| 6 | Tracing Recursive Code: Summation | Code Tracing Presentation | Slideshow demonstrating code tracing, using a simple summation function as an example. | OpenDSA | Recursion |
| 7 | Simple String Hash Calculator | Calculation, User Supplied Data | Calculator for computing value of hashing a string by simple summation of its characters' ASCII values. | OpenDSA | Hash Function |
| 8 | Writing a Recursive Function: Variations | Code Tracing Presentation | Slideshow showing multiple examples of how to write a recursive function to do summation. | OpenDSA | Recursion |