dushyant singh (dushyant1singh1)

dushyant1singh1

Geek Repo

Company:Indian Institue of Technology Madras, Chennai

Github PK Tool:Github PK Tool

dushyant singh's repositories

skin-lesion-image-classification

Image classification of Melanoma, nevus and sebrroheic keratosis

Language:Jupyter NotebookStargazers:1Issues:0Issues:0

Problem-Solving-Codeforces-Leetcode

This repository is to track problem that are solved on daily basis

Language:C++Stargazers:0Issues:0Issues:0

Swach-Dwar

Capstone project

Language:PythonStargazers:1Issues:0Issues:0

Python-Quiz-App

App for taking simple quizes and storing results in database using tkinter library

Language:PythonStargazers:0Issues:0Issues:0

Blog-Application

this is a django based blog project

Language:Jupyter NotebookLicense:MITStargazers:3Issues:0Issues:0

it-cert-automation-practice

Google IT Automation with Python Professional Certificate - Practice files

License:Apache-2.0Stargazers:1Issues:0Issues:0
Language:PythonLicense:Apache-2.0Stargazers:2Issues:0Issues:0

major-project-ca-1-beh-of-urban-traffic-5-6-7-8

major-project-ca-1-beh-of-urban-traffic-5-6-7-8 created by GitHub Classroom

Language:PythonStargazers:1Issues:0Issues:0

round-robin

Design a scheduling program to implements a Queue with two levels: Level 1 : Fixed priority preemptive Scheduling Level 2 : Round Robin Scheduling For a Fixed priority preemptive Scheduling (Queue 1), the Priority 0 is highest priority. If one process P1 is scheduled and running, another process P2 with higher priority comes. The New process (high priority) process P2 preempts currently running process P1 and process P1 will go to second level queue. Time for which process will strictly execute must be considered in the multiples of 2. All the processes in second level queue will complete their execution according to round robin scheduling. Consider: 1. Queue 2 will be processed after Queue 1 becomes empty. 2. Priority of Queue 2 has lower priority than in Queue 1

Language:CStargazers:0Issues:0Issues:0