Visual Binary Tree
Below are the zip files for both the executable and source to the Visual Binary Tree application (please note that .NET 4 needs to be installed for the program to work):- Executable: Binary_Tree_exe.zip
- Source: Binary_Tree_src.zip
Below are the zip files for both the executable and source to a 'Dictionary Merger' program written in C++. The program accepts 2 files that contain a dictionary of words (ANSI .txt files) that must be in alphabetical order with each word being delimited with a new-line, the program will read these 2 files and output a 3rd file containing all the words from both lists in alphabetical order with duplicates removed. the console program accepts 3 arguments, the first 2 being the filenames of each dictionary, and the 3rd the filename of the dictionary to output, the program also makes use of the STL:
- Executable: DictionaryMerger_exe.zip (Built in Release mode)
- Source: DictionaryMerger_src.zip
No comments:
Post a Comment