محتوى الكورس
    
    Important Introduction
    
      
  
  
        Available in
        
        days
      
      
        
        days
        after you enroll
      
    
    
    Introduction
    
      
  
  
        Available in
        
        days
      
      
        
        days
        after you enroll
      
    
    
    Before You Start
    
      
  
  
        Available in
        
        days
      
      
        
        days
        after you enroll
      
    
    
    Quick Review (Lessons) from Course 12 Data Structures Level 1
    
      
  
  
        Available in
        
        days
      
      
        
        days
        after you enroll
      
    
    
    Boxing and Unboxing
    
      
  
  
        Available in
        
        days
      
      
        
        days
        after you enroll
      
    
    
    Introduction to Collections  (Data Structures ) in C#
    
      
  
  
        Available in
        
        days
      
      
        
        days
        after you enroll
      
    
    
    Lists In C#
    
      
  
  
        Available in
        
        days
      
      
        
        days
        after you enroll
      
    - What is List? (5:14)
 - Quiz 1
 - Working with List in C# (4:46)
 - Inserting Elements into a List (7:46)
 - Remove Items from List (7:56)
 - Looping Through a List in C# (4:31)
 - Aggregating Data Using LINQ with List (3:57)
 - Filtering Data with LINQ in C# Using List (9:49)
 - Sorting a List in C# Using Various Methods (3:36)
 - Exploring Contains, Exists, Find, FindAll, and Any with List of Integers (9:17)
 - Exploring Contains, Exists, Find, FindAll, and Any with List of Strings (2:59)
 - Working with a List of Custom Objects (10:58)
 - Converting a List to an Array (2:10)
 - Converting an Array to List (1:48)
 - Exists vs Any
 
    
    HashTable
    
      
  
  
        Available in
        
        days
      
      
        
        days
        after you enroll
      
    
    
    Dictionary
    
      
  
  
        Available in
        
        days
      
      
        
        days
        after you enroll
      
    
    
    Hashset
    
      
  
  
        Available in
        
        days
      
      
        
        days
        after you enroll
      
    
    
    Set Operations in HashSet in C#
    
      
  
  
        Available in
        
        days
      
      
        
        days
        after you enroll
      
    
    
    Comparing Sets with HashSet in C#
    
      
  
  
        Available in
        
        days
      
      
        
        days
        after you enroll
      
    
    
    SortedList
    
      
  
  
        Available in
        
        days
      
      
        
        days
        after you enroll
      
    
    
    SortedSet
    
      
  
  
        Available in
        
        days
      
      
        
        days
        after you enroll
      
    
    
    Sorted Dictionary
    
      
  
  
        Available in
        
        days
      
      
        
        days
        after you enroll
      
    
    
    ArrayList
    
      
  
  
        Available in
        
        days
      
      
        
        days
        after you enroll
      
    
    
    ObservableCollection in C#
    
      
  
  
        Available in
        
        days
      
      
        
        days
        after you enroll
      
    
    
    Stacks In C#
    
      
  
  
        Available in
        
        days
      
      
        
        days
        after you enroll
      
    
    
    Queues In C#
    
      
  
  
        Available in
        
        days
      
      
        
        days
        after you enroll
      
    
    
    Linked Lists In C#
    
      
  
  
        Available in
        
        days
      
      
        
        days
        after you enroll
      
    
    
    Arrays
    
      
  
  
        Available in
        
        days
      
      
        
        days
        after you enroll
      
    - Important to Read (Self Read and Practice Section)
 - Introduction to Arrays
 - Common Operations on Arrays
 - Advanced Array Operations
 - Multidimensional Arrays
 - Copying Arrays
 - Using LINQ with Arrays - Example 1
 - Advanced LINQ Operations on Arrays
 - Advanced LINQ Operations on Arrays - Filtering and Aggregation Introduction to Filtering and Aggregation
 - Advanced LINQ Operations on Arrays - Joining and Projection Introduction to Joining and Projection
 
    
    BitArray
    
      
  
  
        Available in
        
        days
      
      
        
        days
        after you enroll
      
    
    
    Jagged arrays
    
      
  
  
        Available in
        
        days
      
      
        
        days
        after you enroll
      
    
    
    Tuples in C#
    
      
  
  
        Available in
        
        days
      
      
        
        days
        after you enroll
      
    
    
    Introduction to Collection Interfaces
    
      
  
  
        Available in
        
        days
      
      
        
        days
        after you enroll
      
    
    
    IEnumerable Collection Interface
    
      
  
  
        Available in
        
        days
      
      
        
        days
        after you enroll
      
    
    
    ICollection - Collection Interface
    
      
  
  
        Available in
        
        days
      
      
        
        days
        after you enroll
      
    
    
    IList  - Collection Interface
    
      
  
  
        Available in
        
        days
      
      
        
        days
        after you enroll
      
    
    
    IDictionary - Collection Interface
    
      
  
  
        Available in
        
        days
      
      
        
        days
        after you enroll
      
    
    
    ISet - Collection Interface
    
      
  
  
        Available in
        
        days
      
      
        
        days
        after you enroll
      
    
    
    IComparable 
    
      
  
  
        Available in
        
        days
      
      
        
        days
        after you enroll
      
    
    
    Tree Data Structure
    
      
  
  
        Available in
        
        days
      
      
        
        days
        after you enroll
      
    
    
    General Tree
    
      
  
  
        Available in
        
        days
      
      
        
        days
        after you enroll
      
    
    
    Binary Tree
    
      
  
  
        Available in
        
        days
      
      
        
        days
        after you enroll
      
    - What is Binary Tree (12:25)
 - Quiz 1
 - Types of Binary Tree (16:14)
 - Quiz 2
 - Binary Tree Implementation (17:23)
 - Preorder Tree Traversal (5:28)
 - Quiz 3
 - Preorder Tree Traversal Implementation in C#
 - Postorder Tree Traversal (4:08)
 - Quiz 4
 - Postorder Tree Traversal Implementation in C# (3:32)
 - Inorder Tree Traversal (6:45)
 - Quiz 5
 - Inorder Tree Traversal Implementation in C# (3:53)
 
    
    Introduction to Graphs
    
      
  
  
        Available in
        
        days
      
      
        
        days
        after you enroll
      
    
    
    Heap Data Structure
    
      
  
  
        Available in
        
        days
      
      
        
        days
        after you enroll
      
    
    
    Priority Queue
    
      
  
  
        Available in
        
        days
      
      
        
        days
        after you enroll
      
    
    
    End of Course Message
    
      
  
  
        Available in
        
        days
      
      
        
        days
        after you enroll