Announcements >>
Subject: ADA(BCS401)
Title: Hands-On Session on ADA
Date: 23 /03/2026 to 21/04/2026
Faculty In-Charge: Dr. Kishore G R
Venue: ISE seminar hall
The subject Analysis and Design of Algorithms (ADA) aims to equip students with the ability to solve complex real-world problems using efficient algorithmic techniques. As part of the curriculum, students were engaged in hands-on learning activities focused on designing and implementing algorithms for real-life applications.
This approach enhanced conceptual understanding and strengthened practical problem-solving skills through active learning and application-based tasks.
Problem Statement:
To design an efficient route for a delivery agent to minimize travel time and fuel consumption.
Algorithm Used: Dijkstra’s Algorithm
Steps:
Output: Optimal delivery route with minimum cost.
Problem Statement:
To schedule tasks with deadlines in order to maximize profit in a freelancing platform.
Algorithm Used: Greedy Job Scheduling
Steps:
Output: Optimal job schedule with maximum profit.
Problem Statement:
To adjust product prices dynamically based on demand and inventory levels.
Algorithm Used: Dynamic Programming Approach
Steps:
Output: Optimal pricing strategy for maximizing revenue.
The implementation of hands-on learning activities resulted in the following improvements: