X-Git-Url: http://git.jkinsey.net/?p=jkinsey.net.git;a=blobdiff_plain;f=about%2Findex.html;fp=about%2Findex.html;h=01d7df260304fff5a4fc420c16552f443cbca54b;hp=3390023f9c9e59dca738a45df0e3522f95f72d5a;hb=2f0a48ef2cad7f6c2e80e6c35b4abaaa8cce0cc9;hpb=1bf2c9e22ecb506a3f95cea238d86e0af38d5294 diff --git a/about/index.html b/about/index.html index 3390023..01d7df2 100644 --- a/about/index.html +++ b/about/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.