Giter Site home page Giter Site logo

word-puzzle's Introduction

Word-Puzzle

Generates a random grid of letters and identifies the words as in the given database file in all directions

It takes in the size of rows and columns from the user. The program then generates a grid. A database of words names "dictionary.txt" is given. The program matches the words in the dictionary to the words found in grid (all 8 directions) and displays all such words. Hash tables are used for this purpose. WOrds are stored in hash tables. Two algorithms were used.

In the first algorithm (without enhancement), prefix matching is not used. In the second algorithm (with enhancement), prefix matching is used. The program checks words from a point in the grid in all the 8 directions inboth cases. But in second case, if it matches the prefic using a flag. For example, while in the grid, let us suppose, in upward direction, it finds "aaa", if there is not word starting from "aaa" in given databse of words, the program wont look further. The program did not do this when it used the first algorithm.

Finally, timing of two algorithms are compared. As expected, the second algorithm above does the work efficiently.

word-puzzle's People

Contributors

sourikd avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.