Hello!
I would like to find a good sorting algorithm for sorting data that already is almost sorted. That means, an elemend is at a possition in the array that usually isn't very far from wher...
[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 to create a depth first traversal structure in psuedocode and below is what i have come up with:
Code:
GraphSearch(G,v,u)
G Graph being searched
v Node at the start of the 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
Since i cannot figure it out myself i hope one of you can help me with creating the right algorhytm for a specific permutation generator.
Problem:
We have
A = number of RED marbles in sample...
[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
I'd like to know if there's a known "best" data structure for an ordered array of natural numbers (~100.000 length, up to 6 digits numbers).
I have studied several choices but...
[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!
Anyone knows where I could find source code (possibly Matlab ) for finding Haar-like features in an image?
Or at least a detailed description of the algorithm...
I've read the Viol...
[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 am not mistaken on this new implementation, I may have created a compression method that creates an output file that in itself can be compressed multiple times. I do not know if this is right...
[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
Okay, I have two files here. Very basic. The problem I am having is that the input index is ending up one past the length of the buffer, therefore it is ending up 2 bytes out of bounds so to speak...
[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
Tell me that my eyes are or are not deceiving me... Check this report out from a run on a modified version of LZ77 that I have created.
...
[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
Could you please tell me how to know my problem is NP complete ?
...
[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
Am perusing through old assignments, and I can't recall what data structure, this array representation is a reflection of. Any guru ideas appreciated!
setup
- given a set of real numbe...
[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
Is there anybody who can solve this problem? This is not a easy problem. (At least not for me.)
Here is the problem.
Problem:
Assume that George(S,X) is a function that ret...
[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
Does anyone have a code example of how to calculate the nth root of large numbers that have hundreds of digits?
...
[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 making an algorithm that finds 2 numbers that add to a certain number and multiply to a certain number.
Something like this...
Take the numbers 9 and 18 for example.
I need 2 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
Earlier today I finished my C++ app. that factors trinomials.
If you don't know what a trinomial is, it looks like this:
ax^2 + bx + c
When A, B and C are entered in, it factors it into ...
[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 am currently using template matching technique where a mouth template with the size VS2xUS2 needs to be move pixel by pixel in a clipped region with bigger size height1xwidth1 so that ...
[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 am having serious problems with hash maps in STL.
The thing I am try to do is very simple: have a hash map with a unique key.
I am sure my key is unique per object, and my equalit...
[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,
I am currently studying LR1 parser construction and have a question regarding shift-reduce conflicts.
Shift-reduce conflicts can be resolved using precedence directives. A conflict can...
[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
I have a data structure that is pretty much complete and serving its purpose, but I'd like to know it's formal name.
It is akin to the page frame tables used in an OS virtual memory man...
[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 are many nodes in the map, each of which is connected to other nodes. One way traffic for all edges, for instance, from N1 to either N2 or N3, but from N2 or N3 can’t directly go back to N1....
[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 is basically a pattern classification problem and would involve Bayesian classifier techniques to solve it. I know this is a very open ended question - but any response would be appreciated. ...
[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 guess it won't help me now, but I'll appreciate your thoughts anyway.
You are given an array with n actors, each has a weight and an age.
You should build a data structure that has only ...
[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 a little optimization problem, I have two lists of sorted elements and I need to pick n-th largest element from both lists combined. Now, since the data in both lists changes and I do not h...
[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 a question for discussion:
Suppose there are a group of people wearing in different colors. They are standing in a playground according the following rules:
1. Each color stands in 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
Dear All,
I have a question about forms/documents recognition systems. i want to develop an application that can automatically classify a group of documents (each document is a single page) an...
[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
Let G be a simple graph. Show that m = (n 2), and determine when equality holds.
...
[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