@cyrilverloop/codingame-configuration 1.5.1 → 1.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +42 -0
- package/config/easy/BlendingColors/config.json +1 -1
- package/config/easy/CrazyList/config.json +1 -1
- package/config/easy/FurlongsPerFortnight/config.json +8 -8
- package/config/easy/SavingSnoopy/config.json +1 -1
- package/config/easy/TheAlienBusinessOfCows/code/CGCode.js +9 -0
- package/config/easy/TheAlienBusinessOfCows/code/CGCode.php +11 -0
- package/config/easy/TheAlienBusinessOfCows/config.json +33 -0
- package/config/easy/TheAlienBusinessOfCows/input/01 - United Steak of America.txt +12 -0
- package/config/easy/TheAlienBusinessOfCows/input/02 - Free Tacow !.txt +9 -0
- package/config/easy/TheAlienBusinessOfCows/input/03 - Is that a Mowse.txt +5 -0
- package/config/easy/TheAlienBusinessOfCows/input/04 - Those missions are stupid.txt +5 -0
- package/config/easy/TheAlienBusinessOfCows/input/05 - Union of Steak Amateurs.txt +9 -0
- package/config/easy/TheAlienBusinessOfCows/output/01 - United Steak of America.txt +11 -0
- package/config/easy/TheAlienBusinessOfCows/output/02 - Free Tacow !.txt +8 -0
- package/config/easy/TheAlienBusinessOfCows/output/03 - Is that a Mowse.txt +4 -0
- package/config/easy/TheAlienBusinessOfCows/output/04 - Those missions are stupid.txt +4 -0
- package/config/easy/TheAlienBusinessOfCows/output/05 - Union of Steak Amateurs.txt +8 -0
- package/config/medium/ASCIIArtWithLogoLanguage/code/CGCode.js +9 -0
- package/config/medium/ASCIIArtWithLogoLanguage/code/CGCode.php +11 -0
- package/config/medium/ASCIIArtWithLogoLanguage/config.json +48 -0
- package/config/medium/ASCIIArtWithLogoLanguage/input/01 - test 1.txt +2 -0
- package/config/medium/ASCIIArtWithLogoLanguage/input/02 - test 2.txt +10 -0
- package/config/medium/ASCIIArtWithLogoLanguage/input/03 - test 3.txt +14 -0
- package/config/medium/ASCIIArtWithLogoLanguage/input/04 - test 4.txt +52 -0
- package/config/medium/ASCIIArtWithLogoLanguage/input/05 - test 5.txt +32 -0
- package/config/medium/ASCIIArtWithLogoLanguage/input/06 - test 6.txt +19 -0
- package/config/medium/ASCIIArtWithLogoLanguage/input/07 - test 7.txt +2 -0
- package/config/medium/ASCIIArtWithLogoLanguage/input/08 - test 8.txt +24 -0
- package/config/medium/ASCIIArtWithLogoLanguage/output/01 - test 1.txt +1 -0
- package/config/medium/ASCIIArtWithLogoLanguage/output/02 - test 2.txt +6 -0
- package/config/medium/ASCIIArtWithLogoLanguage/output/03 - test 3.txt +6 -0
- package/config/medium/ASCIIArtWithLogoLanguage/output/04 - test 4.txt +9 -0
- package/config/medium/ASCIIArtWithLogoLanguage/output/05 - test 5.txt +5 -0
- package/config/medium/ASCIIArtWithLogoLanguage/output/06 - test 6.txt +1 -0
- package/config/medium/ASCIIArtWithLogoLanguage/output/07 - test 7.txt +5 -0
- package/config/medium/ASCIIArtWithLogoLanguage/output/08 - test 8.txt +21 -0
- package/config/medium/ASCIIArtWithLogoLanguagePart2/code/CGCode.js +9 -0
- package/config/medium/ASCIIArtWithLogoLanguagePart2/code/CGCode.php +11 -0
- package/config/medium/ASCIIArtWithLogoLanguagePart2/config.json +53 -0
- package/config/medium/ASCIIArtWithLogoLanguagePart2/input/01 - test 1.txt +3 -0
- package/config/medium/ASCIIArtWithLogoLanguagePart2/input/02 - test 2.txt +2 -0
- package/config/medium/ASCIIArtWithLogoLanguagePart2/input/03 - test 3.txt +2 -0
- package/config/medium/ASCIIArtWithLogoLanguagePart2/input/04 - test 4.txt +2 -0
- package/config/medium/ASCIIArtWithLogoLanguagePart2/input/05 - test 5.txt +2 -0
- package/config/medium/ASCIIArtWithLogoLanguagePart2/input/06 - test 6.txt +2 -0
- package/config/medium/ASCIIArtWithLogoLanguagePart2/input/07 - test 7.txt +2 -0
- package/config/medium/ASCIIArtWithLogoLanguagePart2/input/08 - test 8.txt +2 -0
- package/config/medium/ASCIIArtWithLogoLanguagePart2/input/09 - test 9.txt +3 -0
- package/config/medium/ASCIIArtWithLogoLanguagePart2/output/01 - test 1.txt +5 -0
- package/config/medium/ASCIIArtWithLogoLanguagePart2/output/02 - test 2.txt +6 -0
- package/config/medium/ASCIIArtWithLogoLanguagePart2/output/03 - test 3.txt +6 -0
- package/config/medium/ASCIIArtWithLogoLanguagePart2/output/04 - test 4.txt +6 -0
- package/config/medium/ASCIIArtWithLogoLanguagePart2/output/05 - test 5.txt +13 -0
- package/config/medium/ASCIIArtWithLogoLanguagePart2/output/06 - test 6.txt +1 -0
- package/config/medium/ASCIIArtWithLogoLanguagePart2/output/07 - test 7.txt +6 -0
- package/config/medium/ASCIIArtWithLogoLanguagePart2/output/08 - test 8.txt +16 -0
- package/config/medium/ASCIIArtWithLogoLanguagePart2/output/09 - test 9.txt +10 -0
- package/config/medium/AgentXMission2MysteriousCryptogram/code/CGCode.js +17 -0
- package/config/medium/AgentXMission2MysteriousCryptogram/code/CGCode.php +20 -0
- package/config/medium/AgentXMission2MysteriousCryptogram/config.json +28 -0
- package/config/medium/AgentXMission2MysteriousCryptogram/input/01 - First contact.txt +11 -0
- package/config/medium/AgentXMission2MysteriousCryptogram/input/02 - Longer Message with More Words.txt +163 -0
- package/config/medium/AgentXMission2MysteriousCryptogram/input/03 - A Lot More Words.txt +559 -0
- package/config/medium/AgentXMission2MysteriousCryptogram/input/04 - Final Test.txt +1072 -0
- package/config/medium/AgentXMission2MysteriousCryptogram/output/01 - First contact.txt +27 -0
- package/config/medium/AgentXMission2MysteriousCryptogram/output/02 - Longer Message with More Words.txt +27 -0
- package/config/medium/AgentXMission2MysteriousCryptogram/output/03 - A Lot More Words.txt +27 -0
- package/config/medium/AgentXMission2MysteriousCryptogram/output/04 - Final Test.txt +27 -0
- package/config/medium/BinPacking/code/CGCode.js +9 -0
- package/config/medium/BinPacking/code/CGCode.php +11 -0
- package/config/medium/BinPacking/config.json +28 -0
- package/config/medium/BinPacking/input/01 - Samples.txt +13 -0
- package/config/medium/BinPacking/input/02 - NP-Easy.txt +62 -0
- package/config/medium/BinPacking/input/03 - NP-Medium.txt +87 -0
- package/config/medium/BinPacking/input/04 - NP-Hard.txt +82 -0
- package/config/medium/BinPacking/output/01 - Samples.txt +12 -0
- package/config/medium/BinPacking/output/02 - NP-Easy.txt +61 -0
- package/config/medium/BinPacking/output/03 - NP-Medium.txt +86 -0
- package/config/medium/BinPacking/output/04 - NP-Hard.txt +81 -0
- package/config/medium/BoardingPassesReady/code/CGCode.js +11 -0
- package/config/medium/BoardingPassesReady/code/CGCode.php +13 -0
- package/config/medium/BoardingPassesReady/config.json +38 -0
- package/config/medium/BoardingPassesReady/input/01 - A very small plane indeed.txt +5 -0
- package/config/medium/BoardingPassesReady/input/02 - Just A Few.txt +7 -0
- package/config/medium/BoardingPassesReady/input/03 - Small Flight.txt +15 -0
- package/config/medium/BoardingPassesReady/input/04 - Half Full.txt +27 -0
- package/config/medium/BoardingPassesReady/input/05 - Wide-Body Craft.txt +43 -0
- package/config/medium/BoardingPassesReady/input/06 - Half-full Wide-Body.txt +57 -0
- package/config/medium/BoardingPassesReady/output/01 - A very small plane indeed.txt +2 -0
- package/config/medium/BoardingPassesReady/output/02 - Just A Few.txt +2 -0
- package/config/medium/BoardingPassesReady/output/03 - Small Flight.txt +6 -0
- package/config/medium/BoardingPassesReady/output/04 - Half Full.txt +6 -0
- package/config/medium/BoardingPassesReady/output/05 - Wide-Body Craft.txt +8 -0
- package/config/medium/BoardingPassesReady/output/06 - Half-full Wide-Body.txt +7 -0
- package/config/medium/BoggleWithFriends/code/CGCode.js +12 -0
- package/config/medium/BoggleWithFriends/code/CGCode.php +15 -0
- package/config/medium/BoggleWithFriends/config.json +68 -0
- package/config/medium/BoggleWithFriends/input/01 - all words are valid, no dups.txt +11 -0
- package/config/medium/BoggleWithFriends/input/02 - some words are not valid for this boggle board.txt +10 -0
- package/config/medium/BoggleWithFriends/input/03 - Multiple players have the same word.txt +7 -0
- package/config/medium/BoggleWithFriends/input/04 - Individual players repeat their own words.txt +10 -0
- package/config/medium/BoggleWithFriends/input/05 - All put together.txt +9 -0
- package/config/medium/BoggleWithFriends/input/06 - The one where it/342/200/231s funny.txt" +10 -0
- package/config/medium/BoggleWithFriends/input/07 - Random.txt +9 -0
- package/config/medium/BoggleWithFriends/input/08 - Pivot, Break, RIP Matthew Perry.txt +8 -0
- package/config/medium/BoggleWithFriends/input/09 - Smelly Cat, Haircut.txt +7 -0
- package/config/medium/BoggleWithFriends/input/10 - Awkward and Too Tidy.txt +9 -0
- package/config/medium/BoggleWithFriends/input/11 - Intense.txt +8 -0
- package/config/medium/BoggleWithFriends/input/12 - Friendship is valuable.txt +7 -0
- package/config/medium/BoggleWithFriends/output/01 - all words are valid, no dups.txt +35 -0
- package/config/medium/BoggleWithFriends/output/02 - some words are not valid for this boggle board.txt +32 -0
- package/config/medium/BoggleWithFriends/output/03 - Multiple players have the same word.txt +16 -0
- package/config/medium/BoggleWithFriends/output/04 - Individual players repeat their own words.txt +49 -0
- package/config/medium/BoggleWithFriends/output/05 - All put together.txt +24 -0
- package/config/medium/BoggleWithFriends/output/06 - The one where it/342/200/231s funny.txt" +31 -0
- package/config/medium/BoggleWithFriends/output/07 - Random.txt +27 -0
- package/config/medium/BoggleWithFriends/output/08 - Pivot, Break, RIP Matthew Perry.txt +33 -0
- package/config/medium/BoggleWithFriends/output/09 - Smelly Cat, Haircut.txt +42 -0
- package/config/medium/BoggleWithFriends/output/10 - Awkward and Too Tidy.txt +24 -0
- package/config/medium/BoggleWithFriends/output/11 - Intense.txt +29 -0
- package/config/medium/BoggleWithFriends/output/12 - Friendship is valuable.txt +44 -0
- package/config/medium/Coastline/code/CGCode.js +9 -0
- package/config/medium/Coastline/code/CGCode.php +11 -0
- package/config/medium/Coastline/config.json +28 -0
- package/config/medium/Coastline/input/01 - Easy cases.txt +11 -0
- package/config/medium/Coastline/input/02 - Harder cases.txt +11 -0
- package/config/medium/Coastline/input/03 - Long list of cases.txt +51 -0
- package/config/medium/Coastline/input/04 - Long list of rocks.txt +21 -0
- package/config/medium/Coastline/output/01 - Easy cases.txt +10 -0
- package/config/medium/Coastline/output/02 - Harder cases.txt +10 -0
- package/config/medium/Coastline/output/03 - Long list of cases.txt +50 -0
- package/config/medium/Coastline/output/04 - Long list of rocks.txt +20 -0
- package/config/medium/CountAsICount2/code/CGCode.js +6 -0
- package/config/medium/CountAsICount2/code/CGCode.php +7 -0
- package/config/medium/CountAsICount2/config.json +43 -0
- package/config/medium/CountAsICount2/input/01 - Bring back memory.txt +1 -0
- package/config/medium/CountAsICount2/input/02 - Not 4 rounds.txt +1 -0
- package/config/medium/CountAsICount2/input/03 - Only one.txt +1 -0
- package/config/medium/CountAsICount2/input/04 - Smarter not faster.txt +1 -0
- package/config/medium/CountAsICount2/input/05 - Bigger.txt +1 -0
- package/config/medium/CountAsICount2/input/06 - Even bigger.txt +1 -0
- package/config/medium/CountAsICount2/input/07 - The end.txt +1 -0
- package/config/medium/CountAsICount2/output/01 - Bring back memory.txt +1 -0
- package/config/medium/CountAsICount2/output/02 - Not 4 rounds.txt +1 -0
- package/config/medium/CountAsICount2/output/03 - Only one.txt +1 -0
- package/config/medium/CountAsICount2/output/04 - Smarter not faster.txt +1 -0
- package/config/medium/CountAsICount2/output/05 - Bigger.txt +1 -0
- package/config/medium/CountAsICount2/output/06 - Even bigger.txt +1 -0
- package/config/medium/CountAsICount2/output/07 - The end.txt +1 -0
- package/config/medium/DecimalNumbersToFloatingNumbers/code/CGCode.js +7 -0
- package/config/medium/DecimalNumbersToFloatingNumbers/code/CGCode.php +8 -0
- package/config/medium/DecimalNumbersToFloatingNumbers/config.json +58 -0
- package/config/medium/DecimalNumbersToFloatingNumbers/input/01 - Zero.txt +1 -0
- package/config/medium/DecimalNumbersToFloatingNumbers/input/02 - Simple integer.txt +1 -0
- package/config/medium/DecimalNumbersToFloatingNumbers/input/03 - Invalid number.txt +1 -0
- package/config/medium/DecimalNumbersToFloatingNumbers/input/04 - Simple decimal.txt +1 -0
- package/config/medium/DecimalNumbersToFloatingNumbers/input/05 - Decimal with rounding (1).txt +1 -0
- package/config/medium/DecimalNumbersToFloatingNumbers/input/06 - Decimal with rounding (2).txt +1 -0
- package/config/medium/DecimalNumbersToFloatingNumbers/input/07 - Scientific notation (1).txt +1 -0
- package/config/medium/DecimalNumbersToFloatingNumbers/input/08 - Scientific notation (2).txt +1 -0
- package/config/medium/DecimalNumbersToFloatingNumbers/input/09 - Scientific notation (3).txt +1 -0
- package/config/medium/DecimalNumbersToFloatingNumbers/input/10 - Scientific notation (4).txt +1 -0
- package/config/medium/DecimalNumbersToFloatingNumbers/output/01 - Zero.txt +2 -0
- package/config/medium/DecimalNumbersToFloatingNumbers/output/02 - Simple integer.txt +2 -0
- package/config/medium/DecimalNumbersToFloatingNumbers/output/03 - Invalid number.txt +2 -0
- package/config/medium/DecimalNumbersToFloatingNumbers/output/04 - Simple decimal.txt +2 -0
- package/config/medium/DecimalNumbersToFloatingNumbers/output/05 - Decimal with rounding (1).txt +2 -0
- package/config/medium/DecimalNumbersToFloatingNumbers/output/06 - Decimal with rounding (2).txt +2 -0
- package/config/medium/DecimalNumbersToFloatingNumbers/output/07 - Scientific notation (1).txt +2 -0
- package/config/medium/DecimalNumbersToFloatingNumbers/output/08 - Scientific notation (2).txt +2 -0
- package/config/medium/DecimalNumbersToFloatingNumbers/output/09 - Scientific notation (3).txt +2 -0
- package/config/medium/DecimalNumbersToFloatingNumbers/output/10 - Scientific notation (4).txt +2 -0
- package/config/medium/FinishTheEightQueens/code/CGCode.js +10 -0
- package/config/medium/FinishTheEightQueens/code/CGCode.php +13 -0
- package/config/medium/FinishTheEightQueens/config.json +28 -0
- package/config/medium/FinishTheEightQueens/input/01 - test 1.txt +8 -0
- package/config/medium/FinishTheEightQueens/input/02 - test 2.txt +8 -0
- package/config/medium/FinishTheEightQueens/input/03 - test 3.txt +8 -0
- package/config/medium/FinishTheEightQueens/input/04 - test 4.txt +8 -0
- package/config/medium/FinishTheEightQueens/output/01 - test 1.txt +8 -0
- package/config/medium/FinishTheEightQueens/output/02 - test 2.txt +8 -0
- package/config/medium/FinishTheEightQueens/output/03 - test 3.txt +8 -0
- package/config/medium/FinishTheEightQueens/output/04 - test 4.txt +8 -0
- package/config/medium/FirewallPlacement/code/CGCode.js +11 -0
- package/config/medium/FirewallPlacement/code/CGCode.php +13 -0
- package/config/medium/FirewallPlacement/config.json +28 -0
- package/config/medium/FirewallPlacement/input/01 - Small network.txt +12 -0
- package/config/medium/FirewallPlacement/input/02 - Medium network.txt +18 -0
- package/config/medium/FirewallPlacement/input/03 - Larger lobster graph.txt +118 -0
- package/config/medium/FirewallPlacement/input/04 - Large graph.txt +253 -0
- package/config/medium/FirewallPlacement/output/01 - Small network.txt +1 -0
- package/config/medium/FirewallPlacement/output/02 - Medium network.txt +1 -0
- package/config/medium/FirewallPlacement/output/03 - Larger lobster graph.txt +1 -0
- package/config/medium/FirewallPlacement/output/04 - Large graph.txt +1 -0
- package/config/medium/FunWithCGXExpressions/code/CGCode.js +9 -0
- package/config/medium/FunWithCGXExpressions/code/CGCode.php +11 -0
- package/config/medium/FunWithCGXExpressions/config.json +53 -0
- package/config/medium/FunWithCGXExpressions/input/01 - Very simple.txt +2 -0
- package/config/medium/FunWithCGXExpressions/input/02 - Easy.txt +2 -0
- package/config/medium/FunWithCGXExpressions/input/03 - Simple.txt +3 -0
- package/config/medium/FunWithCGXExpressions/input/04 - Fractions.txt +10 -0
- package/config/medium/FunWithCGXExpressions/input/05 - Negative constants.txt +5 -0
- package/config/medium/FunWithCGXExpressions/input/06 - Not so simple.txt +10 -0
- package/config/medium/FunWithCGXExpressions/input/07 - Negative denominator.txt +5 -0
- package/config/medium/FunWithCGXExpressions/input/08 - Some recursion.txt +18 -0
- package/config/medium/FunWithCGXExpressions/input/09 - Random variables.txt +10 -0
- package/config/medium/FunWithCGXExpressions/output/01 - Very simple.txt +1 -0
- package/config/medium/FunWithCGXExpressions/output/02 - Easy.txt +1 -0
- package/config/medium/FunWithCGXExpressions/output/03 - Simple.txt +1 -0
- package/config/medium/FunWithCGXExpressions/output/04 - Fractions.txt +1 -0
- package/config/medium/FunWithCGXExpressions/output/05 - Negative constants.txt +1 -0
- package/config/medium/FunWithCGXExpressions/output/06 - Not so simple.txt +1 -0
- package/config/medium/FunWithCGXExpressions/output/07 - Negative denominator.txt +1 -0
- package/config/medium/FunWithCGXExpressions/output/08 - Some recursion.txt +1 -0
- package/config/medium/FunWithCGXExpressions/output/09 - Random variables.txt +1 -0
- package/config/medium/HowManyRoadsLeadToRome/code/CGCode.js +12 -0
- package/config/medium/HowManyRoadsLeadToRome/code/CGCode.php +15 -0
- package/config/medium/HowManyRoadsLeadToRome/config.json +33 -0
- package/config/medium/HowManyRoadsLeadToRome/input/01 - One road.txt +5 -0
- package/config/medium/HowManyRoadsLeadToRome/input/02 - Two roads.txt +5 -0
- package/config/medium/HowManyRoadsLeadToRome/input/03 - No way.txt +3 -0
- package/config/medium/HowManyRoadsLeadToRome/input/04 - Oops, loops!.txt +14 -0
- package/config/medium/HowManyRoadsLeadToRome/input/05 - Big graph!.txt +100 -0
- package/config/medium/HowManyRoadsLeadToRome/output/01 - One road.txt +1 -0
- package/config/medium/HowManyRoadsLeadToRome/output/02 - Two roads.txt +1 -0
- package/config/medium/HowManyRoadsLeadToRome/output/03 - No way.txt +1 -0
- package/config/medium/HowManyRoadsLeadToRome/output/04 - Oops, loops!.txt +1 -0
- package/config/medium/HowManyRoadsLeadToRome/output/05 - Big graph!.txt +1 -0
- package/config/medium/LexiScrambleQuest/code/CGCode.js +6 -0
- package/config/medium/LexiScrambleQuest/code/CGCode.php +7 -0
- package/config/medium/LexiScrambleQuest/config.json +48 -0
- package/config/medium/LexiScrambleQuest/input/01 - Nursery.txt +1 -0
- package/config/medium/LexiScrambleQuest/input/02 - Just words....txt +1 -0
- package/config/medium/LexiScrambleQuest/input/03 - Small words.txt +1 -0
- package/config/medium/LexiScrambleQuest/input/04 - Medium length.txt +1 -0
- package/config/medium/LexiScrambleQuest/input/05 - Little long.txt +1 -0
- package/config/medium/LexiScrambleQuest/input/06 - mississippi.txt +1 -0
- package/config/medium/LexiScrambleQuest/input/07 - Monstrous.txt +1 -0
- package/config/medium/LexiScrambleQuest/input/08 - Beatles.txt +1 -0
- package/config/medium/LexiScrambleQuest/output/01 - Nursery.txt +1 -0
- package/config/medium/LexiScrambleQuest/output/02 - Just words....txt +1 -0
- package/config/medium/LexiScrambleQuest/output/03 - Small words.txt +1 -0
- package/config/medium/LexiScrambleQuest/output/04 - Medium length.txt +1 -0
- package/config/medium/LexiScrambleQuest/output/05 - Little long.txt +1 -0
- package/config/medium/LexiScrambleQuest/output/06 - mississippi.txt +1 -0
- package/config/medium/LexiScrambleQuest/output/07 - Monstrous.txt +1 -0
- package/config/medium/LexiScrambleQuest/output/08 - Beatles.txt +1 -0
- package/config/medium/MagicColoring/code/CGCode.js +11 -0
- package/config/medium/MagicColoring/code/CGCode.php +11 -0
- package/config/medium/MagicColoring/config.json +38 -0
- package/config/medium/MagicColoring/input/01 - Yin Yang.txt +8 -0
- package/config/medium/MagicColoring/input/02 - Television Image.txt +7 -0
- package/config/medium/MagicColoring/input/03 - Monochrome.txt +11 -0
- package/config/medium/MagicColoring/input/04 - Chaos Line.txt +2 -0
- package/config/medium/MagicColoring/input/05 - Wall Of Color.txt +51 -0
- package/config/medium/MagicColoring/input/06 - A Dot.txt +2 -0
- package/config/medium/MagicColoring/output/01 - Yin Yang.txt +1 -0
- package/config/medium/MagicColoring/output/02 - Television Image.txt +7 -0
- package/config/medium/MagicColoring/output/03 - Monochrome.txt +1 -0
- package/config/medium/MagicColoring/output/04 - Chaos Line.txt +9 -0
- package/config/medium/MagicColoring/output/05 - Wall Of Color.txt +9 -0
- package/config/medium/MagicColoring/output/06 - A Dot.txt +1 -0
- package/config/medium/MarkovAnts/code/CGCode.js +12 -0
- package/config/medium/MarkovAnts/code/CGCode.php +12 -0
- package/config/medium/MarkovAnts/config.json +53 -0
- package/config/medium/MarkovAnts/input/01 - Base case.txt +7 -0
- package/config/medium/MarkovAnts/input/02 - Square 6.txt +9 -0
- package/config/medium/MarkovAnts/input/03 - Different step.txt +9 -0
- package/config/medium/MarkovAnts/input/04 - Different origin.txt +7 -0
- package/config/medium/MarkovAnts/input/05 - Different shape (rectangle).txt +5 -0
- package/config/medium/MarkovAnts/input/06 - Different shape + start.txt +7 -0
- package/config/medium/MarkovAnts/input/07 - Different shape + start + step.txt +7 -0
- package/config/medium/MarkovAnts/input/08 - Extra test 1.txt +10 -0
- package/config/medium/MarkovAnts/input/09 - Extra test 2.txt +17 -0
- package/config/medium/MarkovAnts/output/01 - Base case.txt +1 -0
- package/config/medium/MarkovAnts/output/02 - Square 6.txt +1 -0
- package/config/medium/MarkovAnts/output/03 - Different step.txt +1 -0
- package/config/medium/MarkovAnts/output/04 - Different origin.txt +1 -0
- package/config/medium/MarkovAnts/output/05 - Different shape (rectangle).txt +1 -0
- package/config/medium/MarkovAnts/output/06 - Different shape + start.txt +1 -0
- package/config/medium/MarkovAnts/output/07 - Different shape + start + step.txt +1 -0
- package/config/medium/MarkovAnts/output/08 - Extra test 1.txt +1 -0
- package/config/medium/MarkovAnts/output/09 - Extra test 2.txt +1 -0
- package/config/medium/Mosaic/code/CGCode.js +11 -0
- package/config/medium/Mosaic/code/CGCode.php +14 -0
- package/config/medium/Mosaic/config.json +63 -0
- package/config/medium/Mosaic/input/01 - Then those ones must be empty.txt +4 -0
- package/config/medium/Mosaic/input/02 - All blank.txt +4 -0
- package/config/medium/Mosaic/input/03 - Then those ones must be filled.txt +4 -0
- package/config/medium/Mosaic/input/04 - Careful.txt +5 -0
- package/config/medium/Mosaic/input/05 - 5x5.txt +6 -0
- package/config/medium/Mosaic/input/06 - 10x10.txt +11 -0
- package/config/medium/Mosaic/input/07 - 15x15.txt +16 -0
- package/config/medium/Mosaic/input/08 - 20x20.txt +21 -0
- package/config/medium/Mosaic/input/09 - 25x25.txt +26 -0
- package/config/medium/Mosaic/input/10 - Pixel art - Yin Yang.txt +19 -0
- package/config/medium/Mosaic/input/11 - Pixel art - Congratulations.txt +26 -0
- package/config/medium/Mosaic/output/01 - Then those ones must be empty.txt +3 -0
- package/config/medium/Mosaic/output/02 - All blank.txt +3 -0
- package/config/medium/Mosaic/output/03 - Then those ones must be filled.txt +3 -0
- package/config/medium/Mosaic/output/04 - Careful.txt +4 -0
- package/config/medium/Mosaic/output/05 - 5x5.txt +5 -0
- package/config/medium/Mosaic/output/06 - 10x10.txt +10 -0
- package/config/medium/Mosaic/output/07 - 15x15.txt +15 -0
- package/config/medium/Mosaic/output/08 - 20x20.txt +20 -0
- package/config/medium/Mosaic/output/09 - 25x25.txt +25 -0
- package/config/medium/Mosaic/output/10 - Pixel art - Yin Yang.txt +18 -0
- package/config/medium/Mosaic/output/11 - Pixel art - Congratulations.txt +25 -0
- package/config/medium/NeedleInAHaystack/code/CGCode.js +15 -0
- package/config/medium/NeedleInAHaystack/code/CGCode.php +16 -0
- package/config/medium/NeedleInAHaystack/config.json +33 -0
- package/config/medium/NeedleInAHaystack/input/01 - Examples.txt +16 -0
- package/config/medium/NeedleInAHaystack/input/02 - Digits.txt +18 -0
- package/config/medium/NeedleInAHaystack/input/03 - Mixed.txt +22 -0
- package/config/medium/NeedleInAHaystack/input/04 - Large Heap.txt +29 -0
- package/config/medium/NeedleInAHaystack/input/05 - Larger Heap.txt +33 -0
- package/config/medium/NeedleInAHaystack/output/01 - Examples.txt +11 -0
- package/config/medium/NeedleInAHaystack/output/02 - Digits.txt +12 -0
- package/config/medium/NeedleInAHaystack/output/03 - Mixed.txt +10 -0
- package/config/medium/NeedleInAHaystack/output/04 - Large Heap.txt +12 -0
- package/config/medium/NeedleInAHaystack/output/05 - Larger Heap.txt +12 -0
- package/config/medium/OneForHisNobs/code/CGCode.js +14 -0
- package/config/medium/OneForHisNobs/code/CGCode.php +18 -0
- package/config/medium/OneForHisNobs/config.json +53 -0
- package/config/medium/OneForHisNobs/input/01 - Fifteens.txt +6 -0
- package/config/medium/OneForHisNobs/input/02 - Runs.txt +4 -0
- package/config/medium/OneForHisNobs/input/03 - Pairs.txt +4 -0
- package/config/medium/OneForHisNobs/input/04 - Flushes.txt +4 -0
- package/config/medium/OneForHisNobs/input/05 - One for his nobs.txt +2 -0
- package/config/medium/OneForHisNobs/input/06 - Compound runs.txt +5 -0
- package/config/medium/OneForHisNobs/input/07 - Big Hands.txt +6 -0
- package/config/medium/OneForHisNobs/input/08 - 19 hand.txt +2 -0
- package/config/medium/OneForHisNobs/input/09 - Wikipedia hands.txt +8 -0
- package/config/medium/OneForHisNobs/output/01 - Fifteens.txt +5 -0
- package/config/medium/OneForHisNobs/output/02 - Runs.txt +3 -0
- package/config/medium/OneForHisNobs/output/03 - Pairs.txt +3 -0
- package/config/medium/OneForHisNobs/output/04 - Flushes.txt +3 -0
- package/config/medium/OneForHisNobs/output/05 - One for his nobs.txt +1 -0
- package/config/medium/OneForHisNobs/output/06 - Compound runs.txt +4 -0
- package/config/medium/OneForHisNobs/output/07 - Big Hands.txt +5 -0
- package/config/medium/OneForHisNobs/output/08 - 19 hand.txt +1 -0
- package/config/medium/OneForHisNobs/output/09 - Wikipedia hands.txt +7 -0
- package/config/medium/PartitionNumbers/code/CGCode.js +9 -0
- package/config/medium/PartitionNumbers/code/CGCode.php +11 -0
- package/config/medium/PartitionNumbers/config.json +43 -0
- package/config/medium/PartitionNumbers/input/01 - test 1.txt +2 -0
- package/config/medium/PartitionNumbers/input/02 - test 2.txt +3 -0
- package/config/medium/PartitionNumbers/input/03 - test 3.txt +2 -0
- package/config/medium/PartitionNumbers/input/04 - test 4.txt +6 -0
- package/config/medium/PartitionNumbers/input/05 - test 5.txt +11 -0
- package/config/medium/PartitionNumbers/input/06 - test 6.txt +16 -0
- package/config/medium/PartitionNumbers/input/07 - test 7.txt +16 -0
- package/config/medium/PartitionNumbers/output/01 - test 1.txt +1 -0
- package/config/medium/PartitionNumbers/output/02 - test 2.txt +2 -0
- package/config/medium/PartitionNumbers/output/03 - test 3.txt +1 -0
- package/config/medium/PartitionNumbers/output/04 - test 4.txt +5 -0
- package/config/medium/PartitionNumbers/output/05 - test 5.txt +10 -0
- package/config/medium/PartitionNumbers/output/06 - test 6.txt +15 -0
- package/config/medium/PartitionNumbers/output/07 - test 7.txt +15 -0
- package/config/medium/RiskOddsCalculator/code/CGCode.js +7 -0
- package/config/medium/RiskOddsCalculator/code/CGCode.php +8 -0
- package/config/medium/RiskOddsCalculator/config.json +48 -0
- package/config/medium/RiskOddsCalculator/input/01 - Minimal armies.txt +2 -0
- package/config/medium/RiskOddsCalculator/input/02 - Small armies, advantage attacker.txt +2 -0
- package/config/medium/RiskOddsCalculator/input/03 - Small armies, advantage defender.txt +2 -0
- package/config/medium/RiskOddsCalculator/input/04 - Small armies, balanced.txt +2 -0
- package/config/medium/RiskOddsCalculator/input/05 - Crushing endgame.txt +2 -0
- package/config/medium/RiskOddsCalculator/input/06 - Hail Mary.txt +2 -0
- package/config/medium/RiskOddsCalculator/input/07 - Large, uncertain battle.txt +2 -0
- package/config/medium/RiskOddsCalculator/input/08 - Mother of all battles.txt +2 -0
- package/config/medium/RiskOddsCalculator/output/01 - Minimal armies.txt +1 -0
- package/config/medium/RiskOddsCalculator/output/02 - Small armies, advantage attacker.txt +1 -0
- package/config/medium/RiskOddsCalculator/output/03 - Small armies, advantage defender.txt +1 -0
- package/config/medium/RiskOddsCalculator/output/04 - Small armies, balanced.txt +1 -0
- package/config/medium/RiskOddsCalculator/output/05 - Crushing endgame.txt +1 -0
- package/config/medium/RiskOddsCalculator/output/06 - Hail Mary.txt +1 -0
- package/config/medium/RiskOddsCalculator/output/07 - Large, uncertain battle.txt +1 -0
- package/config/medium/RiskOddsCalculator/output/08 - Mother of all battles.txt +1 -0
- package/config/medium/RomanSorting/code/CGCode.js +9 -0
- package/config/medium/RomanSorting/code/CGCode.php +11 -0
- package/config/medium/RomanSorting/config.json +28 -0
- package/config/medium/RomanSorting/input/01 - Single Roman Numerals.txt +8 -0
- package/config/medium/RomanSorting/input/02 - Subtracted Prefix.txt +7 -0
- package/config/medium/RomanSorting/input/03 - Be Careful.txt +8 -0
- package/config/medium/RomanSorting/input/04 - A Legion Of Romans.txt +21 -0
- package/config/medium/RomanSorting/output/01 - Single Roman Numerals.txt +1 -0
- package/config/medium/RomanSorting/output/02 - Subtracted Prefix.txt +1 -0
- package/config/medium/RomanSorting/output/03 - Be Careful.txt +1 -0
- package/config/medium/RomanSorting/output/04 - A Legion Of Romans.txt +1 -0
- package/config/medium/Rummikub1/code/CGCode.js +11 -0
- package/config/medium/Rummikub1/code/CGCode.php +13 -0
- package/config/medium/Rummikub1/config.json +113 -0
- package/config/medium/Rummikub1/input/01 - Add to a run.txt +4 -0
- package/config/medium/Rummikub1/input/02 - Add to a run the end.txt +5 -0
- package/config/medium/Rummikub1/input/03 - Add to set.txt +4 -0
- package/config/medium/Rummikub1/input/04 - Insert to the middle of a run.txt +4 -0
- package/config/medium/Rummikub1/input/05 - Insert to run.txt +4 -0
- package/config/medium/Rummikub1/input/06 - Choose the run.txt +4 -0
- package/config/medium/Rummikub1/input/07 - Take one and add.txt +4 -0
- package/config/medium/Rummikub1/input/08 - Take one and add again.txt +4 -0
- package/config/medium/Rummikub1/input/09 - Take one and insert.txt +4 -0
- package/config/medium/Rummikub1/input/10 - Take a split.txt +5 -0
- package/config/medium/Rummikub1/input/11 - Switch right to left.txt +6 -0
- package/config/medium/Rummikub1/input/12 - Switch left to right.txt +6 -0
- package/config/medium/Rummikub1/input/13 - Combine for the first.txt +6 -0
- package/config/medium/Rummikub1/input/14 - Combine for the last.txt +6 -0
- package/config/medium/Rummikub1/input/15 - Combine priority.txt +9 -0
- package/config/medium/Rummikub1/input/16 - Combine to insert.txt +5 -0
- package/config/medium/Rummikub1/input/17 - Combine to take.txt +6 -0
- package/config/medium/Rummikub1/input/18 - Prepare for the split.txt +5 -0
- package/config/medium/Rummikub1/input/19 - Prepare for the split again.txt +5 -0
- package/config/medium/Rummikub1/input/20 - You take some, you put some.txt +6 -0
- package/config/medium/Rummikub1/input/21 - Its time for Rummikub 2.txt +10 -0
- package/config/medium/Rummikub1/output/01 - Add to a run.txt +3 -0
- package/config/medium/Rummikub1/output/02 - Add to a run the end.txt +4 -0
- package/config/medium/Rummikub1/output/03 - Add to set.txt +3 -0
- package/config/medium/Rummikub1/output/04 - Insert to the middle of a run.txt +4 -0
- package/config/medium/Rummikub1/output/05 - Insert to run.txt +4 -0
- package/config/medium/Rummikub1/output/06 - Choose the run.txt +3 -0
- package/config/medium/Rummikub1/output/07 - Take one and add.txt +5 -0
- package/config/medium/Rummikub1/output/08 - Take one and add again.txt +5 -0
- package/config/medium/Rummikub1/output/09 - Take one and insert.txt +6 -0
- package/config/medium/Rummikub1/output/10 - Take a split.txt +9 -0
- package/config/medium/Rummikub1/output/11 - Switch right to left.txt +11 -0
- package/config/medium/Rummikub1/output/12 - Switch left to right.txt +11 -0
- package/config/medium/Rummikub1/output/13 - Combine for the first.txt +9 -0
- package/config/medium/Rummikub1/output/14 - Combine for the last.txt +9 -0
- package/config/medium/Rummikub1/output/15 - Combine priority.txt +12 -0
- package/config/medium/Rummikub1/output/16 - Combine to insert.txt +5 -0
- package/config/medium/Rummikub1/output/17 - Combine to take.txt +10 -0
- package/config/medium/Rummikub1/output/18 - Prepare for the split.txt +9 -0
- package/config/medium/Rummikub1/output/19 - Prepare for the split again.txt +9 -0
- package/config/medium/Rummikub1/output/20 - You take some, you put some.txt +12 -0
- package/config/medium/Rummikub1/output/21 - Its time for Rummikub 2.txt +16 -0
- package/config/medium/RussianDolls/code/CGCode.js +9 -0
- package/config/medium/RussianDolls/code/CGCode.php +11 -0
- package/config/medium/RussianDolls/config.json +33 -0
- package/config/medium/RussianDolls/input/01 - Examples.txt +12 -0
- package/config/medium/RussianDolls/input/02 - Valid Examples.txt +16 -0
- package/config/medium/RussianDolls/input/03 - Basic Doll Sets.txt +101 -0
- package/config/medium/RussianDolls/input/04 - Advanced Doll Sets.txt +105 -0
- package/config/medium/RussianDolls/input/05 - Complicated Nesting.txt +101 -0
- package/config/medium/RussianDolls/output/01 - Examples.txt +11 -0
- package/config/medium/RussianDolls/output/02 - Valid Examples.txt +15 -0
- package/config/medium/RussianDolls/output/03 - Basic Doll Sets.txt +100 -0
- package/config/medium/RussianDolls/output/04 - Advanced Doll Sets.txt +104 -0
- package/config/medium/RussianDolls/output/05 - Complicated Nesting.txt +100 -0
- package/config/medium/SPORECityPlanner/code/CGCode.js +10 -0
- package/config/medium/SPORECityPlanner/code/CGCode.php +12 -0
- package/config/medium/SPORECityPlanner/config.json +33 -0
- package/config/medium/SPORECityPlanner/input/01 - Test city.txt +5 -0
- package/config/medium/SPORECityPlanner/input/02 - Civilization stage, small city.txt +10 -0
- package/config/medium/SPORECityPlanner/input/03 - Civilization stage, big city.txt +16 -0
- package/config/medium/SPORECityPlanner/input/04 - Space stage, big city 1.txt +17 -0
- package/config/medium/SPORECityPlanner/input/05 - Space stage, big city 2.txt +19 -0
- package/config/medium/SPORECityPlanner/output/01 - Test city.txt +1 -0
- package/config/medium/SPORECityPlanner/output/02 - Civilization stage, small city.txt +1 -0
- package/config/medium/SPORECityPlanner/output/03 - Civilization stage, big city.txt +1 -0
- package/config/medium/SPORECityPlanner/output/04 - Space stage, big city 1.txt +1 -0
- package/config/medium/SPORECityPlanner/output/05 - Space stage, big city 2.txt +1 -0
- package/config/medium/SixteenBySixteenSudoku/code/CGCode.js +8 -0
- package/config/medium/SixteenBySixteenSudoku/code/CGCode.php +10 -0
- package/config/medium/SixteenBySixteenSudoku/config.json +38 -0
- package/config/medium/SixteenBySixteenSudoku/input/01 - test 1.txt +16 -0
- package/config/medium/SixteenBySixteenSudoku/input/02 - test 2.txt +16 -0
- package/config/medium/SixteenBySixteenSudoku/input/03 - test 3.txt +16 -0
- package/config/medium/SixteenBySixteenSudoku/input/04 - test 4.txt +16 -0
- package/config/medium/SixteenBySixteenSudoku/input/05 - test 5.txt +16 -0
- package/config/medium/SixteenBySixteenSudoku/input/06 - test 6.txt +16 -0
- package/config/medium/SixteenBySixteenSudoku/output/01 - test 1.txt +16 -0
- package/config/medium/SixteenBySixteenSudoku/output/02 - test 2.txt +16 -0
- package/config/medium/SixteenBySixteenSudoku/output/03 - test 3.txt +16 -0
- package/config/medium/SixteenBySixteenSudoku/output/04 - test 4.txt +16 -0
- package/config/medium/SixteenBySixteenSudoku/output/05 - test 5.txt +16 -0
- package/config/medium/SixteenBySixteenSudoku/output/06 - test 6.txt +16 -0
- package/config/medium/StringBalls/code/CGCode.js +7 -0
- package/config/medium/StringBalls/code/CGCode.php +8 -0
- package/config/medium/StringBalls/config.json +63 -0
- package/config/medium/StringBalls/input/01 - r=1, edge=yes, char=1.txt +2 -0
- package/config/medium/StringBalls/input/02 - r=1, edge=no, char=1.txt +2 -0
- package/config/medium/StringBalls/input/03 - rGT1, edge=no, char=1.txt +2 -0
- package/config/medium/StringBalls/input/04 - rGT1, edge=yes, charGT1.txt +2 -0
- package/config/medium/StringBalls/input/05 - rGT1, edge=no, charGT1.txt +2 -0
- package/config/medium/StringBalls/input/06 - Small test 1.txt +2 -0
- package/config/medium/StringBalls/input/07 - Big radius.txt +2 -0
- package/config/medium/StringBalls/input/08 - Medium 1 (GT100k).txt +2 -0
- package/config/medium/StringBalls/input/09 - Medium 2.txt +2 -0
- package/config/medium/StringBalls/input/10 - Big ( GT 500k).txt +2 -0
- package/config/medium/StringBalls/input/11 - Big 2.txt +2 -0
- package/config/medium/StringBalls/output/01 - r=1, edge=yes, char=1.txt +1 -0
- package/config/medium/StringBalls/output/02 - r=1, edge=no, char=1.txt +1 -0
- package/config/medium/StringBalls/output/03 - rGT1, edge=no, char=1.txt +1 -0
- package/config/medium/StringBalls/output/04 - rGT1, edge=yes, charGT1.txt +1 -0
- package/config/medium/StringBalls/output/05 - rGT1, edge=no, charGT1.txt +1 -0
- package/config/medium/StringBalls/output/06 - Small test 1.txt +1 -0
- package/config/medium/StringBalls/output/07 - Big radius.txt +1 -0
- package/config/medium/StringBalls/output/08 - Medium 1 (GT100k).txt +1 -0
- package/config/medium/StringBalls/output/09 - Medium 2.txt +1 -0
- package/config/medium/StringBalls/output/10 - Big ( GT 500k).txt +1 -0
- package/config/medium/StringBalls/output/11 - Big 2.txt +1 -0
- package/config/medium/TheCashRegister/code/CGCode.js +7 -0
- package/config/medium/TheCashRegister/code/CGCode.php +8 -0
- package/config/medium/TheCashRegister/config.json +63 -0
- package/config/medium/TheCashRegister/input/01 - Simple case.txt +2 -0
- package/config/medium/TheCashRegister/input/02 - A bit harder.txt +2 -0
- package/config/medium/TheCashRegister/input/03 - Nothing to give back.txt +2 -0
- package/config/medium/TheCashRegister/input/04 - Bigger amount.txt +2 -0
- package/config/medium/TheCashRegister/input/05 - Weird money.txt +2 -0
- package/config/medium/TheCashRegister/input/06 - One coin only.txt +2 -0
- package/config/medium/TheCashRegister/input/07 - Multiple solutions.txt +2 -0
- package/config/medium/TheCashRegister/input/08 - Nothing to do.txt +2 -0
- package/config/medium/TheCashRegister/input/09 - Very big amount.txt +2 -0
- package/config/medium/TheCashRegister/input/10 - Bad luck !.txt +2 -0
- package/config/medium/TheCashRegister/input/11 - Several solutions.txt +2 -0
- package/config/medium/TheCashRegister/output/01 - Simple case.txt +1 -0
- package/config/medium/TheCashRegister/output/02 - A bit harder.txt +1 -0
- package/config/medium/TheCashRegister/output/03 - Nothing to give back.txt +1 -0
- package/config/medium/TheCashRegister/output/04 - Bigger amount.txt +1 -0
- package/config/medium/TheCashRegister/output/05 - Weird money.txt +1 -0
- package/config/medium/TheCashRegister/output/06 - One coin only.txt +1 -0
- package/config/medium/TheCashRegister/output/07 - Multiple solutions.txt +1 -0
- package/config/medium/TheCashRegister/output/08 - Nothing to do.txt +1 -0
- package/config/medium/TheCashRegister/output/09 - Very big amount.txt +1 -0
- package/config/medium/TheCashRegister/output/10 - Bad luck !.txt +1 -0
- package/config/medium/TheCashRegister/output/11 - Several solutions.txt +1 -0
- package/config/medium/TinyForest/code/CGCode.js +10 -0
- package/config/medium/TinyForest/code/CGCode.php +12 -0
- package/config/medium/TinyForest/config.json +38 -0
- package/config/medium/TinyForest/input/01 - No Trees.txt +7 -0
- package/config/medium/TinyForest/input/02 - One Tree.txt +7 -0
- package/config/medium/TinyForest/input/03 - Some Trees.txt +12 -0
- package/config/medium/TinyForest/input/04 - Long Forest.txt +7 -0
- package/config/medium/TinyForest/input/05 - Huge Forest.txt +22 -0
- package/config/medium/TinyForest/input/06 - Symetrical Forest.txt +7 -0
- package/config/medium/TinyForest/output/01 - No Trees.txt +1 -0
- package/config/medium/TinyForest/output/02 - One Tree.txt +1 -0
- package/config/medium/TinyForest/output/03 - Some Trees.txt +1 -0
- package/config/medium/TinyForest/output/04 - Long Forest.txt +1 -0
- package/config/medium/TinyForest/output/05 - Huge Forest.txt +1 -0
- package/config/medium/TinyForest/output/06 - Symetrical Forest.txt +1 -0
- package/package.json +1 -1
|
@@ -0,0 +1,1072 @@
|
|
|
1
|
+
S'mt dtbyk bnore b nobe, bwk S edswf se'c qoswq eo ebft vt ore eo ctb. S doxt por'ii nt bnit eo ktlsxdty vp vtccbqtc co edbe S lbw nt ytclrtk.
|
|
2
|
+
1070
|
|
3
|
+
IMPACT
|
|
4
|
+
NEED
|
|
5
|
+
PERHAPS
|
|
6
|
+
BREAK
|
|
7
|
+
MY
|
|
8
|
+
US
|
|
9
|
+
INSIDE
|
|
10
|
+
PULL
|
|
11
|
+
ONCE
|
|
12
|
+
PAGE
|
|
13
|
+
CAN
|
|
14
|
+
GENERATION
|
|
15
|
+
PROBUS
|
|
16
|
+
SERVICE
|
|
17
|
+
CLEARLY
|
|
18
|
+
GRAMMARIAN
|
|
19
|
+
SINCE
|
|
20
|
+
WILL
|
|
21
|
+
EXPERT
|
|
22
|
+
ANSWER
|
|
23
|
+
BEYOND
|
|
24
|
+
HIM
|
|
25
|
+
FINANCIAL
|
|
26
|
+
TERM
|
|
27
|
+
LOT
|
|
28
|
+
TEN
|
|
29
|
+
IDEA
|
|
30
|
+
VICTIM
|
|
31
|
+
SOUND
|
|
32
|
+
COMMERCIAL
|
|
33
|
+
MUSIC
|
|
34
|
+
SHOOT
|
|
35
|
+
CULTURE
|
|
36
|
+
FINAL
|
|
37
|
+
MANAGEMENT
|
|
38
|
+
CENTRAL
|
|
39
|
+
SUPPORT
|
|
40
|
+
CONTINUE
|
|
41
|
+
MARRIAGE
|
|
42
|
+
SURFACE
|
|
43
|
+
PERSONAL
|
|
44
|
+
HERE
|
|
45
|
+
CHILD
|
|
46
|
+
ALIVE
|
|
47
|
+
EVERYBODY
|
|
48
|
+
MAN
|
|
49
|
+
OFTEN
|
|
50
|
+
TREAT
|
|
51
|
+
DIFFERENT
|
|
52
|
+
HOUR
|
|
53
|
+
FINGER
|
|
54
|
+
POOR
|
|
55
|
+
YOURSELF
|
|
56
|
+
CAREER
|
|
57
|
+
SCENE
|
|
58
|
+
AUDIENCE
|
|
59
|
+
AVAILABLE
|
|
60
|
+
RAISE
|
|
61
|
+
YOUNG
|
|
62
|
+
CAR
|
|
63
|
+
BEGIN
|
|
64
|
+
ABOUT
|
|
65
|
+
PRACTICE
|
|
66
|
+
SUCCESS
|
|
67
|
+
HUGE
|
|
68
|
+
HIMSELF
|
|
69
|
+
REMAIN
|
|
70
|
+
MORE
|
|
71
|
+
LITTLE
|
|
72
|
+
TEACHER
|
|
73
|
+
BECAUSE
|
|
74
|
+
REAL
|
|
75
|
+
CAMERA
|
|
76
|
+
ACTUALLY
|
|
77
|
+
TOWN
|
|
78
|
+
THINK
|
|
79
|
+
INFORMATION
|
|
80
|
+
ONE
|
|
81
|
+
NEXT
|
|
82
|
+
EVENT
|
|
83
|
+
REALLY
|
|
84
|
+
NEAR
|
|
85
|
+
RED
|
|
86
|
+
STATION
|
|
87
|
+
PHONE
|
|
88
|
+
RANGE
|
|
89
|
+
WHICH
|
|
90
|
+
ENOUGH
|
|
91
|
+
BUDGET
|
|
92
|
+
CHOICE
|
|
93
|
+
FORGET
|
|
94
|
+
TRADE
|
|
95
|
+
MOVEMENT
|
|
96
|
+
PEOPLE
|
|
97
|
+
TELEVISION
|
|
98
|
+
DANCE
|
|
99
|
+
TAKE
|
|
100
|
+
ACCEPT
|
|
101
|
+
SEXUAL
|
|
102
|
+
YEAH
|
|
103
|
+
CRIME
|
|
104
|
+
KIND
|
|
105
|
+
IT'S
|
|
106
|
+
COMPARE
|
|
107
|
+
FOOD
|
|
108
|
+
ALLOW
|
|
109
|
+
RELIGIOUS
|
|
110
|
+
TRIAL
|
|
111
|
+
GUY
|
|
112
|
+
SPIRIT
|
|
113
|
+
GO
|
|
114
|
+
WHOLE
|
|
115
|
+
FAR
|
|
116
|
+
VOICE
|
|
117
|
+
LOVE
|
|
118
|
+
MESSAGES
|
|
119
|
+
MIND
|
|
120
|
+
ACTION
|
|
121
|
+
KNOW
|
|
122
|
+
TALK
|
|
123
|
+
SOUTH
|
|
124
|
+
INGENIOUSLY
|
|
125
|
+
SHE
|
|
126
|
+
MISS
|
|
127
|
+
ELECTION
|
|
128
|
+
NOTICE
|
|
129
|
+
MOST
|
|
130
|
+
OTHER
|
|
131
|
+
THOSE
|
|
132
|
+
FIGURE
|
|
133
|
+
GOAL
|
|
134
|
+
OFFICIAL
|
|
135
|
+
DEPARTMENT
|
|
136
|
+
EITHER
|
|
137
|
+
PARTNER
|
|
138
|
+
NEVER
|
|
139
|
+
STAND
|
|
140
|
+
COUNTRY
|
|
141
|
+
PRODUCTION
|
|
142
|
+
UNDER
|
|
143
|
+
WIND
|
|
144
|
+
SIZE
|
|
145
|
+
COURT
|
|
146
|
+
CHECK
|
|
147
|
+
GET
|
|
148
|
+
TOO
|
|
149
|
+
STUDY
|
|
150
|
+
MRS
|
|
151
|
+
NOW
|
|
152
|
+
LINE
|
|
153
|
+
LARGE
|
|
154
|
+
WANT
|
|
155
|
+
SPACE
|
|
156
|
+
WALL
|
|
157
|
+
PROBLEM
|
|
158
|
+
INTERVIEW
|
|
159
|
+
SEND
|
|
160
|
+
WESTERN
|
|
161
|
+
TEST
|
|
162
|
+
REPRESENT
|
|
163
|
+
EFFORT
|
|
164
|
+
THERE
|
|
165
|
+
WIFE
|
|
166
|
+
I
|
|
167
|
+
CHARGE
|
|
168
|
+
DEAD
|
|
169
|
+
FUND
|
|
170
|
+
NEARLY
|
|
171
|
+
RIGHT
|
|
172
|
+
FACTOR
|
|
173
|
+
TOWARD
|
|
174
|
+
STAFF
|
|
175
|
+
PER
|
|
176
|
+
WAR
|
|
177
|
+
FEDERAL
|
|
178
|
+
TRUE
|
|
179
|
+
FULL
|
|
180
|
+
NEW
|
|
181
|
+
WAIT
|
|
182
|
+
RELATIONSHIP
|
|
183
|
+
CASE
|
|
184
|
+
WONDER
|
|
185
|
+
ACCORDING
|
|
186
|
+
DECIPHER
|
|
187
|
+
DIE
|
|
188
|
+
EXPECT
|
|
189
|
+
GROUND
|
|
190
|
+
LATE
|
|
191
|
+
ACTIVE
|
|
192
|
+
PERFORMANCE
|
|
193
|
+
MENTION
|
|
194
|
+
ACT
|
|
195
|
+
DO
|
|
196
|
+
PURPOSE
|
|
197
|
+
DECISION
|
|
198
|
+
DURING
|
|
199
|
+
ENTIRE
|
|
200
|
+
THEMSELVES
|
|
201
|
+
QUITE
|
|
202
|
+
ADMIT
|
|
203
|
+
MUST
|
|
204
|
+
SEA
|
|
205
|
+
COLD
|
|
206
|
+
DISCOVER
|
|
207
|
+
FINE
|
|
208
|
+
WHOM
|
|
209
|
+
END
|
|
210
|
+
MINUTE
|
|
211
|
+
STRONG
|
|
212
|
+
CAMPAIGN
|
|
213
|
+
BORN
|
|
214
|
+
NONE
|
|
215
|
+
MANY
|
|
216
|
+
PEACE
|
|
217
|
+
ENTER
|
|
218
|
+
SECRET
|
|
219
|
+
POLICE
|
|
220
|
+
GIVE
|
|
221
|
+
SENSE
|
|
222
|
+
OLD
|
|
223
|
+
FACE
|
|
224
|
+
APPEAR
|
|
225
|
+
VERY
|
|
226
|
+
CONTROL
|
|
227
|
+
MATTER
|
|
228
|
+
AHEAD
|
|
229
|
+
WEEK
|
|
230
|
+
INVOLVE
|
|
231
|
+
ITS
|
|
232
|
+
KILL
|
|
233
|
+
FOCUS
|
|
234
|
+
LETTERS
|
|
235
|
+
BOTH
|
|
236
|
+
COVER
|
|
237
|
+
WELL
|
|
238
|
+
EASY
|
|
239
|
+
MAY
|
|
240
|
+
STOP
|
|
241
|
+
BEFORE
|
|
242
|
+
BEHAVIOR
|
|
243
|
+
MEETING
|
|
244
|
+
EXECUTIVE
|
|
245
|
+
NATIONAL
|
|
246
|
+
MODEL
|
|
247
|
+
THESE
|
|
248
|
+
MONTH
|
|
249
|
+
HERSELF
|
|
250
|
+
LIVE
|
|
251
|
+
FORTY
|
|
252
|
+
TURN
|
|
253
|
+
NIGHT
|
|
254
|
+
FEAR
|
|
255
|
+
BOY
|
|
256
|
+
CERTAINLY
|
|
257
|
+
MAYBE
|
|
258
|
+
CHANCE
|
|
259
|
+
SORT
|
|
260
|
+
CULTURAL
|
|
261
|
+
HER
|
|
262
|
+
METHOD
|
|
263
|
+
FISH
|
|
264
|
+
INFORM
|
|
265
|
+
LIFE
|
|
266
|
+
SMALL
|
|
267
|
+
STOCK
|
|
268
|
+
NOR
|
|
269
|
+
MAINTAIN
|
|
270
|
+
OF
|
|
271
|
+
RUN
|
|
272
|
+
SEEM
|
|
273
|
+
COUPLE
|
|
274
|
+
LAWYER
|
|
275
|
+
FORWARD
|
|
276
|
+
EARLY
|
|
277
|
+
SLENDER
|
|
278
|
+
ATTENTION
|
|
279
|
+
FRIEND
|
|
280
|
+
BAG
|
|
281
|
+
PATTERN
|
|
282
|
+
CELL
|
|
283
|
+
WERE
|
|
284
|
+
OWN
|
|
285
|
+
HAVE
|
|
286
|
+
PERSON
|
|
287
|
+
NOT
|
|
288
|
+
FIGHT
|
|
289
|
+
THIS
|
|
290
|
+
GENERAL
|
|
291
|
+
SIMILAR
|
|
292
|
+
WHATEVER
|
|
293
|
+
MOUTH
|
|
294
|
+
SAME
|
|
295
|
+
AWAY
|
|
296
|
+
IS
|
|
297
|
+
MR
|
|
298
|
+
STUFF
|
|
299
|
+
MEAN
|
|
300
|
+
COMPOSITION
|
|
301
|
+
TEACH
|
|
302
|
+
AUTHOR
|
|
303
|
+
TRACES
|
|
304
|
+
DOCTOR
|
|
305
|
+
HEAD
|
|
306
|
+
KNOWN
|
|
307
|
+
EAT
|
|
308
|
+
HEAR
|
|
309
|
+
EIGHT
|
|
310
|
+
SOON
|
|
311
|
+
CLEAR
|
|
312
|
+
HEAT
|
|
313
|
+
SIMPLE
|
|
314
|
+
OFFER
|
|
315
|
+
HEAVY
|
|
316
|
+
YET
|
|
317
|
+
OPPORTUNITY
|
|
318
|
+
SIGN
|
|
319
|
+
OPTION
|
|
320
|
+
HELLO
|
|
321
|
+
ENJOY
|
|
322
|
+
SOCIAL
|
|
323
|
+
STAY
|
|
324
|
+
PHYSICAL
|
|
325
|
+
MOVE
|
|
326
|
+
OUTSIDE
|
|
327
|
+
ORGANIZE
|
|
328
|
+
READY
|
|
329
|
+
WHILE
|
|
330
|
+
TV
|
|
331
|
+
DEFENSE
|
|
332
|
+
ANIMAL
|
|
333
|
+
DROP
|
|
334
|
+
CAPITAL
|
|
335
|
+
DIFFERENCE
|
|
336
|
+
MOTHER
|
|
337
|
+
ALL
|
|
338
|
+
RETURN
|
|
339
|
+
SOURCE
|
|
340
|
+
CIVIL
|
|
341
|
+
DRUG
|
|
342
|
+
TREATISE
|
|
343
|
+
RESCUED
|
|
344
|
+
HUMAN
|
|
345
|
+
MARKET
|
|
346
|
+
COULD
|
|
347
|
+
SERIES
|
|
348
|
+
SING
|
|
349
|
+
SPEECH
|
|
350
|
+
AGENT
|
|
351
|
+
RECEIVE
|
|
352
|
+
TRIP
|
|
353
|
+
WHAT'S
|
|
354
|
+
AT
|
|
355
|
+
MEMORY
|
|
356
|
+
TRAIN
|
|
357
|
+
LESS
|
|
358
|
+
DECADE
|
|
359
|
+
THAT
|
|
360
|
+
REALIZE
|
|
361
|
+
SUCH
|
|
362
|
+
JOIN
|
|
363
|
+
SONG
|
|
364
|
+
TROUBLE
|
|
365
|
+
BABY
|
|
366
|
+
SITE
|
|
367
|
+
CAESAR'S
|
|
368
|
+
EXACTLY
|
|
369
|
+
USE
|
|
370
|
+
FROM
|
|
371
|
+
AIR
|
|
372
|
+
SUBJECT
|
|
373
|
+
POLICY
|
|
374
|
+
PLAY
|
|
375
|
+
SEX
|
|
376
|
+
ENVIRONMENTAL
|
|
377
|
+
REGARD
|
|
378
|
+
FOREIGN
|
|
379
|
+
CARD
|
|
380
|
+
MIDDLE
|
|
381
|
+
ANYTHING
|
|
382
|
+
RECENT
|
|
383
|
+
POSITION
|
|
384
|
+
SECURITY
|
|
385
|
+
TRADITIONAL
|
|
386
|
+
TECHNOLOGY
|
|
387
|
+
EXPERIENCE
|
|
388
|
+
IDENTIFY
|
|
389
|
+
CANCER
|
|
390
|
+
OUR
|
|
391
|
+
DATA
|
|
392
|
+
BIT
|
|
393
|
+
BAD
|
|
394
|
+
WISH
|
|
395
|
+
FALL
|
|
396
|
+
BENEFIT
|
|
397
|
+
STAR
|
|
398
|
+
CHAIR
|
|
399
|
+
PROFESSOR
|
|
400
|
+
AGE
|
|
401
|
+
WAS
|
|
402
|
+
TONIGHT
|
|
403
|
+
LEFT
|
|
404
|
+
EVEN
|
|
405
|
+
DEMOCRAT
|
|
406
|
+
FIRST
|
|
407
|
+
INDICATE
|
|
408
|
+
SHORT
|
|
409
|
+
WATER
|
|
410
|
+
GIRL
|
|
411
|
+
MILLION
|
|
412
|
+
MEASURE
|
|
413
|
+
FIRM
|
|
414
|
+
NORTH
|
|
415
|
+
ORGANIZATION
|
|
416
|
+
POPULAR
|
|
417
|
+
MODERN
|
|
418
|
+
SUMMER
|
|
419
|
+
INTEREST
|
|
420
|
+
VARIOUS
|
|
421
|
+
LEADER
|
|
422
|
+
BE
|
|
423
|
+
SISTER
|
|
424
|
+
CITIZEN
|
|
425
|
+
PROJECT
|
|
426
|
+
WORK
|
|
427
|
+
ME
|
|
428
|
+
HOUSE
|
|
429
|
+
OFFICER
|
|
430
|
+
HE
|
|
431
|
+
VIOLENCE
|
|
432
|
+
BUILD
|
|
433
|
+
PROVE
|
|
434
|
+
NECESSARY
|
|
435
|
+
SAW
|
|
436
|
+
ESPECIALLY
|
|
437
|
+
COMMON
|
|
438
|
+
PAY
|
|
439
|
+
UNTIL
|
|
440
|
+
SOUTHERN
|
|
441
|
+
KEY
|
|
442
|
+
BILL
|
|
443
|
+
INDIVIDUAL
|
|
444
|
+
OIL
|
|
445
|
+
STRUCTURE
|
|
446
|
+
THEN
|
|
447
|
+
WITH
|
|
448
|
+
TWO
|
|
449
|
+
BANK
|
|
450
|
+
CONSUMER
|
|
451
|
+
BUY
|
|
452
|
+
CONFERENCE
|
|
453
|
+
SIX
|
|
454
|
+
REGION
|
|
455
|
+
INTERESTING
|
|
456
|
+
CRYPTOGRAPHY
|
|
457
|
+
LIKELY
|
|
458
|
+
SKIN
|
|
459
|
+
WRITTEN
|
|
460
|
+
GROW
|
|
461
|
+
GAME
|
|
462
|
+
SON
|
|
463
|
+
OPERATION
|
|
464
|
+
SOME
|
|
465
|
+
BELIEVE
|
|
466
|
+
THROUGH
|
|
467
|
+
ASK
|
|
468
|
+
SCORE
|
|
469
|
+
HEALTH
|
|
470
|
+
HEARD
|
|
471
|
+
PROPERTY
|
|
472
|
+
VISIT
|
|
473
|
+
EVENING
|
|
474
|
+
AGREEMENT
|
|
475
|
+
DEEP
|
|
476
|
+
ALWAYS
|
|
477
|
+
EVERYONE
|
|
478
|
+
CREATE
|
|
479
|
+
BIG
|
|
480
|
+
CONTAIN
|
|
481
|
+
NATURE
|
|
482
|
+
PROCESS
|
|
483
|
+
STATE
|
|
484
|
+
QUESTION
|
|
485
|
+
ANYONE
|
|
486
|
+
EFFECT
|
|
487
|
+
POWER
|
|
488
|
+
ENVIRONMENT
|
|
489
|
+
LINKED
|
|
490
|
+
RICH
|
|
491
|
+
TOGETHER
|
|
492
|
+
REQUIRE
|
|
493
|
+
STILL
|
|
494
|
+
INSTITUTION
|
|
495
|
+
EAST
|
|
496
|
+
CONCERNING
|
|
497
|
+
STORY
|
|
498
|
+
BOAT
|
|
499
|
+
PRESIDENT
|
|
500
|
+
LEAST
|
|
501
|
+
LOSS
|
|
502
|
+
ABOVE
|
|
503
|
+
QUALITY
|
|
504
|
+
PASS
|
|
505
|
+
COLOR
|
|
506
|
+
ABLE
|
|
507
|
+
ALONG
|
|
508
|
+
LAW
|
|
509
|
+
MACHINE
|
|
510
|
+
DISEASE
|
|
511
|
+
LAND
|
|
512
|
+
EMPLOYEE
|
|
513
|
+
THING
|
|
514
|
+
PAINTING
|
|
515
|
+
YARD
|
|
516
|
+
GARDEN
|
|
517
|
+
DECIDE
|
|
518
|
+
DEMOCRATIC
|
|
519
|
+
ITSELF
|
|
520
|
+
BOX
|
|
521
|
+
SOMETHING
|
|
522
|
+
PARTICIPANT
|
|
523
|
+
LEAVE
|
|
524
|
+
MANAGE
|
|
525
|
+
THEM
|
|
526
|
+
TOUGH
|
|
527
|
+
ACTUAL
|
|
528
|
+
EDGE
|
|
529
|
+
MONEY
|
|
530
|
+
SOCIETY
|
|
531
|
+
PM
|
|
532
|
+
UP
|
|
533
|
+
WOULD
|
|
534
|
+
UPON
|
|
535
|
+
LONG
|
|
536
|
+
INTO
|
|
537
|
+
COACH
|
|
538
|
+
INDEED
|
|
539
|
+
REASON
|
|
540
|
+
STATEMENT
|
|
541
|
+
RECOGNIZE
|
|
542
|
+
NOTE
|
|
543
|
+
WHERE
|
|
544
|
+
INTERNATIONAL
|
|
545
|
+
A
|
|
546
|
+
OTHERS
|
|
547
|
+
LAST
|
|
548
|
+
YOUR
|
|
549
|
+
UNIVERSITY
|
|
550
|
+
BILLION
|
|
551
|
+
MYSELF
|
|
552
|
+
THREE
|
|
553
|
+
TEND
|
|
554
|
+
NATURAL
|
|
555
|
+
BEAT
|
|
556
|
+
STANDARD
|
|
557
|
+
ANOTHER
|
|
558
|
+
GOVERNMENT
|
|
559
|
+
PARTICULARLY
|
|
560
|
+
FINALLY
|
|
561
|
+
BASE
|
|
562
|
+
CONGRESS
|
|
563
|
+
LAUGH
|
|
564
|
+
ITEM
|
|
565
|
+
NO
|
|
566
|
+
SCHOOL
|
|
567
|
+
SET
|
|
568
|
+
CARE
|
|
569
|
+
ACTIVITY
|
|
570
|
+
ADULT
|
|
571
|
+
APPROACH
|
|
572
|
+
THAN
|
|
573
|
+
FORMER
|
|
574
|
+
MANAGER
|
|
575
|
+
WIRES
|
|
576
|
+
SMILE
|
|
577
|
+
AROUND
|
|
578
|
+
SHAKE
|
|
579
|
+
GETTING
|
|
580
|
+
FREE
|
|
581
|
+
SUGGEST
|
|
582
|
+
FIVE
|
|
583
|
+
YES
|
|
584
|
+
RADIO
|
|
585
|
+
THE
|
|
586
|
+
POLITICAL
|
|
587
|
+
EDUCATION
|
|
588
|
+
COMPANY
|
|
589
|
+
SCIENTIST
|
|
590
|
+
LET
|
|
591
|
+
GREEN
|
|
592
|
+
FINISH
|
|
593
|
+
BODY
|
|
594
|
+
BAR
|
|
595
|
+
HOSPITAL
|
|
596
|
+
CIPHER
|
|
597
|
+
PRODUCE
|
|
598
|
+
DAUGHTER
|
|
599
|
+
SECTION
|
|
600
|
+
HAPPEN
|
|
601
|
+
LEGAL
|
|
602
|
+
PUPILS
|
|
603
|
+
REST
|
|
604
|
+
BLOOD
|
|
605
|
+
WAY
|
|
606
|
+
GLASS
|
|
607
|
+
DOOR
|
|
608
|
+
FOUR
|
|
609
|
+
MEDIA
|
|
610
|
+
SUDDENLY
|
|
611
|
+
BED
|
|
612
|
+
CONCERN
|
|
613
|
+
LIE
|
|
614
|
+
DISCUSSION
|
|
615
|
+
NICE
|
|
616
|
+
FARM
|
|
617
|
+
PLAYER
|
|
618
|
+
REDUCE
|
|
619
|
+
PERIOD
|
|
620
|
+
TAX
|
|
621
|
+
YOU'LL
|
|
622
|
+
RISK
|
|
623
|
+
REMOVE
|
|
624
|
+
NEWS
|
|
625
|
+
WHITE
|
|
626
|
+
WORKER
|
|
627
|
+
SIT
|
|
628
|
+
FATHER
|
|
629
|
+
OUT
|
|
630
|
+
PRICE
|
|
631
|
+
DRAW
|
|
632
|
+
TRAVEL
|
|
633
|
+
FORM
|
|
634
|
+
SEVERAL
|
|
635
|
+
AFTER
|
|
636
|
+
DEAL
|
|
637
|
+
AUTHORITY
|
|
638
|
+
GAS
|
|
639
|
+
DESIGN
|
|
640
|
+
COLLECTION
|
|
641
|
+
RESPONSE
|
|
642
|
+
WHY
|
|
643
|
+
RESPONSIBILITY
|
|
644
|
+
ANY
|
|
645
|
+
OPEN
|
|
646
|
+
CONSIDER
|
|
647
|
+
SPEAK
|
|
648
|
+
DETERMINE
|
|
649
|
+
LETTER
|
|
650
|
+
HARD
|
|
651
|
+
STYLE
|
|
652
|
+
WRITER
|
|
653
|
+
NATION
|
|
654
|
+
LIST
|
|
655
|
+
HAND
|
|
656
|
+
LIGHT
|
|
657
|
+
WEST
|
|
658
|
+
DREAM
|
|
659
|
+
ART
|
|
660
|
+
DIFFICULT
|
|
661
|
+
TRUTH
|
|
662
|
+
ARTICLE
|
|
663
|
+
PROFESSIONAL
|
|
664
|
+
SHOULDER
|
|
665
|
+
WE
|
|
666
|
+
HUSBAND
|
|
667
|
+
WHAT
|
|
668
|
+
WITHOUT
|
|
669
|
+
EXPLAIN
|
|
670
|
+
DEGREE
|
|
671
|
+
TRY
|
|
672
|
+
HANG
|
|
673
|
+
WHETHER
|
|
674
|
+
RESPOND
|
|
675
|
+
BALL
|
|
676
|
+
MAGAZINE
|
|
677
|
+
UNITE
|
|
678
|
+
POSITIVE
|
|
679
|
+
IF
|
|
680
|
+
ARTIST
|
|
681
|
+
SPECIFIC
|
|
682
|
+
DISCUSS
|
|
683
|
+
SAY
|
|
684
|
+
GOD
|
|
685
|
+
WINDOW
|
|
686
|
+
TRACE
|
|
687
|
+
AMONG
|
|
688
|
+
SEAT
|
|
689
|
+
PROBABLY
|
|
690
|
+
DEATH
|
|
691
|
+
SHARE
|
|
692
|
+
MEMBER
|
|
693
|
+
LEVEL
|
|
694
|
+
IMPROVE
|
|
695
|
+
REFLECT
|
|
696
|
+
RELIGION
|
|
697
|
+
CITY
|
|
698
|
+
ARM
|
|
699
|
+
WALK
|
|
700
|
+
PAPER
|
|
701
|
+
CHANGE
|
|
702
|
+
SHOULD
|
|
703
|
+
PRESSURE
|
|
704
|
+
FILM
|
|
705
|
+
HUNDRED
|
|
706
|
+
REPUBLICAN
|
|
707
|
+
KID
|
|
708
|
+
TASK
|
|
709
|
+
FLOOR
|
|
710
|
+
FORCE
|
|
711
|
+
READ
|
|
712
|
+
REACH
|
|
713
|
+
LOW
|
|
714
|
+
FRONT
|
|
715
|
+
BOARD
|
|
716
|
+
IMPORTANT
|
|
717
|
+
SIGNIFICANT
|
|
718
|
+
CHOOSE
|
|
719
|
+
MAJOR
|
|
720
|
+
CATCH
|
|
721
|
+
PUT
|
|
722
|
+
CONDITION
|
|
723
|
+
MISSION
|
|
724
|
+
LATER
|
|
725
|
+
CHARACTER
|
|
726
|
+
OK
|
|
727
|
+
HOLDS
|
|
728
|
+
DESCRIBE
|
|
729
|
+
CERTAIN
|
|
730
|
+
KITCHEN
|
|
731
|
+
NOTHING
|
|
732
|
+
BOOK
|
|
733
|
+
EXIST
|
|
734
|
+
COMPLETE
|
|
735
|
+
SEVEN
|
|
736
|
+
EVERYTHING
|
|
737
|
+
REPORT
|
|
738
|
+
ALONE
|
|
739
|
+
PROGRAM
|
|
740
|
+
N'T
|
|
741
|
+
HIT
|
|
742
|
+
WIDE
|
|
743
|
+
LEARN
|
|
744
|
+
GOING
|
|
745
|
+
AGAIN
|
|
746
|
+
AMOUNT
|
|
747
|
+
TIME
|
|
748
|
+
SEEK
|
|
749
|
+
CAPTURE
|
|
750
|
+
BECOME
|
|
751
|
+
CLAIM
|
|
752
|
+
AVOID
|
|
753
|
+
UNIT
|
|
754
|
+
PROVIDE
|
|
755
|
+
HALF
|
|
756
|
+
BUT
|
|
757
|
+
CAUSE
|
|
758
|
+
WITHIN
|
|
759
|
+
LAY
|
|
760
|
+
FUTURE
|
|
761
|
+
OFF
|
|
762
|
+
STORE
|
|
763
|
+
DETAIL
|
|
764
|
+
WORRY
|
|
765
|
+
ALSO
|
|
766
|
+
TEAM
|
|
767
|
+
ANALYSIS
|
|
768
|
+
CENTURY
|
|
769
|
+
DIRECTION
|
|
770
|
+
SECOND
|
|
771
|
+
USUALLY
|
|
772
|
+
RELATE
|
|
773
|
+
IT
|
|
774
|
+
PAIN
|
|
775
|
+
PRESENT
|
|
776
|
+
ADDRESS
|
|
777
|
+
FACT
|
|
778
|
+
INCLUDING
|
|
779
|
+
X
|
|
780
|
+
ACROSS
|
|
781
|
+
LISTEN
|
|
782
|
+
BEST
|
|
783
|
+
PREVENT
|
|
784
|
+
OFFICE
|
|
785
|
+
VIEW
|
|
786
|
+
INCREASE
|
|
787
|
+
THEORY
|
|
788
|
+
AGENCY
|
|
789
|
+
USUAL
|
|
790
|
+
MEDICAL
|
|
791
|
+
REALITY
|
|
792
|
+
SAVE
|
|
793
|
+
MOVIE
|
|
794
|
+
MEANING
|
|
795
|
+
PUSH
|
|
796
|
+
GREAT
|
|
797
|
+
ONLY
|
|
798
|
+
DRIVE
|
|
799
|
+
FAST
|
|
800
|
+
IMAGINE
|
|
801
|
+
EYE
|
|
802
|
+
CHURCH
|
|
803
|
+
CUT
|
|
804
|
+
WOMAN
|
|
805
|
+
TABLE
|
|
806
|
+
RISE
|
|
807
|
+
REVEAL
|
|
808
|
+
SURE
|
|
809
|
+
FIRE
|
|
810
|
+
OBSERVE
|
|
811
|
+
COMMUNITY
|
|
812
|
+
TREATMENT
|
|
813
|
+
FOUND
|
|
814
|
+
MEET
|
|
815
|
+
RATE
|
|
816
|
+
SITUATION
|
|
817
|
+
STAGE
|
|
818
|
+
EVIDENCE
|
|
819
|
+
LANGUAGE
|
|
820
|
+
POPULATION
|
|
821
|
+
AGREE
|
|
822
|
+
PROTECT
|
|
823
|
+
PROBABLE
|
|
824
|
+
COLLEGE
|
|
825
|
+
SOMEBODY
|
|
826
|
+
PART
|
|
827
|
+
THOUGH
|
|
828
|
+
TODAY
|
|
829
|
+
STEP
|
|
830
|
+
SERVE
|
|
831
|
+
MATERIAL
|
|
832
|
+
ECONOMIC
|
|
833
|
+
HIS
|
|
834
|
+
MAIN
|
|
835
|
+
PICK
|
|
836
|
+
MAJORITY
|
|
837
|
+
COURSE
|
|
838
|
+
SPEND
|
|
839
|
+
ROLE
|
|
840
|
+
VALUE
|
|
841
|
+
AGAINST
|
|
842
|
+
CLOSE
|
|
843
|
+
EVER
|
|
844
|
+
DEBATE
|
|
845
|
+
FAMILY
|
|
846
|
+
AFFECT
|
|
847
|
+
WORD
|
|
848
|
+
EACH
|
|
849
|
+
YOU
|
|
850
|
+
INVESTMENT
|
|
851
|
+
MORNING
|
|
852
|
+
GUN
|
|
853
|
+
PRIVATE
|
|
854
|
+
SPRING
|
|
855
|
+
PREPARE
|
|
856
|
+
YEAR
|
|
857
|
+
GROWTH
|
|
858
|
+
WIN
|
|
859
|
+
PERFORM
|
|
860
|
+
KEEP
|
|
861
|
+
POINT
|
|
862
|
+
BETTER
|
|
863
|
+
RESULT
|
|
864
|
+
KNOWLEDGE
|
|
865
|
+
SOMEONE
|
|
866
|
+
ARRIVE
|
|
867
|
+
ELSE
|
|
868
|
+
FEELING
|
|
869
|
+
SCIENCE
|
|
870
|
+
SIMPLY
|
|
871
|
+
EVERY
|
|
872
|
+
COMPUTER
|
|
873
|
+
FOOT
|
|
874
|
+
ASSUME
|
|
875
|
+
ISSUE
|
|
876
|
+
LEAD
|
|
877
|
+
BETWEEN
|
|
878
|
+
PARTICULAR
|
|
879
|
+
RECORD
|
|
880
|
+
ROAD
|
|
881
|
+
SUFFER
|
|
882
|
+
THROW
|
|
883
|
+
LIMIT
|
|
884
|
+
TREE
|
|
885
|
+
HOME
|
|
886
|
+
CANDIDATE
|
|
887
|
+
WHOSE
|
|
888
|
+
ORDER
|
|
889
|
+
HOW
|
|
890
|
+
FEW
|
|
891
|
+
ADMINISTRATION
|
|
892
|
+
BROTHER
|
|
893
|
+
STRATEGY
|
|
894
|
+
SOLDIER
|
|
895
|
+
CLASS
|
|
896
|
+
ALREADY
|
|
897
|
+
CARRY
|
|
898
|
+
ABILITY
|
|
899
|
+
RULE
|
|
900
|
+
AMERICAN
|
|
901
|
+
UNITS
|
|
902
|
+
FEEL
|
|
903
|
+
STUDENT
|
|
904
|
+
IMAGE
|
|
905
|
+
RESOURCE
|
|
906
|
+
ECONOMY
|
|
907
|
+
SEASON
|
|
908
|
+
APPLY
|
|
909
|
+
SIDE
|
|
910
|
+
FURTHER
|
|
911
|
+
MESSAGE
|
|
912
|
+
PATIENT
|
|
913
|
+
BRING
|
|
914
|
+
BUSINESS
|
|
915
|
+
ALMOST
|
|
916
|
+
HAPPY
|
|
917
|
+
SUCCESSFUL
|
|
918
|
+
ONTO
|
|
919
|
+
SO
|
|
920
|
+
SHOW
|
|
921
|
+
TOTAL
|
|
922
|
+
SELL
|
|
923
|
+
HOTEL
|
|
924
|
+
PARENT
|
|
925
|
+
BEHIND
|
|
926
|
+
EXAMPLE
|
|
927
|
+
WEAPON
|
|
928
|
+
DEVELOPMENT
|
|
929
|
+
NETWORK
|
|
930
|
+
IN
|
|
931
|
+
HOLD
|
|
932
|
+
SYSTEM
|
|
933
|
+
INSTEAD
|
|
934
|
+
MAKE
|
|
935
|
+
GOOD
|
|
936
|
+
THREAT
|
|
937
|
+
ROCK
|
|
938
|
+
START
|
|
939
|
+
DINNER
|
|
940
|
+
OWNER
|
|
941
|
+
STREET
|
|
942
|
+
BLUE
|
|
943
|
+
THANK
|
|
944
|
+
ARGUE
|
|
945
|
+
ESTABLISH
|
|
946
|
+
DIRECT
|
|
947
|
+
HOWEVER
|
|
948
|
+
AGO
|
|
949
|
+
PICTURE
|
|
950
|
+
LOSE
|
|
951
|
+
DOG
|
|
952
|
+
SENIOR
|
|
953
|
+
THUS
|
|
954
|
+
ALTHOUGH
|
|
955
|
+
OH
|
|
956
|
+
TO
|
|
957
|
+
OVER
|
|
958
|
+
GOVERN
|
|
959
|
+
DAY
|
|
960
|
+
UNDERSTAND
|
|
961
|
+
DARK
|
|
962
|
+
PRETTY
|
|
963
|
+
TRAINING
|
|
964
|
+
TYPE
|
|
965
|
+
INCLUDE
|
|
966
|
+
WEAR
|
|
967
|
+
CHALLENGE
|
|
968
|
+
JOB
|
|
969
|
+
RESEARCH
|
|
970
|
+
CALL
|
|
971
|
+
THOUGHT
|
|
972
|
+
TELL
|
|
973
|
+
LOCAL
|
|
974
|
+
BEAUTIFUL
|
|
975
|
+
MOMENT
|
|
976
|
+
BLACK
|
|
977
|
+
HEART
|
|
978
|
+
FIND
|
|
979
|
+
RATHER
|
|
980
|
+
HELP
|
|
981
|
+
INDUSTRY
|
|
982
|
+
WRITE
|
|
983
|
+
REMEMBER
|
|
984
|
+
JUST
|
|
985
|
+
SHALL
|
|
986
|
+
THOUSAND
|
|
987
|
+
WRONG
|
|
988
|
+
FILL
|
|
989
|
+
NAME
|
|
990
|
+
FIELD
|
|
991
|
+
FAIL
|
|
992
|
+
LOOK
|
|
993
|
+
POSSIBLE
|
|
994
|
+
MIGHT
|
|
995
|
+
POLITICS
|
|
996
|
+
FLY
|
|
997
|
+
HOPE
|
|
998
|
+
NUMBER
|
|
999
|
+
ROOM
|
|
1000
|
+
BEAR
|
|
1001
|
+
HISTORY
|
|
1002
|
+
QUICKLY
|
|
1003
|
+
THROUGHOUT
|
|
1004
|
+
WEIGHT
|
|
1005
|
+
WORLD
|
|
1006
|
+
FOLLOW
|
|
1007
|
+
BUILDING
|
|
1008
|
+
PLACE
|
|
1009
|
+
RECENTLY
|
|
1010
|
+
OCCUR
|
|
1011
|
+
ENERGY
|
|
1012
|
+
HIGH
|
|
1013
|
+
PLANT
|
|
1014
|
+
GROUP
|
|
1015
|
+
SINGLE
|
|
1016
|
+
BY
|
|
1017
|
+
ON
|
|
1018
|
+
PRODUCT
|
|
1019
|
+
AREA
|
|
1020
|
+
CUSTOMER
|
|
1021
|
+
HAIR
|
|
1022
|
+
DIRECTOR
|
|
1023
|
+
LIKE
|
|
1024
|
+
MUCH
|
|
1025
|
+
DESPITE
|
|
1026
|
+
GUESS
|
|
1027
|
+
CURRENT
|
|
1028
|
+
PAST
|
|
1029
|
+
SKILL
|
|
1030
|
+
VOTE
|
|
1031
|
+
WATCH
|
|
1032
|
+
FOR
|
|
1033
|
+
CENTER
|
|
1034
|
+
THIRD
|
|
1035
|
+
DOWN
|
|
1036
|
+
SPECIAL
|
|
1037
|
+
ATTACK
|
|
1038
|
+
WHEN
|
|
1039
|
+
LEG
|
|
1040
|
+
SEE
|
|
1041
|
+
NEWSPAPER
|
|
1042
|
+
SHOT
|
|
1043
|
+
HOT
|
|
1044
|
+
TOP
|
|
1045
|
+
AND
|
|
1046
|
+
MIXED
|
|
1047
|
+
PLAN
|
|
1048
|
+
RACE
|
|
1049
|
+
CAESAR
|
|
1050
|
+
COST
|
|
1051
|
+
PIECE
|
|
1052
|
+
SOMETIMES
|
|
1053
|
+
SAFE
|
|
1054
|
+
EPISTLES
|
|
1055
|
+
THEY
|
|
1056
|
+
CUP
|
|
1057
|
+
COME
|
|
1058
|
+
PARTY
|
|
1059
|
+
WHO
|
|
1060
|
+
OR
|
|
1061
|
+
DEVELOP
|
|
1062
|
+
I'VE
|
|
1063
|
+
SERIOUS
|
|
1064
|
+
ATTORNEY
|
|
1065
|
+
PUBLIC
|
|
1066
|
+
THEIR
|
|
1067
|
+
ACCOUNT
|
|
1068
|
+
ADD
|
|
1069
|
+
AS
|
|
1070
|
+
BACK
|
|
1071
|
+
MILITARY
|
|
1072
|
+
SPORT
|