summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorHaidong Ji2019-02-24 15:33:28 -0600
committerHaidong Ji2019-02-24 15:33:28 -0600
commitcf6f4a6dcb62c21b5f498396d01e5323d42852a7 (patch)
treeabd3083982ee336cb01d868aeacdc2634f849082 /.gitignore
parent8047395062ce2234a94e35dadf11d8f29ecfb2ac (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 '.gitignore')
0 files changed, 0 insertions, 0 deletions