Giter VIP home page Giter VIP logo

Comments (17)

theCuriosityEnthusiast avatar theCuriosityEnthusiast commented on August 12, 2024

Input Format = String of this type "abcde*"

from scrabblewordrecommender.

theCuriosityEnthusiast avatar theCuriosityEnthusiast commented on August 12, 2024

Will the string be already sorted?

from scrabblewordrecommender.

harr93 avatar harr93 commented on August 12, 2024

Assume it won't be sorted.

from scrabblewordrecommender.

harr93 avatar harr93 commented on August 12, 2024

WE can sort it ourserlves

from scrabblewordrecommender.

nsparatkar avatar nsparatkar commented on August 12, 2024

Dont chat here. Its an issue tracker.
And Mohanish, what do you mean by input? Is it the rack?

from scrabblewordrecommender.

theCuriosityEnthusiast avatar theCuriosityEnthusiast commented on August 12, 2024

void function(input);
this is input..

from scrabblewordrecommender.

aravindsrivats avatar aravindsrivats commented on August 12, 2024

What task each of you are working on?

from scrabblewordrecommender.

aravindsrivats avatar aravindsrivats commented on August 12, 2024

How are you handling blank input? Are you going to substitute one character every time and check or assign random character?

from scrabblewordrecommender.

theCuriosityEnthusiast avatar theCuriosityEnthusiast commented on August 12, 2024

Okay I'll tell you..
Lets say the word is "cnt".. then we have c_n_t ( '_' indicates where the
letters can be put) so that we can have 'cant' or 'bcnt' etc..

On 24 July 2015 at 12:46, Aravind Srivatsan [email protected]
wrote:

How are you handling blank input? Are you going to substitute one
character every time and check or assign random character?


Reply to this email directly or view it on GitHub
#3 (comment)
.

from scrabblewordrecommender.

theCuriosityEnthusiast avatar theCuriosityEnthusiast commented on August 12, 2024

Then we realize that only [a-c] can go before c; only [d-n] can go before n
and after c; and only [o-t] can go before t and after n; and [u-z] goes
after t..

On 24 July 2015 at 13:41, Mohanish Golatkar [email protected] wrote:

Okay I'll tell you..
Lets say the word is "cnt".. then we have c_n_t ( '_' indicates where
the letters can be put) so that we can have 'cant' or 'bcnt' etc..

On 24 July 2015 at 12:46, Aravind Srivatsan [email protected]
wrote:

How are you handling blank input? Are you going to substitute one
character every time and check or assign random character?


Reply to this email directly or view it on GitHub
#3 (comment)
.

from scrabblewordrecommender.

theCuriosityEnthusiast avatar theCuriosityEnthusiast commented on August 12, 2024

from scrabblewordrecommender.

theCuriosityEnthusiast avatar theCuriosityEnthusiast commented on August 12, 2024

We are not generating all the words, instead we are generating keys for the
hashmap. From there you can retrieve the actual words.

On 24 July 2015 at 13:44, Mohanish Golatkar [email protected] wrote:

So run a for-loop from a to z and put the characters in proper places. If
more than one spaces are there do this recursively on the newly formed
word..

from scrabblewordrecommender.

aravindsrivats avatar aravindsrivats commented on August 12, 2024

I need to know who is doing which part of the task

from scrabblewordrecommender.

harr93 avatar harr93 commented on August 12, 2024

We were planning to split the work in the following fashion: Mohanish will write the fill_blanks function which, given a string and the number of blank spaces will fill the blanks, Neel will write the score calculating function and I will write the interface function that would call the other functions and return the results.
The main problem here is that with the new data structure, all the ideas we had have gone out the window.

from scrabblewordrecommender.

aravindsrivats avatar aravindsrivats commented on August 12, 2024

The scoring function happens in the pre-computation part. You have to compute the score to be subtracted from the score due to the blank tiles.

from scrabblewordrecommender.

aravindsrivats avatar aravindsrivats commented on August 12, 2024

Raise a new issue for scoring and lets discuss on it.

from scrabblewordrecommender.

harr93 avatar harr93 commented on August 12, 2024

Let's close these work allocation issues.

from scrabblewordrecommender.

Related Issues (20)

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.