Wednesday, January 13, 2010

Yet Another Sudoku Puzzle Solver Using AWK

Yet Another Sudoku Puzzle Solver Using AWK: "We have seen in a previous awk introduction article that awk can be an effective tool for everything from small one-liners up through some interesting applications. There are certainly more complex languages at our disposal if a situation calls for it; perl and python come to mind. Applications requiring networking support, database access, user interfaces, binary data or more extensive library support and complexity are best left to other languages with better support in these areas."