X-Git-Url: http://git.jkinsey.net/?p=jkinsey.net.git;a=blobdiff_plain;f=writing%2Findex.html;fp=writing%2Findex.html;h=7ebe5a1cb72a11a46f286262e07a6c77dbbec8cb;hp=ff728ae3fc69ab0d4698704d96c43c9d35151a12;hb=2f0a48ef2cad7f6c2e80e6c35b4abaaa8cce0cc9;hpb=1bf2c9e22ecb506a3f95cea238d86e0af38d5294 diff --git a/writing/index.html b/writing/index.html index ff728ae..7ebe5a1 100644 --- a/writing/index.html +++ b/writing/index.html @@ -1,6 +1,6 @@ - + @@ -61,7 +61,7 @@

The final project for my CMPSC 122 (intro to algorithms and data structures) course at Penn State. Written in C++, we had to convert faux airport data into statistics on planes landed, departed, crashed, and so on. Hosted on GitHub.

-

Miscellaneous C++ projects.

+

Miscellaneous C++ projects.

Smaller C++ programs also written for CMPSC 122. We had to write an email address validator, a dynamic array implemented with a physical array, and a dynamic array implemented with a linked list. Not the most exciting of projects, but I'm proud of the code quality.