Data Structures offered by Online Cell- Centre for Distance Education
- Public/Government Institute
Data Structures at Online Cell- Centre for Distance Education Overview
Duration | 12 weeks |
Mode of learning | Online |
Official Website | Go to Website |
Credential | Certificate |
Data Structures at Online Cell- Centre for Distance Education Highlights
- Earn a certification after completion
- Learn from expert faculty
Data Structures at Online Cell- Centre for Distance Education Course details
- Software developers, computer science students, and anyone interested in understanding the fundamental principles of organizing and managing data in computer systems
- To teach efficient storage mechanisms of data for an easy access
- To design and implementation of various basic and advanced data structures
- To introduce various techniques for representation of the data in the real world
- To develop application using data structures
- To teach the concept of protection and management of data
- To improve the efficiency of algorithm by using suitable data structure
- Data structures are fundamental tools in computer science, organizing and storing data efficiently
- They define relationships between elements, facilitating fast retrieval, insertion, and deletion operations. From arrays and linked lists to trees and graphs, each structure serves unique purposes, crucial for optimizing algorithms and solving complex problems in software development
Data Structures at Online Cell- Centre for Distance Education Curriculum
Week 1
Introduction to ListArray and Linked List - Stack Implementation using array and linked list - Applications of Stack
Week 2
Queue Implementation - Application of QueuesTrees and Terminologies - Tree Traversals
Week 3
In order Traversal-Binary Search Tree - Implementation of Search Algorithm
Week 4
AVL Tree Insertion, Deletion
Week 5
Graph representation, Shortest Path Algorithm
Week 6
Sorting, Heap Techniques, Hashing
Week 7
Sorting Algorithms, Divide and Conquer algorithmsSelection Sort, Brute force sort, Bubble Sort
Week 8
Insertion Sort, Quick sort applications
Prim's Algorithm, Kruskal's Algorithm
Week 9
Bucket Sorting, Radix Sort, Merge Sort
Week 10
Directories and Contiguous allocation, File maintenance
Week 11
External Sorting, Cascade Merge Sort
Week 12
B + Tree maintenance and efficiency, Construction of B-tree, B+tree insertion and deletion