You are correct sir.
...
[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
Is there an algorithm that traverses a tree left to right from the leaves to the root? It's like reverse level order traversal but instead of right to left the traversal would be left to right. If...
[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 MikeAThon,
I really dont know about nomenclature. What does the part of my code make you be confused?
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
Given an input of a string, how do i put its characters in a binary tree in iterative postorder? The length of the string is one less than a power of 2 (e.g. 0, 1, 3, 7, 15..), so the resulting tr...
[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 the following task. I have an array of non-negative numbers, let us name it A. For instance: {30, 3, 2892}. In fact, each of the numbers is count of some objects (it does not matter – which...
[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
how do i show that the VERTEX-COVER problem remains NP-complete even when restricted to inputs consisting of graphs such that all vertices have even degree??
...
[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 am doing my taxes and have a long list of fractional shares sold as a result of dividend reinvestment. In order to reconcile the sale transactions, I need to be able to assemble the fractional ...
[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 am doing my taxes and have a long list of fractional shares sold as a result of dividend reinvestment. In order to reconcile the sale transactions, I need to be able to assemble the fractional ...
[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 dataset from which I want to distribute some resources amongst some participants. I have the following say:
Seller:
Group ID | Serial Number | Stock
Buyer:
Group ID | Serial 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
I am trying to implement RSA for my FPGA.
And there is a inverse modulo operation that is bugging me for 3 days now, problem is--
(551)^-1 mod 1517 = 1082 !!
i dont know how, but 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
I am trying to implement RSA for my FPGA.
And there is a inverse modulo operation that is bugging me for 3 days now, problem is--
(551)^-1 mod 1517 = 1082 !!
i dont know how, 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
Hello,
I was given an assignment by my teacher to implement some algorithm and analyze its practical running time versus theoretical.
With algorithms running in O(n^2) it's seems to be ra...
[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..im very new to data structures.... can someone explain this coding....thanks in advance
void PrintRxData(RX_DATA_STRUCT* pRx)
{
api_header_t* pri;
USHORT datlen, ln;
PUC...
[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, im working on signals, here is an introduction to the context where i am.
im my work there is a 1-dimension camera that takes pictues in black and white.
so when i take a picture , i g...
[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 guyz...am new to this forum and also programmin
i have an assignment due on jan 3rd...its jss an algorithm...i hope someone can help me...
the algorithm is...
In English, provide 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
Hi All,
i am new to this fourm .
i want to know aout the Data structures fully .
where can i get free E book data structures ?
If you know any body kindly tell me ....
Rega...
[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 everyone,
I'm new to this forum, so please bear with me :-)
I'm working on Katz smoothing with Good Turing discounting for a project of mine. If anyone else has worked with this algorit...
[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 all,
Suppose I have a collection of coordinates (in x, y).. do you think quadtrees are good for figuring out the n closest coordinates to a particular one?
This stemmed off from a cl...
[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 guys,
I've been banging my head against the wall trying to convolve two data sets. They are of equal length. One is a gaussian, and the other is a Lorentzian. I haven't been able to get 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
I'm currently working with a USB based oscilloscope and writing a plot program to display the oscope trace. Data values from the oscope come in the form of 'ADC counts' (32768 to -32768). We then...
[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 trying to figure out the Fast Marching Method. Two things have become apparent:
1) I need a data structure which is a heap according to one key (arrival time), has an increase_key function...
[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 recently tried coding small algorithms with multithreading, using pthreads. I found it very interesting. I want to implement more algorithms or parallelize existing ones to learn mo...
[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 mean that if i have
Array 1:
2 4 6
Array 2:
1 3 5 7
Add the two arrays
1 3 5 7 2 4 6 // counter = 7
Go to array[3]
All the little -> left
All the large-...
[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 just started learning Algorithms.
And i have got stucked at on point.
Actually in the book which i am referring there is an exercise of
multiplying 2 matrices i.e one matrix is (m b...
[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'm trying to create a simple pool game. The ball is moving with speed vx along x axis and vy along y axis. This way I can easily compute the rotation in x and y direction. But how can I com...
[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