Changes between Version 57 and Version 58 of ProjectManagementIdeas


Ignore:
Timestamp:
May 7, 2009, 12:01:47 PM (15 years ago)
Author:
Chris Nelson
Comment:

Fix a typo

Legend:

Unmodified
Added
Removed
Modified
  • ProjectManagementIdeas

    v57 v58  
    357357   * Task A should be before B if A has more risk
    358358
    359  * With the above rules for putting A before B, does scheduling become a sorting operation that just needs a comparison function which implements those rules?  Intuitively, an O(n^2) sort like bubble sort would work but something like a merge sort might not because tasks in the partitions might depend on one another.  Perhaps partitioning can be done to eliminate dependencies.
     359 * With the above rules for putting A before B, does scheduling become a sorting operation that just needs a comparison function which implements those rules?  Intuitively, an O(n^2^) sort like bubble sort would work but something like a merge sort might not because tasks in the partitions might depend on one another.  Perhaps partitioning can be done to eliminate dependencies.
    360360'''...more here...'''
    361361