Practical Continuous Assessment
Lab Performance : 10 marks
Internal Practical Examination : 10 marks
Mini Project : 05 marks
Practical List
Internal Practical Exam
Date : From 24/2/2025 to 28/2/2025 (In respective lab sessions)
Platform : HackerRank
Mini Project
Discussion on real time algorithmic challenge
Execution in group of 3 students
Evaluation criteria:
Choose an appropriate algorithmic strategy (e.g., Brute Force, Divide and Conquer, Dynamic Programming, Greedy, etc.).
Justify why this approach is optimal in terms of time and space complexity.
Write clear, structured, and easy-to-follow pseudocode.
Use appropriate data structures.
Pick sample inputs
Manually step through the algorithm with these inputs.
Compare expected vs. actual outputs.
Analyze complexity and efficiency based on these examples