Given an Array A of 'n' arbitrary and an array B of n integers having either o,-1,1 write an efficient function to rearrange the elements of arrays A with the following requirements.
a) if 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 all,
I have a record of above 4 lak patients in a binary file. How can i search for a particular patient with different conditions fast. can any one suggest me a good method.
...
[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 not clear with the scenarios where I should use which data structure
Balanced Trees-
AVL Tree- ( it stores one extra field height per node)
Splay tree -
Red Black Tree- (It also sto...
[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
Umm.. Maybe I wrote something unclear. All the points in edges are given, not only vertices. For example:
Code:
XX
XX XX
X X
X XX X
X XX
And they're not...
[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
aha! thanks for posting that bit of code. Assuming the bit you posted works then I just need to change the signs of all of the activation values that are passed though logsig/deriv of logsig in 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
if we have a tree that contains int.
I want to find the largest subtree, in a sense that it (subtree)has largest sum of the values of the nodes
Any idea, codes??
Thanks
P.S.
...
[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 sir / madam,
im trying to learn discrete mathematics and automata theory,
recently i got interested to engage a bit in the theoretical side of computer science...
but it is really ha...
[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
It does look like the last column heading should be (p V q ) V ~ ( p Λ q) instead of (p Λ q) V ~ (p V q)
...
[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,
I am implementing a network game in c++ and one friend of mine told me to use dead reckoning so to implement it.
My problem is that i dont find many information on the internet ...
[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,
I need some help with the following:
I've got a program that takes a user input and does something with it. Unfortunately for me, the system reads all of my inputs as hex, and my user...
[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 Peter_APIIT
What is concave up / down functions f(x) ?
Sorry for my stupidity.
Google gives this answer at first lin...
[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
Your link is blocked by my firewall at work here. Can you email it to me? I would love to read 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
Hello to all experct programmer, i have code a quick sort algrithm.
I wonder how you think about my algorithm.
Below is my code:
Code:
#include<iostream>
#include&l...
[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
First of all, What is finger tree ? i really never heard before.
...
[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 a second year communication engineering student and taking a algorithms and data structures course.
we got a question no have been able to solve:
Let M be a matrix with m rows and ...
[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 there,
I need an algorithm that can be coded in php/mysql to generate a sports draw from a list of sports teams.
Our starting point is that we have
·Several teams - each with a number...
[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
After reading through the questions and answers in this 'algorithm' forum I realized that this would be the perfect place to get help.
I'm trying to figure out an alogirthm that will generate ...
[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 to implement a B+ Tree, I found this code online.
This code allows to insert and lookup.
First you will be prompted to enter number of keys to insert, number of lookups to perfo...
[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
any where to go for programming questions and algos?
...
[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. Today I saw the following codes:
Code:
for(int i=2; i<n; i++)
if(n%i == 0) return false;
return true;
Code:
for(int i=2; i<0.5/n; i++)
if(n%i == 0) return ...
[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 any one pls tell me which data structure will best suit the application - notepad.......? Justify as to how its best suited.............
Thanking u in advance....
...
[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 csv file looking like:
code quantity
0022 11
0033 14
etc.
I need an efficient way of detecting code duplicates. This files can become pretty big and what...
[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 a C# programmer so I don't know for sure, but this [http://www.csharphelp.com/archives/archive105.html]> seems to have some info about arrays of delegates.
...
[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
some documentation of a range coder. I want to add one to my method. (I have my own method based off LZ that I want to add a range coder to. My method is called LZJS3 (a few different concepts I 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
hello all.
i have a little problem implementing a binary interpolation search in an array.
In some cases the program enters to an endlessly loop.
the code is uploaded here.
http://rapids...
[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