Timeline for Solver for Jumble puzzle
Current License: CC BY-SA 3.0
8 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| May 23, 2015 at 13:37 | comment | added | inyoot | could you give example, @Caridorc ? | |
| May 23, 2015 at 11:04 | comment | added | Caridorc | @inyoot I mean an unsorted collection of sorted words. | |
| May 23, 2015 at 0:09 | review | Suggested edits | |||
| May 23, 2015 at 1:29 | |||||
| May 22, 2015 at 23:54 | comment | added | inyoot |
You are right that set intersection is better performance than list. I do not understand what you mean by sorted words because there are no order in set. Could you expound more? I will post the revised code as a new answer.
|
|
| May 22, 2015 at 23:49 | vote | accept | inyoot | ||
| May 22, 2015 at 16:52 | comment | added | inyoot | Thanks for your valuable inputs. FYI, 'wordsEn.txt' is already sorted and I think using list will maintain the order. | |
| May 22, 2015 at 15:32 | history | edited | Caridorc | CC BY-SA 3.0 |
sorting
|
| May 22, 2015 at 15:18 | history | answered | Caridorc | CC BY-SA 3.0 |