Articles tagged with 'algorithms'
A Backtracking Sudoku Solver in Scala
13 min read • • Explanation
Master solving Sudoku and other constraint-satisfaction problems with recursive backtracking in Scala
Founder | Rock The JVM
Creating a CLI Sudoku Solver with Scala Native
21 min read • • Guide
Scala CLI is a powerful tool for prototyping and building Scala applications: learn how to use Scala Cli, Scala Native, and decline to create a brute-force Sudoku solver
Scala Developer | iov42
N-Queens in Scala: How to Approach Algorithm Questions
1 min read • • Explanation
Learn how to tackle a Google-style algorithm interview question in Scala using pure functional programming
Founder | Rock The JVM
Sort Lists in Scala with Tail Recursion
6 min read • • Guide
Master List Sorting with Tail Recursion in Scala: Enhance Your Functional Programming Skills and Boost Your Interview Readiness!
Founder | Rock The JVM