Have something to say?
Join LinkedIn for free to participate in the conversation. When you join, you can comment and post your own discussions.
-
-
-
'RSA algorithm flawed' report is difficult to dismiss blogs.csoonline.com
RSA is firing back at researchers who claim in a paper that its...
-
RSA Denies X.509 Public Key Algorithm Weakness Is A Flaw techweekeurope.co.uk
RSA accepts X.509 weaknesses but says that research revelations raise...
-
Stekys Media Helps Customers Deal With Google Changes in 2012 - San... sfgate.com
Stekys Media Helps Customers Deal With Google Changes in 2012 San...
-
Algorithm Uses Photo Networks To Reveal Your Hometown - Technology... technologyreview.com
Computer scientists have developed a simple algorithm that accurately...
-
Visual-Based Navigation Could Replace Satellite GPS - PSFK psfk.com
PSFK Visual-Based Navigation Could Replace Satellite GPS PSFK This...
-
Gulfstream: Algorithms, Discreet Dancer prep nicely for Fountain of... drf.com
Email HALLANDALE BEACH, Fla. - Trainer Todd Pletcher took a slightly...
Most Popular Discussions
3 Cool Reasons To Use Bubble Sort stoimen.com
It's weird that bubble sort is the most famous sorting algorithm in practice since it is one of the worst approaches for data sorting. Why is bubble sort so famous?


Fun Information-Theory Problem
I came up with a problem of sending a message on three ships. The first requirement is any one of the ship's crew cannot decipher the ...

Which is the best Data structure which is supposed to log number of user requests per second. ..??
Make a Data structure which is supposed to log number of user requests per second. At any point of time your boss can ask you the number ...


Share a blog on how to get maximums in sliding windows, as well as get the maximal number if a queue.
Given an array of numbers and a sliding window size, how to get the maximal numbers in all sliding windows?
For example, if the input ...
Coding Interview Questions codercareer.blogspot.com
Question:Given an array of numbers and a sliding window size, how to get the maximal numbers in all sliding windows? For example, if the input array is {2, 3, 4, 2, 6, 2, 5, 1} and the size of sliding windows is 3, the output...

Share a blog about problem "Intersection of Sorted Arrays ": Please implement a function which gets the intersection of two sorted arrays.
Assuming numbers in each array are unique. For example, if the two sorted arrays as input are {1, 4, 7, 10, 13} and {1, 3, 5, 7, 9}, it ...
Coding Interview Questions codercareer.blogspot.com
Problem:Please implement a function which gets the intersection of two sorted arrays. Assuming numbers in each array are unique. For example, if the two sorted arrays as input are {1, 4, 7, 10, 13} and {1, 3, 5, 7, 9}, it...
