We have a small Sudoku square, but one number is missing.
x = [ 1 5 4 8 6 3 0 9 7 ]
Make a function, where output is filled small Sudoku square
y = [ 1 5 4 8 6 3 2 9 7 ]
Increment a number, given its digits
505 Solvers
Project Euler: Problem 7, Nth prime
339 Solvers
07 - Common functions and indexing 5
254 Solvers
Find out sum of all elements of given Matrix
271 Solvers
171 Solvers