首页
网站开发
桌面应用
管理软件
微信开发
App开发
嵌入式软件
工具软件
数据采集与分析
其他
首页
>
> 详细
讲解CSCI-1200编程、辅导CS,Java编程设计、Python程序辅导 辅导Python编程|讲解R语言编程
项目预算:
开发周期:
发布时间:
要求地区:
CSCI-1200 Data Structures — Spring 2021
Homework 6 — Crossword Blackout
In this homework we will work with concepts inspired by crosswords, however we will not be following all the
rules that would be required by a proper “American-style” or “British-style” crossword. As such, you should
read the entire handout carefully. Crosswords are quite popular, so there is lots of material available online.
You may not search for, study, or use any outside code related to crossword puzzles. You are welcome to
find additional puzzles to experiment with and try to solve by hand.
The basic goal is to consider a two dimensional grid in which each square either contains a letter or a black
square, and find one or all boards that meet some requirements (described below) and have all other squares
blacked out. Any sequence of two or more squares touching is considered a word. In order for a HW6 solution
to be valid it must contain no words shorter than 3 letters, and all words must be in a provided dictionary
(more on this later). Words only run in two directions, across (meaning left-to-right) and down (meaning
top-to-bottom). A letter in a square can belong to an across word, a down word, or both an across and down
word. A letter in a square is never part of two or more across words at the same time, or two or more down
words at the same time. Finally, in a real crossword grid, all the words must be “connected”, and black
squares must be placed to ensure symmetry, but neither of those are requirements for the baseline HW6.
A full-size example puzzle (left) and solution (right) might look like:
Source: https://www.sporcle.com/games/hockeystix3/blackout-2
Crossword Blackout Arguments
Your program will accept four (baseline) or five (extra credit) command line arguments. The extra credit
will be explained near the end of the handout, for now we focus on the baseline HW6 requirements.
Execution looks like: ./a.out [dictionary file] [initial grid file] [solution mode] [output mode] [gc]
Dictionary File
The dictionary file consists of words that only use upper-case letters, with one word per line. For a solution
to be legal (allowed), all words in the solution must be in the dictionary file. Words in the dictionary are
unique, and words can only appear up to one time per solution.
Initial Grid File
The initial grid file describes the puzzle to work with. There are three types of lines that appear in the input.
There are no spaces in any of the lines. You should not make any assumptions about the order the different
types of lines will appear in the input. Black squares, represented by “#”, may appear in the input and
output.
• Comments: Comment lines start with “!” and should be ignored by your program
• Length constraints: Constraint lines start with “+” followed by a positive integer.
• Grid lines: Lines that are not comments and not constraint lines are one row of the input puzzle’s
grid. These are presented in order.
Every puzzle should have one or more constraints which represent a required word length in the solution.
Any legal solution must have one matching word per constraint, and every constraint must have a matching
word. For example if “+4” appears twice in the input file, then all legal solutions must have exactly two
4-letter words.
Solution Mode
The solution mode will either be one solution meaning you should only print up to one solution, or it will be
all solutions meaning you should print all solutions that satisfy the inputs.
Output Mode
The output mode will either be count only in which case you will only print the number of solutions you
found (just the first line of output from the example in the section below), or print boards in which case you
should print the count and print all solutions.
Output Formatting
An example output for a puzzle with 3 solutions is:
Number of solution(s): 3
To ensure full credit on the homework server, please format your solution exactly as shown above. Solutions
may appear in any order, but the first line must start with Number of solution(s): then a space and the
number of solutions. Each solution should start with a line that says Board followed by one row of the board
per line, starting from the top row.
Additional Requirements: Recursion, Order Notation, & Extra Puzzles
You must use recursion in a non-trivial way in your solution to this homework. As always, we recommend you
work on this program in logical steps. Partial credit will be awarded for each component of the assignment.
Your program should do some error checking when reading in the input to make sure you understand the
file format. IMPORTANT NOTE: This problem is computationally expensive, even for medium-sized puzzles
with too much freedom! Be sure to create your own simple test cases as you debug your program.
Once you have finished your implementation, analyze the performance of your algorithm using order notation.
What important variables control the complexity of a particular problem? The dimensions of the board (w
and h)? The number of words in the dictionary (d)? The total number of spaces with a letter (l)? The
total number of blacked out spaces (b)? The number of constraints (c)? Etc. In your README.txt file write
a concise paragraph (< 200 words) justifying your answer. Also include a simple table summarizing the
running time and number of solutions found by your program on each of the provided examples.
You should include 1-3 new puzzles and at least 1 dictionary for each of your new puzzles that either helped
you test corner cases or experiment with the running time of your program. Make sure to describe these
puzzles in your README.
You can use any technique we have covered in Lectures 1-14, Homework 1-5, and Lab 1-7. This means you
cannot use STL pair, map, set, etc. on this homework assignment.
You must do this assignment on your own, as described in the “Collaboration Policy & Academic Integrity”
handout. If you did discuss this assignment, problem solving techniques, or error messages, etc. with anyone,
please list their names in your README.txt file.
NOTE: If you earn 7 points on the homework submission server for tests 3 through 10 by 11:59pm on
Wednesday, March 24, you may submit your assignment on Friday, March 26 by 11:59pm without being
charged a late day.
Extra Credit
For extra credit, your program should function the same as in the baseline case when given four arguments.
However if a fifth argument is given, gc, then you should only print boards that are a “giant component”.
What this means is that starting from any letter, you should be able to use a series of up, down, left, and
right moves to reach all other letters in the board without having to go through a blacked out (“#”) square.
Legal for baseline HW6, but not valid for
extra credit if gc is given as 5th argument.
There is no way to get from “LABRAT” to
“RED” without touching a blacked out cell or
using a diagonal movement.
Legal for baseline HW6 and extra credit, all
letters can be reached by only going up, left,
down, or right without having to use a blacked
out cell.
3
软件开发、广告设计客服
QQ:99515681
邮箱:99515681@qq.com
工作时间:8:00-23:00
微信:codinghelp
热点项目
更多
代做ceng0013 design of a pro...
2024-11-13
代做mech4880 refrigeration a...
2024-11-13
代做mcd1350: media studies a...
2024-11-13
代写fint b338f (autumn 2024)...
2024-11-13
代做engd3000 design of tunab...
2024-11-13
代做n1611 financial economet...
2024-11-13
代做econ 2331: economic and ...
2024-11-13
代做cs770/870 assignment 8代...
2024-11-13
代写amath 481/581 autumn qua...
2024-11-13
代做ccc8013 the process of s...
2024-11-13
代写csit040 – modern comput...
2024-11-13
代写econ 2070: introduc2on t...
2024-11-13
代写cct260, project 2 person...
2024-11-13
热点标签
mktg2509
csci 2600
38170
lng302
csse3010
phas3226
77938
arch1162
engn4536/engn6536
acx5903
comp151101
phl245
cse12
comp9312
stat3016/6016
phas0038
comp2140
6qqmb312
xjco3011
rest0005
ematm0051
5qqmn219
lubs5062m
eee8155
cege0100
eap033
artd1109
mat246
etc3430
ecmm462
mis102
inft6800
ddes9903
comp6521
comp9517
comp3331/9331
comp4337
comp6008
comp9414
bu.231.790.81
man00150m
csb352h
math1041
eengm4100
isys1002
08
6057cem
mktg3504
mthm036
mtrx1701
mth3241
eeee3086
cmp-7038b
cmp-7000a
ints4010
econ2151
infs5710
fins5516
fin3309
fins5510
gsoe9340
math2007
math2036
soee5010
mark3088
infs3605
elec9714
comp2271
ma214
comp2211
infs3604
600426
sit254
acct3091
bbt405
msin0116
com107/com113
mark5826
sit120
comp9021
eco2101
eeen40700
cs253
ece3114
ecmm447
chns3000
math377
itd102
comp9444
comp(2041|9044)
econ0060
econ7230
mgt001371
ecs-323
cs6250
mgdi60012
mdia2012
comm221001
comm5000
ma1008
engl642
econ241
com333
math367
mis201
nbs-7041x
meek16104
econ2003
comm1190
mbas902
comp-1027
dpst1091
comp7315
eppd1033
m06
ee3025
msci231
bb113/bbs1063
fc709
comp3425
comp9417
econ42915
cb9101
math1102e
chme0017
fc307
mkt60104
5522usst
litr1-uc6201.200
ee1102
cosc2803
math39512
omp9727
int2067/int5051
bsb151
mgt253
fc021
babs2202
mis2002s
phya21
18-213
cege0012
mdia1002
math38032
mech5125
07
cisc102
mgx3110
cs240
11175
fin3020s
eco3420
ictten622
comp9727
cpt111
de114102d
mgm320h5s
bafi1019
math21112
efim20036
mn-3503
fins5568
110.807
bcpm000028
info6030
bma0092
bcpm0054
math20212
ce335
cs365
cenv6141
ftec5580
math2010
ec3450
comm1170
ecmt1010
csci-ua.0480-003
econ12-200
ib3960
ectb60h3f
cs247—assignment
tk3163
ics3u
ib3j80
comp20008
comp9334
eppd1063
acct2343
cct109
isys1055/3412
math350-real
math2014
eec180
stat141b
econ2101
msinm014/msing014/msing014b
fit2004
comp643
bu1002
cm2030
联系我们
- QQ: 9951568
© 2021
www.rj363.com
软件定制开发网!