Hi i have been given this program as an assignement:
There is a robot, which accepts ONLY these 2 commands S to go straight one m
etre and R to turn left! The robot draws lines on the floor ...
[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 been struggling with this question for quite a while: Consider a regular heap, with the additional property that in each level of the heap, the elements, viewed from left to right, are in 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
Hi all,
I am currently doing a SPC (Statiscal Process Control) software. It is related to Vision Inspection Machine. The software is doing using VC 6 MFC, and database using Microsoft Access.
...
[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'm just a beginner in programming. I've been studying programming for 2 years, but i've never studied about algorithm and data structure. Anyone can suggest me a book that i should read?
...
[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 trying to find the asymptotic growth rates of the functions in asending order.(fastest to slowest). Is my order correct?
1) 2n
2) 2n/2
3) n3 + 2048n2 + 65536n
4)
5) nlog(...
[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 I right that BigOh(g(x)) is a strict superset of SmallOh(g(x))?
...
[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
Definition of BigOh says that 0<=f(x)<=Cg(x), for x>=k, where C is positive constant, and k is nonnegative constant;
To prove n+1 is belong to BigOh(n),
we purposely take C=4, k=1
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
Some books says that to show f(x) is BigOh(g(x))
we need to show that 0<=f(x)<=Cg(x), for x>k, where C is positive constant, and k is nonnegative constant
the other books says 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
Hi all,
I'm looking for example code or tips to create code in order to make a "perfect Histogram".
The idea:
You have an array containing a bunch of data, and you want 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
I know Im pretty new on this site but i dont know where else to go. Im pretty clueless on algorithms and how to do them. Please help.
This is a worksheet he gave us.
1) Write the algorithm...
[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 an algorithm of BruteForceStringMatch found from the book "The design and analysis of algorithm" by anany Levitin at pg105.
The description of the algorithm:
Given a string o...
[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've found 2 good algorithms for finding the shortest path between 2 spots. Dijkstra's and Floyd's. The question is: does anyone know how to use one of those (anyone) with javascrip...
[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
Not sure if this is the right place for this post or not. Here is my situation:
I am located at position X,Y where X is latitude in decimal degrees and Y is longitude in decimal degrees. If I pu...
[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'm new to this forum and also new to algorithms but was wondering if anyone here has an algorithm to merge three sorted sequences into one sequence?
Any help would be very appreciat...
[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,
How to create a polygon from many separate segments?
For example: I have these segments: AB, CD, DE, BC, EF.
How to create a polygon ABCDEFA from them?
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 a graph, I add and delete a few nodes and arcs. The graph becomes disconnected and several isolated sub-graphs are resulted. Isolated sub-graphs don't have any arcs connected to each other. ...
[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 found on Wikipedia a short and nice algorithm which is suppose to find all permutations of characters in a string. For example, for the string ABC (3! = 6 permutations) = ABC, ACB, 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
Here is a simple algorithm that uses a while loop.
set theinitial valueofcount to10
while(NOT(count is 0))
write the valueofcount in theoutput window
decreasecount by 1
move to 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
What I essentially want to do is test the 640kB base RAM of an IBM-complatible PC machine.
The way I would do that normally, is I would choose a certain number of locations, write a certain va...
[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 the deflate algorithm. In RFC1951 it says that:
Quote:
The compressor terminates a block when it determines that starting a
new block with fresh...
[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 problem which i m working on in which i need to figure out , if the two matrices are equal. so for example
|10| |00|
|10| == |11|
these two can be made equal by applying m...
[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 write a recursive function to fill an NxN 2D array with N rooks. I need it to be able to find every solution. Any suggestions?
...
[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 think the title speaks out for its self alone :P
I am working on a project which simulates an operation system and need B+ tree functions in C to handle the data.
If anyone could help, 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
hi here is a problem. the answer to this is simply a^b. but i am unable to figure out the reason. can anybody plz help me to improve my understanding
Dear Uncle Jack is willing to give away 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
Hi
I Want to Know sth about Algorithm for Indexing data such as Text zip pdf ...
You surely faced with some commercial product that index your files I want to know How do they do it "Ind...
[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