Completed
Mutable vs immutable structs
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Random Walks in Computational Thinking - Lecture 12
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Visualising random walks
- 3 Julia concepts
- 4 Motivation: Dynamics of hard discs
- 5 Why use random walks?
- 6 Simple random walk
- 7 Julia: Benchmarking
- 8 Trajectory of a random walk
- 9 Making it more general: Random walks using types
- 10 Mutable vs immutable structs
- 11 Functions with type parameters
- 12 update function discussion, why immutable objects?