From 2f0a48ef2cad7f6c2e80e6c35b4abaaa8cce0cc9 Mon Sep 17 00:00:00 2001 From: Jack Kinsey Date: Mon, 1 May 2017 00:17:52 -0400 Subject: [PATCH] misc c++ git link --- about/index.html | 4 ++-- code/index.html | 4 ++-- index.html | 4 ++-- writing/index.html | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) 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.

diff --git a/code/index.html b/code/index.html index 12123bd..204ea87 100644 --- a/code/index.html +++ b/code/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.

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.

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.

-- 2.26.2