Login to filter by course Login to filter by course Reset
Generic Programming: TemplatesCovers generic programming in C++ through templates for classes and functions, showcasing examples and discussing specialization and separate compilation.
Generic Programming: TemplatesCovers generic programming using templates in C++, including declaration, instantiation, specialization, and practical examples.
Polymorphism and ProofsCovers parametric polymorphism, lists construction, tuples, generic methods, merge sort, and proving program properties.
Generics in JavaCovers the concept of generics in Java, focusing on implementation and usage.
Integer Programming BasicsCovers the basics of integer programming, focusing on problems with integer values and discussing the simplex algorithm.
Polymorphism: Cons-ListsCovers the concept of polymorphism in programming and the implementation of immutable linked lists in Scala.