Recent content by jwyw0813

  1. J

    C/C++ Guide to C++ Programming For Beginners

    [c++] somthing about job scheduling hello everyone, i would like to have a function to Minimize the average waiting time of N print jobs using c++. i am thinking of using heap class to build it i have read a book and it has the follow idea. the first line is the number of job needed...