Skip to Contents

Data Structures and Practice

  • Add Bookmark
    • Category : Engineering > Computer Science
    • Keyword : Data Structure,Algorithms,Stacks,Queques,Binary Tree
    • Taught by : Muhammad Tariq Mahmood
    • Created By : Korea University of Technology and Education
    • Offered By : KOCW
    • Date Added : 2016.12.26

    A data structure is a particular way of storing and organizing data in a computer so that it can be used efficientlyIn this coursestudents can learn the characteristics of linear data structures such as ArrayStackQueueand Deque and non-linear data structures such as Tree and Graphand understand how to use and implement themAlsostudents can understand various Sorting and Searching algorithms using those data structures and learn how to program it for themselves.

    Creative Commons License
    This work is licensed under a
    Creative Commons
    Attribution-NonCommercial-NoDerivs 4.0
    International License
    .
    • User Rating :
    • Comments : 0
    • Hits : 856

Number of lessons: 16 facebook twitter line whatsapp kakaotalk

차시별 강의
No Contents Type & Play Subject Description URL
1. Type video Subject Description
  • This lecture covers an Introduction to Data Structure Course and a breif review of C++ programming
Url
URL
2. Type video Subject Description
  • This lecture covers Classes in C++, Introduction to Algorithms, Definition and examples of List Data stucture in daily life, List operations, Implementation of List Using Array
Url
URL
3. Type video Subject Description
  • This lecture covers List Implementation using Linked Memory, Some variants of Linked List. Example of list data sturucture usage
Url
URL
4. Type video Subject Description
  • This lecture covers Definition, operations, implementation and usage of stack data structure.
Url
URL
5. Type video Subject Description
  • This lecture covers Converting infix exprerssion to postfix using stack. Implemetatiion of stack using C++ templates
Url
URL
6. Type video Subject Description
  • This lecture covers Definition, operations, implementation and usage of queue data structure.
Url
URL
7. Type video Subject Description
  • This lecture covers Definition, operations, and implementation of binary tree data structure
Url
URL
8. Type video Subject Description
  • This lecture covers Definition, operations, and implementation of binary search tree (BST)
Url
URL
9. Type video Subject Description
  • This lecture covers Definition, operations, and implementation of AVL search tree
Url
URL
10. Type video Subject Description
  • This lecture covers Remaining part of the AVL tree. Definition, operations, and implementation of binary threaded tree.
Url
URL
11. Type video Subject Description
  • This lecture covers some applications and usages of tree data structure
Url
URL
12. Type video Subject Description
  • This lecture covers Definition, operations, and implementation of heap data structure
Url
URL
13. Type video Subject Description
  • This lecture covers Definition, operations, and implementation of Tables
Url
URL
14. Type video Subject Description
  • This lecture covers Some sorting algorithms
Url
URL
15. Type video Subject Description
  • This lecture covers Definition, representation and transversal of graphs
Url
URL
16. Type video Subject Description
  • This lecture covers Some graph algorithms
Url
URL