diff options
author | Haidong Ji | 2019-02-24 15:33:28 -0600 |
---|---|---|
committer | Haidong Ji | 2019-02-24 15:33:28 -0600 |
commit | cf6f4a6dcb62c21b5f498396d01e5323d42852a7 (patch) | |
tree | abd3083982ee336cb01d868aeacdc2634f849082 /.project | |
parent | 8047395062ce2234a94e35dadf11d8f29ecfb2ac (diff) |
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 :)
Diffstat (limited to '.project')
0 files changed, 0 insertions, 0 deletions