Sudoku solver

Sudoku Solver is a Vim plugin for solving Sudoku puzzles.
Download

Sudoku solver Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Pushpak Dagade
  • Publisher web site:
  • http://guanidene.blogspot.com/

Sudoku solver Tags


Sudoku solver Description

Sudoku Solver is a Vim plugin for solving Sudoku puzzles. Sudoku Solver is a Vim plugin for solving Sudoku puzzles.Sudoku is a puzzle where you have to fill all the blank spaces with digits from 1 to 9 such that no row, column, or 3x3 block of cells have any digits repeated. This plugin holds a Vim script that solves Sudoku puzzles by exhaustive search.Enter the puzzle into a buffer like this: 8xx 69x xx2 91x xxx xxx 5xx xx8 xx7 xxx 2x9 xx6 xxx 8xx xx3 2xx 3x4 xxx 3xx 78x xx9 xxx xxx xx5 4xx x5x x28The numbers represent supplied digits 1 to 9 in the puzzle. Use any other character to represent blank spaces.Then visually select the puzzle and invoke the macro bindings.About Vim:Vim is a text editor first released by Bram Moolenaar in 1991 for the Amiga computer. Vim was created as an extended version of the vi editor, with many additional features designed to be helpful in editing program source code; its full name is Vi IMproved.While Vim is cross-platform, it is most popular on Unix-like operating systems.Released under a software license compatible with the GNU General Public License, Vim is free and open source software. The program's license includes some charityware clauses.Like vi, Vim's interface is based not on menus or icons but on commands given in a text user interface; its GUI mode, gVim, adds menus and toolbars for commonly used commands but the full functionality is still expressed through its command line mode.For many users learning Vim may be difficult and slow initially, but once the basics are understood they progress quickly and editing becomes more efficient. To facilitate this, Vim has a built-in tutorial for beginners. There is also the Vim Users' Manual that details the basic and more advanced Vim features. This manual can be read from within Vim, or found online.Vim also has a built-in help facility (using the :help command) that allows users to query and navigate through commands and features.Requirements:· VimWhat's New in This Release:· Modified script to display results in a new window split.· Improved the status and error messages.· Added some checking for obvious problems in the puzzle.


Sudoku solver Related Software