Completed
Computing indices corresponding to movement of partitions
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
How I Won the APL Problem Solving Competition - Non-student Winner
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 How did I get into APL? My background in mathematics, insurance and functional programming.
- 3 Describing phase 1 problem 5 Risky Business
- 4 Generalising the problem
- 5 Solution to phase 1 problem 5
- 6 Use of the over operator to clean up the code
- 7 Describing phase 2 problem 2 task 4
- 8 Example partitioning a vector
- 9 High rank example and edge case
- 10 Handling optional arguments
- 11 Setting the partition start
- 12 Partitioning with the stencil operator
- 13 Computing indices corresponding to movement of partitions