Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
First course in Data Structures in C
Rating: 4.0 out of 5(91 ratings)
4,773 students

First course in Data Structures in C

Discussion of data structures in C
Last updated 9/2021
English

What you'll learn

  • To learn about the basics of linear and non-linear data structures.
  • To select the proper data structure based on requirements of applications.
  • To differentiate between various data structures.
  • To implement these data structures in various programming languages.

Course content

1 section7 lectures1h 15m total length
  • Data types and Data Structures23:02

    Explore data types and data structures in C, from primitive types to derived types like arrays, structures, and unions, and distinguish static and dynamic structures, including linear and nonlinear forms.

  • Linear Data Structures13:57
  • Lecture 3A: Linear Data Structures5:54
  • Lecture 3B: Linear data Structure8:58
  • Quiz on Linear Data structures
  • Non-Linear Data Structures7:50

    Explore non-linear data structures, including binary search trees and AVL trees. Understand root nodes, branches, and threading, and learn how balanced trees use rotations for efficient insertion and searching.

  • Lecture 6A: Non-Linear data structure: Graph8:18

    Explore nonlinear data structures by studying graphs, their nodes and edges, paths, degrees, cycles, directed and undirected variants, weighted and unweighted forms, and representations using adjacency matrices or lists.

  • Applications of Data Structures7:48

Requirements

  • No

Description

Now a day, getting good job in IT companies everyone should be excellent in programming. C language is known as very good and middle level programming language in the industry. Data structures are one of the most significant parts of the programming. The main objective of this course is to give fundamental knowledge about linear data structures and non-linear data structures which will help them to implement the actual data structures and their ideas as an application. This course will cover all the basic data structures and their applications. In this course the working principles of linear data structures such as arrays, linked lists, stacks, queues, trees and graphs will be discussed. All this discussion will be with respect to C language. After successfully completion of this course student will be able to understand the basics and way of implementation of the data structures as well as the applications of these data structures. The students will be able to select the appropriate data structures for the specified application. Selection of proper data structures reduces the complexity of the coding and provides simpler way for software development. All these data structures can be implemented in various programming languages very easily. This course is open for all the students.

Who this course is for:

  • Any one wants to build career as a programmer.