coding-interview-questions-scala icon indicating copy to clipboard operation
coding-interview-questions-scala copied to clipboard

Coding interview questions with solutions and tests (Scala)

Results 19 coding-interview-questions-scala issues
Sort by recently updated
recently updated
newest added

Updates * org.specs2:specs2-core * org.specs2:specs2-scalacheck from 3.+ to 4.6.0. I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip...

Updates * org.specs2:specs2-core * org.specs2:specs2-scalacheck from 3.+ to 4.5.1. I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip...

Updates * org.specs2:specs2-core * org.specs2:specs2-scalacheck from 3.+ to 4.5.0. I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip...

Updates * org.specs2:specs2-core * org.specs2:specs2-scalacheck from 3.+ to 4.4.1. I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip...

Updates * org.specs2:specs2-core * org.specs2:specs2-scalacheck from 3.+ to 4.4.0. I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip...

Updates * org.specs2:specs2-core * org.specs2:specs2-scalacheck from 3.+ to 4.3.6. I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip...

Updates * org.specs2:specs2-core * org.specs2:specs2-scalacheck from 3.+ to 4.3.5. I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip...

Update org.specs2:specs2-core from 3.+ to 4.3.4.

In the case of non-negative numbers, highest non-consecutive sum works because you never skip more than one number. Example: [1,2,3,4] You can either do 1 + 3 or 2 +...