Hi,
I need help on figuring out the correct approach to parse out the names of geographic entities from a web search query.
I've been reading various papers on the subject and it...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Ok, so here's the problem I am having. Say I have a boolean maze, where ofcourse T are the place I can traverse on and F are the areas I cannot. The goal is to find the shortest parth fr...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Use a non-recursive function? Seriously, you should be able to convert your recursive function into a non-recursive one using loops.
Viggy
...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
thanks i will try to tweak the algorithm and post my results here.
...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
There's an Hash table T[1..m]
n series with key numbers (k1,k2,k3...kn)
and an Hash function of some sort - h
we'll insert the n keys into the hash table with the h function (wit...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Algorithmically speaking, this is not such a difficult problem to handle that it would require some sort of special algorithm.
You can do this:
I assume that the matrix M[3][3] is ...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
1. Is this homework ? read this [http://www.codeguru.com/forum/showthread.php?t=366302&highlight=homework]>.
2. This does not belong in Algorithms forum - you should have posted th...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hey everybody!
Really need some help cause I'm lost!
I need to find an asymptotically tight bound (theta) for this sum
http://img231.imageshack.us/img231/1606/32830911.jpg [http:/...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi
why does n x n matrix multiplication take 2n3 operations?
Thanks.
...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Do you know some neat Java libaries that allow you to make cartesian product of two (or more) sets?
For example: I have set of sets. Set<Set<Object>>
I want to genera...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I'm not too sure how to tackle this question:
Two databases, each containing n elements (for a total of 2n elements, with no two elements being the same). Want to find the median (n-...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hello, I have a few sets which are like
SET A(1,2,3,11,10) - $30
SET B(2,5,8) - $20
SET C(6) -$25
SET D(6,8) -$30
SET E(7,5) -$20
SE...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
if i understand the problem correctly what you need to do is set up an exhaustive set of possibilities and simply use a "champion - challenger" approach to finding the least co...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I need help with this question:
Find what a,b,and c is. They must be integer answers.
The equation goes like this:
Code:
35a+55b+77c=1
I'm totally confused, I can think of a solut...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
CS110 – Fund of Comp Prog
Assignment 4: Furniture Inventory
Points Possible: 35
5 points for an input file description with all input fields
...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Can someone please give me a example of a proposal alogirhtm that is unbiased? or where i can some examples?
...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
This problem is NP-Hard, as there exists a polynomial time reduction from the Set Cover Problem [http://en.wikipedia.org/wiki/Set_cover_problem]> to this problem.
I would try an appr...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hello Good people,i am student who is interested in developing a search engine that indexes pages from my country.I have been doing my research on Algorithm to use for sometime now and i...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Quote:
Originally Posted by Yueliang
[showthread.php?p=1880114#post1880114]>
Why not if it works ?
Are you making a guessing program to ...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Can someone walk me through this, I am having a little bit of trouble understanding.
...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Quote:
Originally Posted by coder752
[showthread.php?p=1877696#post1877696]>
I need to find a function which is not o(1) but where f(2009)...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Good day!
This is my first post here, hope this is the right section.
I'm stuck in between some 3d points. Probably the reason is that my math knowledge has worsened over years a...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I have this problem:
Consider programs A and B that have been analyzed and found to have worst-case running times no greater than 2n2 and 100nlogn respectively.
in order to find out...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I need help with this challenging question for my computer discrete structures/data structures class.
Ok I need to prove that the sum of the first n fibonacci numbers is equal to the...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi all,
I'm having trouble implementing a hash function that produces 1-byte hash values (ranging from 0-255) for variable length keys. I've tried the Generalized CRC and Pearson al...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine