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
Course-of-values recursion
Graph Chatbot
Related lectures (26)
Login to filter by course
Login to filter by course
Reset
Previous
Page 2 of 3
Next
Greedy Strategy and Dynamic Programming
Explores the concepts of greedy strategy and dynamic programming in building optimal solutions for various problems.
Records and Variants
Introduces records, variants, evaluation rules, typing rules, aliasing challenges, and benefits in programming languages.
Von Neumann Extractor: Optimal Binary Extraction Procedure
Covers the von Neumann Extractor, rate computation, and extraction rates.
JVM Backend: Code Generation and Translation
Explores the translation of programs, definitions, and expressions into bytecode using the JVM backend.
Blocks and Lexical Scopes
Explores nested functions, blocks, visibility rules, and lexical scoping in Scala.
Safe Mutation in Scala
Explores safe mutation in Scala, emphasizing the management of mutable state and its significance in interactions, modeling, and implementation efficiency.
Functions in C++: Basics and Recursion
Covers the basics of functions in C++, including recursion and memory organization.
Tail Calls: Optimization Techniques
Explores tail call optimization in functional programming, discussing trampolines, Baker's technique, and more.
Designing Algorithms: Recursion and Dynamic Programming
Explores designing algorithms with recursion and dynamic programming, covering concepts like the Towers of Hanoi and efficient solutions.
Approximating Loops: Recursion
Explores approximating loops and defining recursive programs mathematically.