Hi guys,
I'm struggling something that maybe its already understandable to others but I found it a lil hard because I may not understand the definition of max/min perfectly... I have a program which it's giving me at "specific time" the minimal job process among other process that's found at that "specific time", for example lets say at t=2sec there was {p1,p2,p3} and given that p1 is the min process among others, then the program will give me {p1} .. I understand this ! but here is what confusing me, if I have over t=3sec one process, lets assume its {p2} then the program by default will print p2 because its minimal, but why it's minimal?! I know there's no other processes at t=3 , and only just p2 but how we determine its minimal? meaning if its only one job at specific time then we immediately say its minimal and program give me it..but why?! why it's minimal?! there's no other job to compare if it's minimal or not!
and if there any analog to our life that elaborate my confusing then would be appreciated if you claim it !
thank in advance !
I'm struggling something that maybe its already understandable to others but I found it a lil hard because I may not understand the definition of max/min perfectly... I have a program which it's giving me at "specific time" the minimal job process among other process that's found at that "specific time", for example lets say at t=2sec there was {p1,p2,p3} and given that p1 is the min process among others, then the program will give me {p1} .. I understand this ! but here is what confusing me, if I have over t=3sec one process, lets assume its {p2} then the program by default will print p2 because its minimal, but why it's minimal?! I know there's no other processes at t=3 , and only just p2 but how we determine its minimal? meaning if its only one job at specific time then we immediately say its minimal and program give me it..but why?! why it's minimal?! there's no other job to compare if it's minimal or not!
and if there any analog to our life that elaborate my confusing then would be appreciated if you claim it !
thank in advance !