COMP9024 21T3 Week 9 Set String Algorithms, Approximation
 COMP9024 21T3 Week 9  Set String Algorithms, Approximation
Week 9 Problem Set
1.(Boyer-Moore algorithm)
a.Implement a C-function
b.int *lastOccurrence(char *pattern, char *alphabet) { ... }
that computes the last-occurrence function for the Boyer-Moore algorithm. The function should return a newly created dynamic array indexed by the numeric codes of the characters in the given alphabet (a non-empty string of ASCII-characters).
Ensure that your function runs in O(m+s) time, where m is the size of the pattern and s the size of the alphabet.
Hint: You can obtain the numeric code of a  char c  through type conversion:  (int)c.
c.Use your answer to Exercise a. to write a C-program that:
prompts the user to input
an alphabet (a string),
a text (a string),
a pattern (a string);
computes and outputs the last-occurrence function for the pattern and alphabet;
uses the Boyer-Moore algorithm to match the pattern against the text.
An example of the program executing could be
./boyer-moore
Enter alphabet: abcd
Enter text: abacaabadcabacabaabb
Enter pattern: abacab
 
L[a] = 4
L[b] = 5
L[c] = 3
L[d] = -1
 
Match found at position 10.
If no match is found the output should be:  No match.
Hints:
You may assume that
the pattern and the alphabet have no more than 127 characters;
the text has no more than 1023 characters.
To scan stdin for a string with whitespace, such as "a pattern matching algorithm", you can use:
#define MAX_TEXT_LENGTH 1024
#define TEXT_FORMAT_STRING "%[^\n]%*c"
char T[MAX_TEXT_LENGTH];
scanf(TEXT_FORMAT_STRING, T);
This will read every character as long as it is not a newline '\n', and "%*c" ensures that the newline is read but discarded.
2.We have created a script that can automatically test your program. To run this test you can execute the dryrun program that corresponds to this exercise. It expects to find a program named boyer-moore.c in the current directory. You can use autotest as follows:
3.9024 dryrun boyer-moore
 
4.(Knuth-Morris-Pratt algorithm)
Develop, in pseudocode, a modified KMP algorithm that finds every occurrence of a pattern P in a text T. The algorithm should return a queue with the starting index of every substring of T equal to P.
Note that your algorithm should still run in O(n+m) time, and it should find every match, including those that "overlap".
 
5.(Tries)
a.Consider the following trie, where finishing nodes are shown in red:
 
What words are encoded in this trie?
b.If the following keys were inserted into an initially empty trie:
c.boot sorry so axe boo jaw sorts boon jaws
what would the final trie look like? Does the order of insertion matter?
d.Answer question b. for a compressed trie.
 
6.(Text compression)
Compute the frequency array and draw a Huffman tree for the following string:
dogs do spot no hot pots or coats
 
7.(Numerical approximation)
Write a C program to implement the root finding approximation algorithm from the lecture as the function:
double bisection(double (*f)(double), double x1, double x2)
Use your program to find roots for
a.f(x)=3x3−7x2+x+4f(x)=3x3-7x2+x+4, in the interval [−0.5,1.5][-0.5,1.5]
b.f(x)=tanxf(x)=tanx, in the interval [2.0,4.0][2.0,4.0]
c.f(x)=sin10x+cos5x−x210f(x)=sin10x+cos5x-x210, in the intervals [0.0,0.5][0.0,0.5] and [1.0,1.5][1.0,1.5]
with precision ε=10-10.
 
8.(Vertex cover)
a.Apply the approximation algorithm for vertex cover to the following graph:
 
Find two different executions, one that results in an optimal cover and one that does not.
b.What size is an optimal vertex cover for complete graphs Kn? Does the approximation algorithm always find an optimal cover for complete graphs?
c.A complete bipartite graph Km,n is an undirected graph that has:
two disjoint vertex sets Vm and Vn of size m≥1 and n≥1, respectively;
every possible edge connecting a vertex in Vm to a vertex in Vn;
no edge that has both endpoints in Vm or both endpoints in Vn.
Answer question b. for complete bipartite graphs.
 
9.(Feedback)
We (Daria, Kamiyu and Michael) want to hear from you how you liked COMP9024 and if you have any suggestions on how the course should be run in the future.
Log in to MyExperience to provide feedback. Please do so even if you just want to say, "I liked the way it was taught".
 
10.Challenge Exercise
Given a string s with repeated characters, design an efficient algorithm for rearranging the characters in s so that no two adjacent characters are identical, or determine that no such permutation exists. Analyse the time complexity of your algorithm.
 
Assessment
After you've solved the exercises, go to COMP9024 21T3 Quiz Week 9 to answer 5 quiz questions on this week's assessment and lecture.
The quiz is worth 2 marks.
There is no time limit on the quiz once you have started it, but the deadline for submitting your quiz answers is Monday, 15 November 5:00:00pm.
Please also for this final quiz (yay!) respect the quiz rules:
Do …
use your own best judgement to understand & solve a question
discuss quizzes on the forum only after the deadline on Monday
Do not …
post specific questions about the quiz before the Monday deadline
agonise too much about a question that you find too difficult
Reproducing, publishing, posting, distributing or translating this page is an infringement of copyright and will be referred to UNSW Conduct and Integrity for action.
 

热门主题

课程名

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
联系我们
EMail: 99515681@qq.com
QQ: 99515681
留学生作业帮-留学生的知心伴侣!
工作时间:08:00-21:00
python代写
微信客服:codinghelp
站长地图