diff options
| author | Joseph Williams <[email protected]> | 2022-11-30 13:33:58 -0800 |
|---|---|---|
| committer | Joseph Williams <[email protected]> | 2022-11-30 13:33:58 -0800 |
| commit | 0d05f53a269f091e596de63afabace252261cca3 (patch) | |
| tree | f5208b39005c969ec8a5f809dc3040c135cb444a /BlankConsoleLab/BlankConsoleLab.vcxproj | |
| parent | haha i forgot there was already a repo for this and wrote it all in another one (diff) | |
| download | archived-cst116-lab3-allthenamesaretaken3141-master.tar.xz archived-cst116-lab3-allthenamesaretaken3141-master.zip | |
Everything is finished...and it only took 10 minutes to run the program. I ran through 3 different datasets of varying sizes (because really really big datasets are fun), so there's 3 results files.HEADmaster
Diffstat (limited to 'BlankConsoleLab/BlankConsoleLab.vcxproj')
| -rw-r--r-- | BlankConsoleLab/BlankConsoleLab.vcxproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/BlankConsoleLab/BlankConsoleLab.vcxproj b/BlankConsoleLab/BlankConsoleLab.vcxproj index d2e3ee2..1dc07e7 100644 --- a/BlankConsoleLab/BlankConsoleLab.vcxproj +++ b/BlankConsoleLab/BlankConsoleLab.vcxproj @@ -141,6 +141,9 @@ <ItemGroup> <ClCompile Include="BlankConsoleLab.cpp" /> </ItemGroup> + <ItemGroup> + <Text Include="pseudocode.txt" /> + </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> </ImportGroup> |