Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Master Data Structures using C#.Net
Rating: 3.9 out of 5(6 ratings)
30 students

Master Data Structures using C#.Net

You can learn all the data structures concepts using C# in detailed
Last updated 10/2023
English
English [Auto],

What you'll learn

  • Detailed Explanation and Execution of Each Data Structure Concept
  • Searchings, Sortings, Stacks, Queues, Linked List, Trees and Graphs.
  • Free download of PPT and Code.
  • More than 30 Programs Freely downloadable.
  • 100% assurance of learning all the Data structure concepts in Detailed.
  • I am responsible for delivering detailed explanation, please subscribe to the course.
  • if you want to crack interview just follow this course as ease.
  • It is for Students, Professionals, Software Engineers.

Course content

18 sections53 lectures6h 14m total length
  • Introduction1:39
  • Environment Setup3:37
  • Detailed Explanation is there, Practice Each Program 10 times Using Book and Pen0:32

    I would suggest watch each lecture you will understand the concept undoubtedly, even in the each lecture i have explained well and executed the each program, once you are done with lecture please practice each program 10 times, take book and pen write it 10 times each program, that way each program will be added to you mind, your mind feel relaxed with this practice, that way upcoming topics you will understand very quick with quality, this practice makes you to write great programs/algorithms/code

    You will definitely see wonders writing each program 10 times,

    Don't be hurry to complete the course, practice more times.....practice..practice... practice, write it on book each program.......


    Remember if you are using book and pen it is not a big deal....

Requirements

  • Little bit C# knowledge is enough like class, object, arrays...etc
  • I even suggest if you don't have any knowledge is also fine.

Description

In this course you will learn all the Data Structures concepts using C#.net

I have spent more than 100 hours to create this course and explained with execution of each concept in detailed, you can download all the source code and Power point presentations, can post any questions and get answered quickly.

  1. Searchings
              Linear Search
              Binary Search

              Binary Search With Recursion

  2. Sorting,
              Bubble Sort
              Selection Sort
              Insertion Sort
              Quick Sort
              Merge Sort

  3. Stacks
              Stack Push, Pop, Peek, Display operations.

  4. Queues,
              Queue Insert, Delete, Display operations

  5. Circular Queue
              Circular Queue Insert, Delete, Display operations

  6. Double Ended Queue
              Double ended Queue Insert front, insert rear, Delete front, Delete rear, Display front to rear, Display rear to front operations

  7. Linked List

              Linked List Insert, Delete, Display, Search Element operations.

  8. Stack Using Linked List
              Stack Linked List Push, Pop, Display operations

  9. Queue using Linked List
              Queue Linked List Insert, Delete, Display operations.

  10. Circular Linked List
              Circular Linked List Insert, Delete, Display operations.

  11. Double Linked List
              Double Linked List Insert, Delete, Display, Search Element operations.

  12. Trees,
              Binary Trees
              Binary Search Tress
                        PreOrder
                        InOrder
                        PostOrder
                        Insert Element
                        Delete Element
              AVL Trees
                        Height of the Element
                        Balancing Factor
                        LL Rotation
                        RR Rotation
                        LR Rotation
                        RL Rotation

  13. Graphs
              Breadth For Search (BST)
              Depth For Search (DFS)

Who this course is for:

  • It is for who wants become Data Structure expert in C# or .Net
  • This course helps for interviews, writing better code in day to day life
  • It is for Students, Professionals, Software Engineers