![]() |
brute force technique in language processing
wats this brute force technique in language processing using c??help me out..... :confused :confused:
|
Re: brute force technique in language processing
Brute-force search consists of systematically enumerating every possible solution of a problem until a solution is found, or all possible solutions have been exhausted. For example, an anagram problem can be solved by enumerating all possible combinations of words with the same number of letters as the desired phrase, and checking one by one whether the words make a valid anagram.
|
Re: brute force technique in language processing
Quote:
|
Re: brute force technique in language processing
hi.....and thanks a lot.....is there a program implementing this technique????
|
Re: brute force technique in language processing
There is no generic brute-force program, i guess. What's your purpose?
|
Re: brute force technique in language processing
hi.
i just joined an embedding company and they provide me some tasks and one of it is this anagram ... i try hard but unable so i kindly request u to help me find all the possible combinations of the inputed string. |
Re: brute force technique in language processing
For solving anagrams, you'll need a word list! Then you'll need to try all possible combinations of the inputed word against the word list.
|
| All times are GMT +5.5. The time now is 17:42. |