Skip to content

In this project, our team developed a speller application termed mydictionary, that can help a user lookup English words in a provided dictionary. We created the program using the elementary data structures we have discussed in class CSUH1050 Data Structures (mostly lists and arrays) and used the Linux/FreeBSD C++ environment.

Notifications You must be signed in to change notification settings

phamleyennhi/mydictionary

Repository files navigation

Programming Assignment 1
Jakub Podmokly, Nhi Pham Le Yen
February 26, 2019

This program helps to search through the words of a provided dictionary.

Usage: ./output -d <filename> -l < number of words output>

Types of possible queries:
 - Full word: type a full word to find out whether it is present in the dictionary. [example]
 - Prefix: type the beginning of a word followed by a '*' symbol. [examp*]
 - Missing character: type a word with one of the characters replaced by '?'. [exam?le]

Enter 'exit' or 'quit' to exit the program.

Thank you for using our software!


Copyright 2019 Jakub Podmokly, Nhi Pham Le Yen

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

In this project, our team developed a speller application termed mydictionary, that can help a user lookup English words in a provided dictionary. We created the program using the elementary data structures we have discussed in class CSUH1050 Data Structures (mostly lists and arrays) and used the Linux/FreeBSD C++ environment.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published