Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 825449
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T03:15:26+00:00 2026-05-15T03:15:26+00:00

I am implementing a text-based version of Scrabble for a college project. I have

  • 0

I am implementing a text-based version of Scrabble for a college project.

I have a vector containing around 400K strings (my dictionary), and, at some point in every turn, I’m going to have to check if there’s still a word in the dictionary which can be formed with the pieces in the player’s hand. I’m checking if the player has any move left… If not, it’s game over for the player in question…

My only solution to this is iterating through the string, one by one, and using a sub-routine I have to check if the string in question can be formed from the player’s pieces. I’ll implement a quickfail checking if the user has any vowels, but it’ll still be woefully inefficient.

The text-file containing the dictionary is already alphabetically ordered, so the vector is sorted.

Any suggestions?


A problem was presented in the comments below: Any suggestion on how do I take the letters already on the board into account?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-15T03:15:27+00:00Added an answer on May 15, 2026 at 3:15 am

    Without giving you any specific code (since this is homework after all), one general approach to consider is to map from the sorted letters in the word to the actual legal words.

    That is to say, if your dictionary file had only the words ape, gum, and mug, your data structure would look like:

    aep -> ape
    gmu -> gum, mug
    

    Then you can simply go through permutations of the player’s letters, and quickly identify if that key exists in the map.

    You pay a little bit of processing time setting up the dictionary at startup, but then you only have to perform a few quick lookups rather than iterating through the whole list every time.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am implementing a text-based version of Scrabble for a College project. My dictionary
When implementing Quicksort, one of the things you have to do is to choose
I am implementing exception handling for our BizTalk services, and have run into a
I am designing a text based game similar to Zork, and I would like
I'm tinkering with writing a simple text-based role-playing game. I would like to use
Implementing Equals() for reference types is harder than it seems. My current canonical implementation
Implementing a 'sandbox' environment in Python used to be done with the rexec module
When implementing a needle search of a haystack in an object-oriented way, you essentially
I implementing a EventQueue and get notified when AWTEvents are send. I wait till
When implementing a singleton in C++, is it better for GetInstance() to return a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.