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

The objectives of this course are to make the student understand programming language, programming, concepts of Loops, reading a set of Data, stepwise refinement, Functions, Control structure, Arrays, Structures, Unions, and Pointers. After completion of this course the student is expected to analyze the real life problem and write a program in ‘C’ language to solve the problem. The main emphasis of the course will be on problem solving aspect i.e. developing proper algorithms. 

5 Lessons
Updated: Mar 2025
46 Enrolled

Course Number: 20Contact Hours per Week: 4TNumber of Credits: 4Number of Contact Hours: 64 Hrs.Course Evaluation: Internal – 20 Marks + External – 80 Marks Objective • To understand internals of Microprocessor.• To learn architecture of 8085 Microprocessor• To learn instruction set of 8085 Microprocessor• To learn how to program a Microprocessor Prerequisites • Basic knowledge of Computer

5 Lessons
Updated: Feb 2025
68 Enrolled
Computer Science

Objective • To learn the basics of Computer Graphics. Prerequisites • Basic knowledge in Mathematics and Computer fundamentals. 

5 Lessons
Updated: Jan 2025
46 Enrolled

BCS4B05 – Database Management System and RDBMS  Contact Hours per Week: 7 (3T + 4L)  Number of Credits: 3  Number of Contact Hours: 112 Hrs.  Course Evaluation: Internal – 15 Marks + External – 60 Marks Objective• To learn the basic principles of database and database design• To learn the basics of RDBMS• To learn the concepts of database manipulation SQL• To study PL/SQL language By the end of the course, students will be able to: Understand Database Concepts: Grasp the fundamental principles of databases, including their structure, function, and importance in modern applications. Design Databases: Develop and design a well-structured database using principles of database design and normalization. Implement RDBMS: Demonstrate a solid understanding of Relational Database Management Systems (RDBMS) and how they are used to manage data efficiently. Manipulate Data with SQL: Apply SQL for database manipulation, including querying, updating, and managing databases. Employ PL/SQL: Utilize PL/SQL to create and manage complex database applications with stored procedures, functions, and triggers. Analyze and Optimize Queries: Analyze query performance and optimize SQL queries for better efficiency. Secure Databases: Understand and implement basic database security measures to protect data from unauthorized access and breaches. Troubleshoot Database Issues: Identify, analyze, and resolve common database-related issues. Collaborate on Database Projects: Work effectively in teams to design, implement, and manage databases as part of larger software development projects.

5 Lessons
Updated: Jan 2025
68 Enrolled

Latest Courses

This course offers an in-depth exploration of children's literature, examining oral narratives, film adaptations, and critical perspectives. Through a multidisciplinary approach, students will delve into the rich world of children's stories, analyzing their cultural significance and literary merit.

3 Lessons
Updated: Mar 2025
16 Enrolled

Course OverviewThis course explores the study of human behavior within organizations, examining individual and group dynamics, organizational structure, and processes that influence behavior. Key ConceptsIndividual Behavior1. Personality: Understanding personality traits and their impact on behavior.2. Motivation: Exploring various motivation theories, such as Maslow's Hierarchy and McClelland's Acquired Needs Theory.3. Perception: Understanding how individuals perceive and interpret their environment.4. Learning: Examining various learning theories, such as classical conditioning and social learning. Group Behavior1. Group Dynamics: Understanding group formation, norms, and roles.2. Teamwork: Examining the importance of teamwork, collaboration, and communication.3. Leadership: Exploring various leadership styles, such as transformational and transactional leadership.4. Conflict: Understanding the causes and consequences of conflict, as well as strategies for conflict resolution. Organizational Structure1. Organizational Design: Examining various organizational structures, such as functional, divisional, and matrix structures.2. Authority and Power: Understanding the distribution of authority and power within organizations.3. Communication: Examining the importance of effective communication in organizations. Organizational Processes1. Decision-Making: Exploring various decision-making models, such as rational and intuitive decision-making.2. Change Management: Understanding the importance of managing change, including strategies for implementing and sustaining change.3. Organizational Culture: Examining the role of organizational culture in shaping behavior and performance. Theories and Models1. Maslow's Hierarchy of Needs: A motivational theory that proposes human needs are hierarchical.2. Herzberg's Two-Factor Theory: A motivational theory that proposes job satisfaction and dissatisfaction are influenced by two separate sets of factors.3. McGregor's Theory X and Theory Y: A leadership theory that proposes two contrasting views of human nature and motivation.4. Blake and Mouton's Managerial Grid: A leadership theory that proposes a grid for evaluating leadership styles. Case Studies and Applications1. Case Studies: Analyzing real-world organizational behavior scenarios, such as leadership challenges, communication breakdowns, and change management initiatives.2. Group Projects: Collaborating on organizational behavior projects, such as developing a leadership development program or creating a change management plan. Course Objectives1. Understand individual and group behavior in organizations.2. Analyze organizational structure and processes.3. Apply organizational behavior theories and models to real-world scenarios.4. Develop effective leadership and management skills. Assessment1. Quizzes and exams: Testing understanding of organizational behavior concepts and theories.2. Case studies and group projects: Applying organizational behavior concepts and theories to real-world scenarios.3. Reflective journaling: Reflecting on personal experiences and insights related to organizational behavior.4. Final project: Developing a comprehensive organizational behavior plan or proposal.

5 Lessons
Updated: Mar 2025

Course Overview This course covers the fundamental principles and techniques of cost and management accounting, including cost classification, cost behavior, and cost management. Students learn how to analyze and interpret financial data to inform business decisions. Key Concepts1. Cost Classification: Direct materials, direct labor, overhead costs, and period costs.2. Cost Behavior: Fixed, variable, and mixed costs.3. Cost Systems: Job-order costing, process costing, and activity-based costing.4. Cost Allocation: Allocating overhead costs to products or departments. Management Accounting 1. Management Accounting Objectives: Providing relevant information for decision-making, planning, and control.2. Budgeting: Preparing and using budgets for planning and control.3. Performance Measurement: Using financial and non-financial metrics to evaluate performance.4. Decision-Making: Using cost and financial data to inform business decisions. Cost Accounting Techniques1. Job-Order Costing: Assigning costs to specific jobs or projects.2. Process Costing: Assigning costs to specific processes or departments.3. Activity-Based Costing: Assigning costs to specific activities or tasks.4. Standard Costing: Establishing standard costs for materials, labor, and overhead. Management Accounting Tools 1. Break-Even Analysis: Determining the point at which revenue equals total fixed and variable costs.2. Cost-Volume-Profit (CVP) Analysis: Analyzing the relationship between costs, volume, and profit.3. Budgetary Control: Using budgets to control and evaluate performance.4. Responsibility Accounting: Assigning responsibility for costs and performance to specific individuals or departments. Case Studies and Applications 1. Cost Analysis: Analyzing costs in different industries and companies.2. Budgeting and Forecasting: Preparing and using budgets and forecasts in different business contexts. 3. Performance Evaluation: Evaluating performance using financial and non-financial metrics.4. Decision-Making: Using cost and financial data to inform business decisions. Course Objectives 1. Understand cost accounting concepts and techniques.2. Apply management accounting principles and tools.3. Analyze and interpret financial data for decision-making.4. Evaluate performance using financial and non-financial metrics. Assessment 1. Quizzes and exams: Testing understanding of cost accounting and management accounting concepts.2. Case studies and assignments: Applying cost accounting and management accounting techniques to real-world scenarios.3. Group projects: Collaborating on cost accounting and management accounting projects.4. Final exam: Comprehensive assessment of course objectives.

5 Lessons
Updated: Mar 2025

Master critical thinking skills and enhance ability to comprehend and evaluate information through reading and listening   Improve LSRW skills 

5 Lessons
Updated: Mar 2025
2 Lessons
Updated: Feb 2024
2 Lessons
Updated: Mar 2025
2 Lessons
Updated: Feb 2025
2 Lessons
Updated: Feb 2025

Course Overview This course explores the importance of physical fitness and active living for overall health and well-being. Students learn about the components of physical fitness, the benefits of regular exercise, and strategies for incorporating physical activity into daily life. Key Concepts 1. Components of Physical Fitness: Cardiorespiratory endurance, muscular strength and endurance, flexibility, and body composition.2. Benefits of Exercise: Improved cardiovascular health, weight management, enhanced mental well-being, and reduced risk of chronic diseases.3. Types of Exercise: Aerobic exercise, resistance training, high-intensity interval training (HIIT), and flexibility exercises.4. Physical Activity Guidelines: Recommendations for adults, children, and adolescents, including duration, frequency, and intensity of physical activity.5. Barriers to Physical Activity: Identifying and overcoming obstacles to regular exercise, such as lack of time, motivation, or access to facilities.

16 Lessons
Updated: Mar 2025
109 Enrolled
5 Lessons
Updated: Mar 2025
113 Enrolled

The objectives of this course are to make the student understand programming language, programming, concepts of Loops, reading a set of Data, stepwise refinement, Functions, Control structure, Arrays, Structures, Unions, and Pointers. After completion of this course the student is expected to analyze the real life problem and write a program in ‘C’ language to solve the problem. The main emphasis of the course will be on problem solving aspect i.e. developing proper algorithms. 

5 Lessons
Updated: Mar 2025
46 Enrolled
5 Lessons
Updated: Mar 2025
69 Enrolled