X-Git-Url: http://git.jkinsey.net/?p=jkinsey.net.git;a=blobdiff_plain;f=index.html;fp=index.html;h=a1defe655dfa22dbaa9a8402bbde51adf15d4496;hp=bcccbaf4471817d4b38ae453fa9fd4a39cfeb505;hb=2f0a48ef2cad7f6c2e80e6c35b4abaaa8cce0cc9;hpb=1bf2c9e22ecb506a3f95cea238d86e0af38d5294 diff --git a/index.html b/index.html index bcccbaf..a1defe6 100644 --- a/index.html +++ b/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.