Is it possible to find the centre node of a single linked list without counting through all nodes? I guess that is the same as better than O(n)?
Laitinen
...
[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 currently experiencing a very strange problem when trying to play back and record sounds using the daq toolbox and an Creative Audigy 2 ZS Platinum.
If I try to start a sound too quickly ...
[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 sure this topic belongs here but it does do with algorithms. I am taking a class this summer An intorduction to CS. My professors gives us this assignment that I do not have a clue what he...
[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've been making a map editor, well, so far it's kinda a terrain editor.
Anyways; there are a bunch of triangles, and I need to know of all their vertecies' normals...
Let's call 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
Do you know of any inexpensive (<$1000) SDK's that can do collision detection (and response) based on objects. for example, if I have a model of a bike and another model of a human, I would 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
what is the greedy method of multiplying a chain of matrices.
-sweta venkatesh
...
[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
are there any kinds of graphs for which depth first search and breadth first search are the same.
-sweta venkatesh
...
[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've attached the source files below (which I compiled with g++) and here is a tutorial that I found which shows me how a black and red tree works (which can be pretty helpful.)
I inserted 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
Hello everybody
I want to develop a desktop application which interact with particular severs ,database and XML files(Reading and modifing them).
which programming language can make it easy fa...
[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
Why log_2 is used in searchign for a primes ?
what if I deal with quinary ? i can use log_4 ?
Thank a bunch
...
[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 found a link that has a video lectures that can be very useful:
http://ocw.mit.edu/OcwWeb/Electrica...Notes/index.htm
if you want to download the videos these are full links for 220k ...
[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
Here's the situation:
I'm writing a program that has to determine the size of a window (windows XP window, not a physical window ) and then compare it to a static range of screen resolutions. ...
[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
Please help!!!!
I'm totally n00b at programming, and I need a code for a college assignment (preferabbly Pseudocode), that does the following:
You think in three numbers, from 1 to 9
T...
[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
Say I have many dots,
dotA connects to B, X, Y
dotB connects to C, Z
dotG connects to nothing
etc
I want to define groups of dots, a group of dots is all dots that are directly or indire...
[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 been give the following problem:
GOAL: Implement a procedure that efficiently converts a linked list into a tree.
PROBLEM BACKGROUND: Each Object in the linked list ...
[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 Gurus!
I am not sure wheter this is the right place to post this message but I'll give it a try!
My problem is the following;
Given any positive number "a", I want to find...
[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 read this problem some months back. Given an array of size n filled with numbers from 1 to n - 1, we will have atleast one number which is repeated twice. Give an algorithm to search ...
[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 wondering if there is an algorithm out there that searches for multiple patterns in a string. I need it to also find out if each pattern is a certain distance from the pattern before it. Is 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
Is there an algorithm to merge 2 binary search trees
-sweta venkatesh
...
[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 let me know the algorithm to create a binary search tree from an array of elements using divide and conquer
Please Help..!
-sweta venkatesh
...
[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 how to go about the following.
Open 2 text based files
Compare the two
Output the differences From File 2 into another txt file
Example:
LargeTextFile1.txt...
[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 find the level of a node (which is the root of a subtree itself) in a general tree structure.
The structure definition is (JAVA):
Code:
public class ArbolGeneral {
...
[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 was wondering if anyone has done this or might know of how to go about the following.
A text file is opened (over 1.3 Megs)
The file is read and then the order of all the lines is reversed...
[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,
Are O(nCr) and O(n!) exponential?
...
[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 hope that everybody knows the game su do ku. I would really like to know is there way to find how many unique grids are possible in a 9 x 9 su do ku board.
...
[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