Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
A simulated file system structure that works totally in RAM. It uses a tree structure to store directory contents, maintaining the file system structure.
This is a Sudoku solving program repository. It contains a set of programs that can successfully solve a Sudoku provided that the solution exists. Each program implements a different algorithm with different time complexities. A input file is also included to test for the potential inputs.