You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Round Robin scheduling" is considered one of the simplest process scheduling algorithms in operating systems, as it allocates equal time slices to each process in a circular manner, treating all processes without giving priority to any of them.
Course project for Algorithms – Implementation and analysis of a non-recursive algorithm to find the median of two sorted arrays without merging. Includes pseudocode, time complexity analysis, and explanation.
Course project for Algorithms – Implementation and analysis of two algorithms (recursive and non-recursive) to solve the "Maximum Product of Three Numbers" problem without using built-in functions. Includes pseudocode, time complexity analysis, and comparison.
Human Resources Management System (HRMS) — Built in C for the OS course using a simulated file system. Supports role-based access for HR operations like payroll, performance tracking, and employee self-service.