Problem of the Day
A new programming or logic puzzle every Mon-Fri

Malicious URLs

When browsing the web you sometimes reach a page where your browser asks, "Are you sure you want to visit this page? It looks a little sketchy". Your browser is able to do this because it has a long list of malicious URLs stored internally. An example of such list can be found here.

Today's goal is to create a program that takes in a URL and reports back whether it's in the malicious URLs list or not with a reasonable amount of confidence. For bonus points optimize for space/memory.

Permalink: http://problemotd.com/problem/malicious-urls/

Comments:

  • There are currently no comments. You can be first!

Content curated by @MaxBurstein