Hi, I have a need for an Anagram solver. Please read the notes below before bidding and know what is involved: 1- Example of a TYPICAL Anagram Solver: For a given input "ate", all VALID… (Budget: $30-250, Jobs: .NET, C/C++, Java, PHP, Visual Basic)
|
Special promotion : earn money with $100 earn
$10.000. Deposit $25. Work from home as trader. You earn evan currency increase or drop !!!
 |
Test Paper Project by Intsoftsol...
java programming quick and easy by GreenTech12...
USB project by Engineer2008...
Expert Programmer- PHP, etc. by geniusforu...
Grabbing e-mail from lotus notes 8.5 using lotusscript by edzehoo...
Implementing Treemap library from Java to C by al318i...
Quick Access Project by themsofficeguru...
USB Key autolaunch Menu search system no installation dependencies by OwnerJanitor...
Unique Picture Programming Project by CAllen626...
email account verifier by supergravi...
PSD to XHTML/CSS, Tableless design by erastudios...
Flash Programming skills required for a quick project by gauravdo...
HACKERSAFE.COM CLONE by oceanpro...
WANTED: ASP.Net DEVELOPERS by USAEnt...
Equation Solver for Blackberry Phones by jamalkhan2k6...
HACKERSAFE.COM CLONE by oceanpro...
J2ME puzzle solver by cmbant...
Basic, Quick Software Programming - oDesk...
Gmail account maker by novasoft...
Skillprover VBA Programming by skillprover...
3D Rendering Engine needed by sggroup...
JAVA/PHP Developer to decrypt Visual Basic.NET TripleDES hash encrypted code - Programming Freelance Job...
Project for Politex ( Alexey ) by programmingbids...
You Tube Bots, for Increasing Video Hits and Ratings on My Youtube Videos ( .NET, C/C++, Java, Visual Basic ) by willpick07...
Poker Room Text Reader by MrDamon...
Freelance jobs related posts
Did you enjoy this post? Why not leave a comment below and continue the conversation,
or subscribe to my feed and get articles like this delivered automatically to your feed reader.
Hello,
A single word anagram solver would be extremely simple; yet, a multi-word anagram solver would take some time to modify using multi-field combinatorics to aid the functions in figuring it out the fastest.
If you have the ability to store a dictionary of variables, this is one way that would work extremely well, and faster than searching the entire dictionary for similar characters:
step (0) compile a dictionary array for comparison and ordering them based on sum or product value instead of alphabetically (eg.
sum of a+t+e = 1 + 20 + 5 = 26 and sum t+e+a = 20+5+1 = 26; yet, product is important too as it
ate = 1*20*5 = 100 and tea = 20*5*1 = 100
)
step (1) compare sum and product of values for anagram to the stored data.
step (2) compare length of string (ate has length 3 letters and so does tea)
step (3) for even more assuredness, compare the the amount of similar letters in the string (so in “ate” there is 1 a, 1 t, 1e and the same is correct for “tea”)
step (4) add it to an array of found combinations for display to the user
I have shown you I can do it, and this is only one approach.
If you are interested in allowing me to program for you, please e-mail me at my supplied e-mail address. I am a student and I could use the money.
The complexity of the project calls for much more than you are offering, considering the programmer must have a very solid math background, and we usually don’t come cheap; yet, I am a student right now, and I need the money; thus, I am offering to do it at the full amount of $250 for it is the same as paying me $10 dollars per hour if I spend a few days working on your project.
I am familiar with Flash AS3, VB, c++, php, DHTML with AJAX (or AJAJ considering I prefer JSON), MySQL, and a little java through school.
If you absolutely require it be programmed in something I have little experience with, I can quickly pick up a similar language in about day or two; considering, all code follows similar OOP, aspect, or procedural paradigms.
Thank You,
Anthony Pace