Skip to main content
Graph
Search
fr
en
Login
Search
All
Categories
Concepts
Courses
Lectures
MOOCs
People
Practice
Publications
Startups
Units
Show all results for
Home
Concept
Tail call
Formal sciences
Theoretical computer science
Programming language theory
High-level programming lang...
Graph Chatbot
Related lectures (25)
Login to filter by course
Login to filter by course
Reset
Previous
Page 2 of 3
Next
Recursion: Understanding Recursive Functions
Explores recursion, fixpoints, and procedures in depth, emphasizing understanding recursive functions.
Recursive Functions: Substitution Interpreter
Covers the implementation of recursive functions using substitutions and environments, showcasing the ability to execute computable functions.
The moving average filter
Covers the moving average filter and its transition to a first-order recursion.
Functions in Python
Introduces functions in Python, covering predefined and user-defined functions, formal and effective parameters, and the importance of docstrings.
Loops: Control Statements and Functions
Covers modeling control statements with functions in Scala, including while loops, repeat loops, and for-loops translation.
Approximating Loops: Recursion
Explores approximating loops and defining recursive programs mathematically.
Understanding Chaos in Quantum Field Theories
Explores chaos in quantum field theories, focusing on conformal symmetry, OPE coefficients, and random matrix universality.
Verifying Programs with Stainless: Part 2
Focuses on using Stainless for program verification, demonstrating the process of verifying programs and ensuring correctness.
Prefix, Infix, Postfix and Code Generation
Explores prefix, infix, and postfix notations in expressions and their role in code generation.
Recursive Insertion Sort Strategies
Explores the recursive version of insertion sort algorithm, emphasizing recursion and dynamic programming concepts.