From cf6f4a6dcb62c21b5f498396d01e5323d42852a7 Mon Sep 17 00:00:00 2001
From: Haidong Ji
Date: Sun, 24 Feb 2019 15:33:28 -0600
Subject: Parallel processing job queue done!
I used C++'s priority_queue (queue.h) and C++'s own pair data structure.
Unlike Python and Java's similar data structure, C++'s priority_queue
pops in reverse order, so I had to negate the value, and negate back
when adding them to vectors. Cool use of pair. Fun stuff :)---
.cproject | 1 +
1 file changed, 1 insertion(+)
(limited to '.cproject')
diff --git a/.cproject b/.cproject
index 4e616b6..ee5e8a6 100644
--- a/.cproject
+++ b/.cproject
@@ -138,4 +138,5 @@
+
--
cgit v1.2.3