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
C++ Standard Library: Containers and Algorithms
Graph Chatbot
Related lectures (26)
Previous
Page 1 of 3
Next
Standard Library: Containers and Algorithms
Explores C++ standard library containers and algorithms, including associative tables, stacks, queues, and random number generation.
Abstract Data Structures and Standard Libraries
Covers abstract data structures and the C++ standard library, including linked lists, stacks, queues, and complex numbers.
C++ Standard Library: Containers and Algorithms
Covers the basics of C++ standard library containers, algorithms, and iterators.
C++ Standard Library: Tools Overview
Covers the main tools in the C++ standard library, emphasizing their importance for efficient programming.
Pointers: Strings, Functions, Casting
Covers pointers to strings, functions, and casting in C programming.
Pointers and Arrays: Arithmetic, Buffer Overflow
Covers the arithmetic of pointers, the relationship between pointers and arrays, and the concept of buffer overflow in C programming.
Algorithms in Computer Science: Search and Sort Techniques
Provides an overview of essential search and sort algorithms in computer science.
C Language Libraries
Explores standard C libraries, error handling, random number generation, and custom printf variants.
STL, Exceptions
Covers the STL in C++, smart pointers, and error management including exceptions and STL exception classes.
Optimization Algorithms: Greedy Approach
Explores optimization problems and greedy algorithms for efficient decision-making.