loader image
Skip to main content

24CSC3CJ202 Data Structure and Algorithm

FREE
Updated 30 Oct 2024
Lessons 5
Enrolled 22
Language English ‎(en)‎
Skill Level Beginner

Course Overview

Credit:4

Lecture
per week:3

Practical
per week:2

Course Outcomes (CO):

CO1         Differentiate basic data structures (arrays, linked lists, stacks, queues) based on their                                 characteristics,operations, and real-world applications.

CO2        Perform basic operations (e.g., )insertion, deletion, search) on fundamental data structures                         using a chosen programming language.

CO3       Identify the properties and applications of advanced data structures (trees,graphs).

CO4       investigate the properties of various searching and sorting Techniques

CO5       Demonstrate critical thinking and problem-solving skills by applying data structures and                              algorithms to address complex computational challenges.

CO6      Implement and analyse different data structure algorithms(to solve practical problems

Detailed Syllabus:
Module
Unit Content Hrs
(45+30)
Marks(70)
I Introduction to Data Structures and Basic Algorithms 


1    Overview of Data Structures: Data type Vs. Data structure, ADT,Definition of Data structure, Data                structure Classification – Linear, Non- Linear (Array, Linked List, Stack, Queue, Tree, Graph)

 

       Introduction to Arrays: Definition, Types (1 Dimensional, 2Dimensional, Multi-Dimensional, Sparse              matrix), Different Array Operations with Algorithm (insertion, deletion, traversal

       Structures and Self-referential structures Introduction to Linked list: Definition, Types (Single linked             list,Doublelinked list, Circular linked list- concept only). Singly Linked List Operations with Algorithm           (insertion, deletion,traversal)

2    Introduction to Stack: Definition, stack operations with Algorithm, Applications: recursion, infix to                  postfix - example and Algorithm    Implementation of Stack: using array (overflow & underflow) and
     Linkedlist (with algorithm)

      Introduction to Queue: Definition, queue operations with Algorithm, Types: Double ended queue (Input        Restricted and Output restricted), Circular queue, Applications

      Implementation of Queue: using array and Linked list (withalgorithm)I

3     Non- Linear Data Structures  Introduction to Trees: Basic terminology, Types(Binary tree-
        complete,full, skewed etc., Expression Tree)

       Properties of Binary tree, Applications. Binary tree representations- using array and linked list 2
       Operations on Binary tree- Insertion, Deletion, Traversal- inorder, preorder, postorder - (concepts with        examples)

      Algorithm of non-recursive Binary tree traversal

        Introduction to Graph: Definition, Basic terminology, Types (Directed,Undirected, Weighted).   Graph         representation –Adjacency list and Adjacency Matrix, Applications.

4      Sorting and Searching : Introduction to Sorting: Definition, Classification (Internal, External)
       Internal Sorting Algorithms: Selection sort- Selection sort algorithm,
       Exchange sort- Bubble sort algorithm

       External Sorting Algorithms: Merge sort- Demonstrate with example.(NoAlgorithm needed)

       Advanced sorting Algorithm-: Quick sort- Demonstrate with example.

       Introduction to Searching: Linear search and Binary search(Algorithm needed) with example.                      Hashing: Hash Tables, Hash Functions, Different Hash Functions –Division method, Multiplication             method, Mid square method, Folding Method, Collision and Collision resolution Techniques: Open
      hashing- Chaining, Closed hashing- Probing5

5    Hands-on Programming in Data Structures: Practical

       Implement the following:
       1. Basic Operations in a single linked list (Menu driven)
       2. Sort the elements in given singly linked list
       3. Stack using array.
       4. Stack using Linked list
       5. Queue using Array
       6. Queue using Linked list
       7. Sorting algorithms- Selection, Bubble Sort
       8. Searching Algorithms- Linear and Binary search

Course Content

Loading...

Enrolment options

Credit:4

Lecture
per week:3

Practical
per week:2

Course Outcomes (CO):

CO1         Differentiate basic data structures (arrays, linked lists, stacks, queues) based on their                                 characteristics,operations, and real-world applications.

CO2        Perform basic operations (e.g., )insertion, deletion, search) on fundamental data structures                         using a chosen programming language.

CO3       Identify the properties and applications of advanced data structures (trees,graphs).

CO4       investigate the properties of various searching and sorting Techniques

CO5       Demonstrate critical thinking and problem-solving skills by applying data structures and                              algorithms to address complex computational challenges.

CO6      Implement and analyse different data structure algorithms(to solve practical problems

Detailed Syllabus:
Module
Unit Content Hrs
(45+30)
Marks(70)
I Introduction to Data Structures and Basic Algorithms 


1    Overview of Data Structures: Data type Vs. Data structure, ADT,Definition of Data structure, Data                structure Classification – Linear, Non- Linear (Array, Linked List, Stack, Queue, Tree, Graph)

 

       Introduction to Arrays: Definition, Types (1 Dimensional, 2Dimensional, Multi-Dimensional, Sparse              matrix), Different Array Operations with Algorithm (insertion, deletion, traversal

       Structures and Self-referential structures Introduction to Linked list: Definition, Types (Single linked             list,Doublelinked list, Circular linked list- concept only). Singly Linked List Operations with Algorithm           (insertion, deletion,traversal)

2    Introduction to Stack: Definition, stack operations with Algorithm, Applications: recursion, infix to                  postfix - example and Algorithm    Implementation of Stack: using array (overflow & underflow) and
     Linkedlist (with algorithm)

      Introduction to Queue: Definition, queue operations with Algorithm, Types: Double ended queue (Input        Restricted and Output restricted), Circular queue, Applications

      Implementation of Queue: using array and Linked list (withalgorithm)I

3     Non- Linear Data Structures  Introduction to Trees: Basic terminology, Types(Binary tree-
        complete,full, skewed etc., Expression Tree)

       Properties of Binary tree, Applications. Binary tree representations- using array and linked list 2
       Operations on Binary tree- Insertion, Deletion, Traversal- inorder, preorder, postorder - (concepts with        examples)

      Algorithm of non-recursive Binary tree traversal

        Introduction to Graph: Definition, Basic terminology, Types (Directed,Undirected, Weighted).   Graph         representation –Adjacency list and Adjacency Matrix, Applications.

4      Sorting and Searching : Introduction to Sorting: Definition, Classification (Internal, External)
       Internal Sorting Algorithms: Selection sort- Selection sort algorithm,
       Exchange sort- Bubble sort algorithm

       External Sorting Algorithms: Merge sort- Demonstrate with example.(NoAlgorithm needed)

       Advanced sorting Algorithm-: Quick sort- Demonstrate with example.

       Introduction to Searching: Linear search and Binary search(Algorithm needed) with example.                      Hashing: Hash Tables, Hash Functions, Different Hash Functions –Division method, Multiplication             method, Mid square method, Folding Method, Collision and Collision resolution Techniques: Open
      hashing- Chaining, Closed hashing- Probing5

5    Hands-on Programming in Data Structures: Practical

       Implement the following:
       1. Basic Operations in a single linked list (Menu driven)
       2. Sort the elements in given singly linked list
       3. Stack using array.
       4. Stack using Linked list
       5. Queue using Array
       6. Queue using Linked list
       7. Sorting algorithms- Selection, Bubble Sort
       8. Searching Algorithms- Linear and Binary search

Skill Level: Beginner
Guests cannot access this course. Please log in.

Related Courses

5 Lessons
Updated: Sep 2025
Computer Science

To review on concept of OOP To learn java programming environment To practice programming in java To learn GUI application development in java

5 Lessons
Updated: Sep 2025
46 Enrolled

This course explores implementations of linked list and array-based datastructures, delving into the inner workings of basic data structuresincluding lists, stacks, queues, trees, and graphs.

7 Lessons
Updated: Sep 2025
11 Enrolled

Objectives • To learn engineering practices in Software development. • To learn various software development methodologies and practices. • To learn and study various Evaluation methods in Software Development

5 Lessons
Updated: Sep 2025
70 Enrolled

Latest Courses

INTRODUCTION TO PERFORMANCE MANAGEMENT

5 Lessons
Updated: Nov 2025

FINANCING OF THE NEW PROJECT

5 Lessons
Updated: Nov 2025

SPREADSHEET FOUNDATIONS AND NAVIGATION

5 Lessons
Updated: Nov 2025

- MS Word: A word‑processing program used to create, edit, format, and print documents such as letters, reports, and resumes. Key features include text styling, tables, images, and mail‑merge. - MS Excel: A spreadsheet application for organizing, analyzing, and visualizing numerical data. It supports formulas, functions, pivot tables, charts, and basic data management. - MS PowerPoint: A presentation software for designing slide decks with text, graphics, animations, and transitions. It helps deliver information in a clear, visually engaging manner. - Basics of Internet: Understanding the Internet as a global network of interconnected computers, how data is transmitted (IP addressing, protocols), and web browsers for accessing online resources. - Internet Applications: Common tools and services such as email, search engines, online banking, e‑commerce, social media, and cloud storage (Google Drive, OneDrive) that enable communication, information retrieval, and online transactions.

5 Lessons
Updated: Nov 2025
59 Enrolled

MS Word: A word‑processing program used to create, edit, format, and print documents such as letters, reports, and resumes. Key features include text styling, tables, images, and mail‑merge. MS Excel: A spreadsheet application for organizing, analyzing, and visualizing numerical data. It supports formulas, functions, pivot tables, charts, and basic data management. MS PowerPoint A presentation software for designing slide decks with text, graphics, animations, and transitions. It helps deliver information in a clear, visually engaging manner. Basics of Internet Understanding the Internet as a global network of interconnected computers, how data is transmitted (IP addressing, protocols), and web browsers for accessing online resources. Internet Applications Common tools and services such as email, search engines, online banking, e‑commerce, social media, and cloud storage (Google Drive, OneDrive) that enable communication, information retrieval, and online transactions.

5 Lessons
Updated: Nov 2025
26 Enrolled

This course provides learners with a comprehensive understanding of the principles and practices that ensure the safety and quality of food from production to consumption. It covers the causes and prevention of food contamination, foodborne illnesses, and the importance of proper hygiene, sanitation, and safe food handling. Students explore key food safety management systems such as HACCP, GMP, and GHP, gaining skills in hazard identification, risk assessment, and control measures. The course also examines national and international food laws, including regulatory frameworks, standards, labeling requirements, and the role of organizations like the FDA, USDA, EFSA, FSSAI, and the Codex Alimentarius Commission in protecting consumers and facilitating fair trade. Additional topics include food inspection procedures, enforcement actions, food labeling rules, traceability, and emerging issues such as food fraud, GMOs, additives, and global food safety challenges. By the end of the course, learners understand both the scientific and legal aspects of food safety, enabling them to ensure regulatory compliance and promote public health within the food industry.

5 Lessons
Updated: Nov 2025
4 Enrolled
5 Lessons
Updated: Nov 2025
89 Enrolled
5 Lessons
Updated: Nov 2025
59 Enrolled

1. Develop Communication Skills Improve clarity of speech, voice modulation, and expressive language. 2. Enhance Creativity and Imagination Encourage students to imagine scenarios, create characters, and think creatively. 3. Build Confidence and Self-Expression Help learners overcome shyness and express ideas boldly. 4. Foster Social Skills and Teamwork Promote cooperation, negotiation, and group problem-solving through group performances. 5. Improve Emotional Intelligence Enable students to understand, express, and manage emotions through role-play. 6. Strengthen Critical Thinking Help students analyze characters, situations, and conflicts. 7. Encourage Cultural Awareness Introduce students to diverse cultures, traditions, and literary forms through plays. 8. Develop Appreciation of Literature and Art Understand dramatic texts, artistic expression, and performance styles. 9. Promote Body Awareness and Movement Skills Improve posture, gesture, coordination, and stage presence. 10. Enhance Listening and Observation Skills Encourage careful attention to others’ dialogues, expressions, and actions. 11. Instill Responsibility and Discipline Teach punctuality, rehearsal discipline, and commitment to group tasks. 12. Integrate Learning Across Subjects Connect drama with social studies, language, history, and moral education.

5 Lessons
Updated: Nov 2025

This course aims to improve language skills, critical thinking. Analytical skill of students 

5 Lessons
Updated: Nov 2025
51 Enrolled
5 Lessons
Updated: Nov 2025
60 Enrolled
5 Lessons
Updated: Nov 2025