AI-powered service management for IT and enterprise teams
Enterprise-grade ITSM, for every business
Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
Try it Free
MongoDB Atlas runs apps anywhere
Deploy in 115+ regions with the modern database for every enterprise.
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Sudoku solver based on the initial work of Michael Kennett
Console based sudoku solver. It is a modified version
of the solver included in the Ubuntu distribution of Linux,
and has similar functionality to the original by Michael Kennett.
New features:
- You interactively can open and save boards with it.
- The title of the board can be edited.
- Added early contradiction check to detect if the board is unsolvable:
1 2 . | . . . | . . .
. . . | 1 2 . | . . .
. . . | . . . | 1 2 .
-------+-------+-------
2 1 . | . . . | . . .
. . . | 2 1 . | . . .
. . . | . . . | 2 1 .
-------+-------+-------
. . . | . . . | . . .
. . 2 | . . 1 | . . .
. . 1 | . . 2 | ...