Pinned Loading
-
-
-
Sudoku Solver in Scala
Sudoku Solver in Scala 1val n = 9
2val s = Math.sqrt(n).toInt
3type Board = IndexedSeq[IndexedSeq[Int]]
45def solve(board: Board, cell: Int = 0): Option[Board] = (cell%n, cell/n) match {
521 contributions in the last year
Day of Week | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | April Apr | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Activity overview
Contributed to
pathikrit/storybook,
pathikrit/ai-utils,
pathikrit/chrome_ai
and 4 other
repositories
Loading
Contribution activity
April 2025
Created 16 commits in 1 repository
Opened 1 issue in 1 repository
pathikrit/newswall
1
open
-
Generate newpaper
This contribution was made on Apr 8
33
contributions
in private repositories
Apr 1 – Apr 16