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
Lecture
Polymorphism and Proofs
Graph Chatbot
Related lectures (26)
Previous
Page 3 of 3
Next
Python Basics: Functions and Lists
Introduces Python basics, functions, lists, and lambda functions for concise coding.
Practical Engineering 1: Signal Processing
Explores advanced software engineering topics and signal processing using lazy lists to build a sound synthesizer from scratch.
Parallel Sorting: Merge Sort Algorithm
Covers the implementation of a parallel merge sort algorithm in Scala, comparing its performance with quicksort.
Verified Functional Programming: Nicolas Voirol public PhD thesis defense
Explores verified functional programming, formal verification, SMT solvers, type checking, Scala features, automation, and dependent types.
Hashing & Sorting
Explores hashing techniques like static, extendible, and linear hashing, along with sorting methods such as external merge sort and B+ trees.
Merge Sort: Divide and Conquer
Explores the Merge Sort algorithm, applying the Divide and Conquer approach to sorting arrays efficiently.