<feed xmlns='http://www.w3.org/2005/Atom'>
<title>DataStructureFundamentalCpp/.cproject, branch master</title>
<subtitle>UCSD Data Structures Fundamentals exercises done in C++ https://www.edx.org/course/data-structures-fundamentals-uc-san-diegox-algs201x
</subtitle>
<link rel='alternate' type='text/html' href='https://code.haidongji.com/DataStructureFundamentalCpp/'/>
<entry>
<title>Parallel processing job queue done!</title>
<updated>2019-02-24T21:33:28+00:00</updated>
<author>
<name>Haidong Ji</name>
</author>
<published>2019-02-24T21:33:28+00:00</published>
<link rel='alternate' type='text/html' href='https://code.haidongji.com/DataStructureFundamentalCpp/commit/?id=cf6f4a6dcb62c21b5f498396d01e5323d42852a7'/>
<id>cf6f4a6dcb62c21b5f498396d01e5323d42852a7</id>
<content type='text'>
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 :)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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 :)</pre>
</div>
</content>
</entry>
<entry>
<title>Check bracket done!</title>
<updated>2019-01-04T01:58:31+00:00</updated>
<author>
<name>Haidong Ji</name>
</author>
<published>2019-01-04T01:58:31+00:00</published>
<link rel='alternate' type='text/html' href='https://code.haidongji.com/DataStructureFundamentalCpp/commit/?id=947da6a7c9dd61dad5bc8fa6d84bb0ed590c251b'/>
<id>947da6a7c9dd61dad5bc8fa6d84bb0ed590c251b</id>
<content type='text'>
Implementation isn't difficult since I worked the algo out in Java and
Python already. I tried to use VS Code to write this but in the end
decided to stick with Eclipse. Doing this in VS Code may not be worth
the investment.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Implementation isn't difficult since I worked the algo out in Java and
Python already. I tried to use VS Code to write this but in the end
decided to stick with Eclipse. Doing this in VS Code may not be worth
the investment.</pre>
</div>
</content>
</entry>
</feed>
