<< Prev Showing: 11-15 of 353 Next >>
· 1-5 · 6-10 · 11-15 · 16-20 · 21-25 · 26-30 · 31-35 · 36-40 · 41-45 · 46-50 · 51-55 ·Writing regular expressions describing languages of strings.
Write a regular expression describing the language of strings that have at least two 1's. The language consists of 0's and 1's.
Subject:
Computer Science
Topic:
Data Structures and Algorithms
Posting ID:
2592
OTA ID:
102406
Working with the big-Oh notation.
Why is it true that 20n^3+10n log(n)+5 is O(n^3)? What happened to the other terms? (Note: n^3 means n cubed, or n to the power of 3)
Subject:
Computer Science
Topic:
Data Structures and Algorithms
Posting ID:
2593
OTA ID:
102406
Working with set theory: subtraction, union, and intersection.
If we define the following two sets: A = {1, 2, 3, 4, 5} B = {5, 6, 7, 8, 9} What are the following: A - B? A union B? (The union of A and B) A intersect B? (The intersect of A and B)
Subject:
Computer Science
Topic:
Data Structures and Algorithms
Posting ID:
2594
OTA ID:
102406
If I can show that some NP-complete problem is in P, does P = NP? Why, or why not?
Subject:
Computer Science
Topic:
Data Structures and Algorithms
Posting ID:
2595
OTA ID:
102406
write a code in preparation for creating a spell-checker
Write a code in preparation for creating a spell-checker. I will provide a dictionary. For now don't worry about acutally spell checking: Just write a program that can read in the dictionary word by word. The dictionary is large, having over 125,000 words in it. Reading this in word by word will be easy, since there is one word per line. The dictionary is attached.
Subject:
Computer Science
Topic:
Data Structures and Algorithms
Posting ID:
4357
OTA ID:
103044
<< Prev Showing: 11-15 of 353 Next >>
· 1-5 · 6-10 · 11-15 · 16-20 · 21-25 · 26-30 · 31-35 · 36-40 · 41-45 · 46-50 · 51-55 · 56-60 · 61-65 · 66-70 · 71-75 · 76-80 · 81-85 · 86-90 · 91-95 · 96-100 · 101-105 · 106-110 · 111-115 · 116-120 · 121-125 · 126-130 · 131-135 · 136-140 · 141-145 · 146-150 · 151-155 · 156-160 · 161-165 · 166-170 · 171-175 · 176-180 · 181-185 · 186-190 · 191-195 · 196-200 · 201-205 · 206-210 · 211-215 · 216-220 · 221-225 · 226-230 · 231-235 · 236-240 · 241-245 · 246-250 · 251-255 · 256-260 · 261-265 · 266-270 · 271-275 · 276-280 · 281-285 · 286-290 · 291-295 · 296-300 · 301-305 · 306-310 · 311-315 · 316-320 · 321-325 · 326-330 · 331-335 · 336-340 · 341-345 · 346-350 · 351-353 ·Page generated in 0.0953 seconds