From 235ed189d59869eaf9f74b64584f6650a6bde134 Mon Sep 17 00:00:00 2001
From: Pradyumna Kaushik <pkaushi1@binghamton.edu>
Date: Tue, 22 Aug 2017 13:09:05 -0400
Subject: [PATCH] Moved the TODO, for the refinement of the cluster sorting
 algorithm, to the main README file.

---
 README.md            | 1 +
 schedulers/README.md | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 152f0eb..d93a97c 100644
--- a/README.md
+++ b/README.md
@@ -20,6 +20,7 @@ To Do:
  *  **Critical** -- Add software requirements to the README.md (Mesos version, RAPL version, PCP version, Go version...)
  *  **Critical** -- Retrofit to use Go 1.8 sorting techniques. Use def/taskUtils.go for reference.
  * Handle powerclass not configured on a node condition. As of now, an assumption is made that the powerclass is configured
+ * Refine the sorting algorithm that sorts the clusters of tasks retrieved using the kmeans algorithm. This also involves the reduction in time complexity of the same.
    for all the nodes.
 
 **Requires [Performance Co-Pilot](http://pcp.io/) tool pmdumptext to be installed on the
diff --git a/schedulers/README.md b/schedulers/README.md
index 9173d01..476e114 100644
--- a/schedulers/README.md
+++ b/schedulers/README.md
@@ -7,7 +7,6 @@ To Do:
  * Fix the race condition on 'tasksRunning' in proactiveclusterwidecappingfcfs.go and proactiveclusterwidecappingranked.go
  * **Critical**: Separate the capping strategies from the scheduling algorithms and make it possible to use any capping strategy with any scheduler.
  * Create a package that would contain routines to perform various logging and move helpers.coLocated(...) into that.
- * Refine the sorting algorithm that sorts the clusters of tasks retrieved using the kmeans algorithm. This also involves the reduction in time complexity of the same.
 
 Scheduling Algorithms: