Start Discovering Solved Questions and Your Course Assignments
TextBooks Included
Active Tutors
Asked Questions
Answered Questions
1 write a regular expression that finds all the words in a string that contain double letters such as deep and book2
1 using the implementation of the ipaddresses class developed in this chapter write a method that displays the ip
write your own bitarray class without inheriting from the bitarray class that includes a conversion method that takes
this exercise involves designing a help-desk priority manager help requests are stored in a text file with the
a postfix expression evaluator works on arithmetic statements that take this form op1 op2 operator using two stacks
you can use a stack to check if a programming statement or a formula has balanced parentheses write a windows
1 run the binary search method on a set of unordered data what happens2 using the carray class with the seqsearch
1 the sequential search algorithm will always find the first occurrence of an item in a data set create a new
create an array of 1000 integers sorted in reverse numerical order write a program that runs each sorting algorithm
create an array of 1000 integers sorted in numerical order write a program that runs each sorting algorithm with this
create a data file consisting of at least 100 string values you can create the list yourself or perhaps copy the values
1 rewrite the longest common substring code as a class2 write a program that uses a brute force technique to find the
build a weighted graph that models a section of your home state use dijkstras algorithm to determine the shortest path
1 write a deletion method for the redblack class that adheres to the red-black rules2 design and implement a program
1 write findmin and findmax methods for the avltree class2 using the timing class compare the times for the methods
write a deletion method for the avltree class that utilizes lazy deletion there are several techniques you can use but
write a program that compares all four advanced sorting algorithms discussed in this chapter to perform the tests
modify the hash table implementation so that it uses an arraylist to store the set members rather than a hash table
rewrite exercise 1 so that it stores the words from a text file display all the words in the file and the number of
1 write a program that can read an indefinite number of lines of vbnet code and store reserved words in one linked list
1 rewrite the computer terms glossary application using the customdesigned hash class developed in this chapter
design and implement a class that uses an array to mimic the behavior of the arraylist class include as many methods
a postfix expression evaluator works on arithmetic statements that take the following formop1 op2 operatorusing two
design a help-desk priority manager store help requests stored in a text file with the following structure priority id
write a program that compares the times for both the bitarray implementation of the sieve of eratosthenes and the