Connected successfully Resource Link || SNS Courseware
Subject Details
Dept     : CSE-IOT
Sem      : 3
Regul    : 2023
Faculty : RR.Kmalakkannan
phone  : NIL
E-mail  : kamalakannan.r.iot@snsce.ac.in
420
Page views
46
Files
2
Videos
4
R.Links

Icon
Assignments

Due Date Is Over
Due Date: 16-09-2024
Queue ADT
Question 1: Design and implement a circular queue (ring buffer) using an array. Test your implementation by simulating a round-robin scheduling algorithm.
Due Date Is Over
Due Date: 30-09-2024
Sorting
Question 2: Implement Counting Sort and Radix Sort. Discuss their time and space complexities and provide examples where they perform better or worse compared to comparison-based sorting algorithms.