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
Fibonacci heap
Graph Chatbot
Related lectures (20)
Login to filter by course
Login to filter by course
Reset
Previous
Page 2 of 2
Next
Memory Management: Crash Reasons and Solutions
Delves into the reasons behind program crashes related to memory management.
Heaps and Heapsort
Covers heaps, heapsort, heap data structure, storage in arrays, and heap property maintenance.
Virtual Memory: Memory Organization & Virtualization
Explores memory organization, virtualization, dynamic memory allocation, stack, heap, and memory virtualization techniques like base register and segmentation.
Register Machine
Covers the efficiency of register machines over stack machines, memory organization, and mapping instructions.
Understanding Vectors: sizeof()
Explores the C++ vector, emphasizing the sizeof operator and vector analysis.
Memory Virtualization: Address Space Abstraction and Management
Covers memory virtualization, focusing on address space abstraction and the management of memory resources by the operating system.
Hoare Logic: Foundations and Applications
Covers Hoare Logic, its foundations, applications, and significance in program verification.
Pointers and Arrays: Memory Management in C
Explains pointers and arrays in C, focusing on memory management and dynamic allocation.
Dynamic Memory Allocation: Basics and Examples
Explores dynamic memory allocation in C, covering stack vs. heap memory, helper functions, and practical examples.
Dynamic Memory Allocation: Understanding Pointers in C
Provides an overview of dynamic memory allocation in C programming, focusing on pointers and memory management techniques.