Companies Home Search Profile

Data Structures in C++

Focused View

Raja Mehmood

6:50:22

82 View
  • 1 - Introduction.mp4
    01:05:12
  • 2 - Strings.mp4
    01:18:59
  • 3 - Arrays.mp4
    01:13:54
  • 4 - Linked List.mp4
    01:18:03
  • 5 - Stacks.mp4
    52:23
  • 6 - Queues.mp4
    01:01:51
  • Description


    strings, arrays, linked-list, stacks, queues, recursion, trees, binary search trees, graphs, searching, sorting

    What You'll Learn?


    • Demonstrate knowledge of the concepts of data structures, logical structure and storage structure of data and their basic operation.
    • Demonstrate ability to solve practical problems using suitable data structures and methods.
    • Master the design and analysis methods of searching and sorting algorithm.
    • Learn full concepts of strings, arrays, linked-list, stacks, queues, recursion, trees, binary search trees, graphs, and many more.

    Who is this for?


  • Software engineers and developers are target audience of this course who are interested in learning concepts of data structure in computer science.
  • What You Need to Know?


  • Basic computer knowledge is required.
  • More details


    Description

    Data Structures is indeed an essential course for students in the field of data science, computer science, or related backgrounds. It provides a strong foundation in understanding core concepts and techniques necessary for writing high-quality programs and developing efficient algorithms. Here are the key topics covered in a typical Data Structures course:

    1. Logical and Storage Structure of Data: Students learn about the logical organization of data and how it is stored in computer memory. They understand the difference between abstract data types (ADTs) and their physical implementations.

    2. Basic Operations: Students gain knowledge about the fundamental operations performed on data structures, such as insertion, deletion, traversal, searching, and sorting.

    3. Arrays: Students explore the concepts of arrays, including one-dimensional and multi-dimensional arrays. They learn how to manipulate and access array elements efficiently.

    4. Linked Lists: Students understand the linked list data structure, which consists of nodes connected through pointers. They learn about various types of linked lists like singly linked lists, doubly linked lists, and circular linked lists.

    5. Stacks and Queues: Students learn about stack and queue data structures, which are used for managing data in a Last-In-First-Out (LIFO) and First-In-First-Out (FIFO) manner, respectively. They understand the operations and applications of stacks and queues.

    6. Recursion: Students gain an understanding of recursion, a technique where a function calls itself. They learn how to write recursive algorithms and solve problems using recursion.

    7. Trees: Students explore tree data structures, including binary trees, binary search trees (BSTs), and balanced binary search trees like AVL trees and red-black trees. They learn about tree traversal algorithms, such as in-order, pre-order, and post-order traversal.

    8. Graphs: Students learn about graph data structures and their representations (e.g., adjacency matrix, adjacency list). They study graph traversal algorithms like breadth-first search (BFS) and depth-first search (DFS).

    9. Sorting Algorithms: Students gain knowledge about various sorting algorithms, including sequential sort, bubble sort, insertion sort, merge sort, and quicksort. They learn about the time and space complexity of each algorithm and their applications.

    10. Searching Algorithms: Students learn about searching algorithms like sequential search and binary search. They understand the principles behind these algorithms and their efficiency.

    11. Shortest Path Algorithms: Students explore algorithms used to find the shortest path in a graph, such as Dijkstra's algorithm and Bellman-Ford algorithm. They learn about their applications in route planning and network optimization.

    By studying these topics and mastering the concepts and techniques involved, students will develop the skills to design efficient algorithms, solve practical problems using appropriate data structures, and analyze the performance of algorithms. This knowledge is crucial for software development in data science and related fields, as it provides a strong foundation for developing robust and efficient programs.


    Who this course is for:

    • Software engineers and developers are target audience of this course who are interested in learning concepts of data structure in computer science.

    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Raja Mehmood
    Raja Mehmood
    Instructor's Courses
    Raja Majid Mehmood is an Assistant Professor in School of Computing and Data Science, Information and Communication Technology Department, Xiamen University Malaysia, Selangor, Malaysia. Dr. Raja is IEEE Senior Member. He served as a research professor in the Department of Brain and Cognitive Engineering, Korea University, Seoul, South Korea. He was Lecturer in Software Engineering Department at King Saud University, Saudi Arabia. Dr. Raja obtained his Ph.D. in Computer Engineering from the Division of Computer Science and Engineering, Chonbuk National University, South Korea. He obtained his M.S. in Software Technology from Linnaeus University, Sweden. He received his B.S. in Computer Science from Gomal University, Pakistan. He has authored more than 50 research papers and is supervising or co-supervising several graduate (MS/PhD) students. His main research interests include affective computing, brain computer interfaces, information visualization, image processing, and software engineering. Dr. Raja has served as a reviewer of various international journals including IEEE Communications Magazine, IEEE Transactions on Affective Computing, Int. J. of Information Technology and Decision Making, Multimedia Tools and Applications, ACM Transactions on Multimedia Computing Communications and Applications, Biomedical Engineering (BME), IEEE Internet of Things Journal, IEEE Transactions on Systems, Man and Cybernetics and so on.
    Students take courses primarily to improve job-related skills.Some courses generate credit toward technical certification. Udemy has made a special effort to attract corporate trainers seeking to create coursework for employees of their company.
    • language english
    • Training sessions 6
    • duration 6:50:22
    • Release Date 2023/07/04

    Courses related to C++

    Courses related to Data Structures

    Courses related to Software Engineering