Զեղչված
Լեզուն

Armenian
Թարմացվել է

Mon, 25-Mar-2024
Մակարդակ
Սկսնակների համար
Դասընթացների քանակը

11
Տևողությունը

02:15:07 տևղություն
Կարծիքներ

0
Մասնակիցներ

0
Վարկանիշ
Կարճ նկարագիրը
Տվյալների կառուցվածք
-
-
Պահանջներ
  • Բազային գիտելիքներ ծրագրավորումից
  • Բազային գիտելիքներ մաթեմատիկայից
Թեմաներ
  • Lesson 1: What is Data? | When data becomes information ? | What is Data Structure? | Examples
  • Lesson 2: What is a Data type? | Examples | About user-defined data type | What is Class, Structure, Union, Enum, Typedef | About Abstract Data types | Data Type vs. Data Structure
  • Lesson 3: More about Data Structures | Advantages of Data Structures | Linear and Non Linear Data Structures | Static and Dynamic Data Structures
  • Lesson 4: Efficiency of data structures | Examples | An Introduction to the Time Complexity
  • Lesson 5: Time Complexity in Code: Practical Examples | Big O |
  • Lesson 6: Dangling, Void , Null and Wild Pointers | Examples
  • Lesson 7: Static Memory Allocation | Dynamic Memory Allocation | About Malloc(), Calloc(), Realloc(), free() functions
  • Lesson 8: Structures (struct) | Structures members as argument | Call by reference | Structure variable as an argument | Pointer to structure as an argument | Returning Structure variable from a function | Returning a pointer to a structure from the function | Returning array of structures as argument | Self referential structures
  • Lesson 9: Stack Data Structure and Implementation in c++
  • Lesson 10: Linked List | Types of Linked Lists | Advantages of the Linked List in c++ | Doubly Linked List Implementation in c++
  • Lesson 11: Queue in C++ | Types of Queues | Difference between Stack and Queue | About Typename | Implementation of queues using linked list