Tagged Questions

5
votes
3answers
82 views

Base of Logarithm in Complexity Of The Algorithm [closed]

Possible Duplicate: What is the base of the logarithm for the purposes of Algorithms? While writing the complexity of an algorithm to be in terms of logarithm, e.g. log(N) …
0
votes
1answer
23 views

I need an alternative to the first fit decreasing bin packing algorithm that always finds an optimal solution

I have implemented the First-Fit-Decreasing bin packing algorithm to split a list of numbers into two 'bins' of equal size. The algorithm almost always finds the optimal packing ar …
6
votes
10answers
235 views

What is the best way to go about writing a simple x86 assembler?

I'm interested in writing an x86 assembler for a hobby project. At first it seemed fairly straight forward to me but the more I read into it, the more unanswered questions I fin …
0
votes
3answers
74 views

Shortest path with a fixed number of edges

We were discussing this problem in class, and were unable to come up with a solution I found satisfying. The problem: Find the shortest path through a graph in efficient time, wit …
5
votes
3answers
144 views

Best algorithm for matching colours.

Hi, I got array of some (about 200) colours in RGB format. I want to write program that taking any RGB colour and trying to match colour from my array that is most "similar". Of c …
0
votes
0answers
23 views

Algorithm for computing the last time a cron expression should have triggered?

I ran into this date and time constraint problem earlier this week, and haven't really found any good approach for an algorithm. Each idea I get grinds to a halt with something lik …
1
vote
3answers
175 views

Calculating distance between two points using pythagorean theorem [closed]

I'd like to create a function that calculates the distance between two pairs of lat/longs using the pythag theorem instead of the haversine great-circle formula. Since this will be …
0
votes
4answers
36 views

Designing a grid overlay based on longitudes and latitudes

I'm trying to figure out the best way to approach the following: Say I have a flat representation of the earth. I would like to create a grid that overlays this with each square o …
5
votes
3answers
235 views

What’s a good multi-core 64-bit “Hello World” program?

I recently got my home PC upgraded to a quad-core CPU and 64-bit OS. I have some former experience with C/C++ and I'm really "itching" to try exercising some 64-bit CPU capabilitie …
1
vote
5answers
152 views

How does Java implement hash tables?

Does anyone know how Java implements its hash tables (HashSet or HashMap)? Given the various types of objects that one may want to put in a hash table, it seems very difficult to c …
82
votes
33answers
3k views

O(nlogn) Algorithm - Find three evenly spaced ones within binary string

I had this question on an Algorithms test yesterday, and I can't figure out the answer. It is driving me absolutely crazy, because it was worth about 40 points. I figure that mos …
1
vote
9answers
138 views

How to generate a unique hash for a URL ?

Given these two images from twitter. http://a3.twimg.com/profile_images/130500759/lowres_profilepic.jpg http://a1.twimg.com/profile_images/58079916/lowres_profilepic.jpg I want …
1
vote
1answer
152 views

How much time do you spend on solving this number count problem? [closed]

Here is the question, Problem description: The page number of one book counts from natural number 1 to natuarl number n sequentially.The number follows the ordinary convertion,ev …
1
vote
3answers
135 views

How to handle mismatched lists for a Zip algorithm

I'm thinking about writing a Delphi implementation of the functional Zip routine, which takes two lists and outputs a list of pairs of elements. So, feeding it [1, 2, 3] and ['a', …
0
votes
2answers
92 views

An algorithm for splitting a sequence in equally spaced, non colliding subsequences.

Hi to all, I got this problem that I can't just solve algorithmically. Let's say i have a video capture that always captures video frames at a fixed rate F (let's say 30 frames pe …

1 2 3 next
15 30 50 per page