Abhijit Sarkar
Abhijit Sarkar
The problem statement states m=26, but the tests use upper and lowercase letter, whitespace, punctuations, and numbers. Last I checked, all those didn't fit in the lower case ASCII alphabet...
The current test structure has two issues: 1. Because the `Tests.hs` file is in the implicit `main` package, it's impossible for the student to add other test files. Complex solutions...
**Requirements** > Write code to keep track of the score of a game of bowling. It should support two operations: > > roll(pins : int) is called each time the...
When the Accept header contains wildcard _/_, DefaultContentNegotiator should not try a literal match but return EQUAL instead.
When a particular track is opened on the phone, some exercises are shown with no indication of more, or any intuitive way to get to them. Some fiddling around reveals...
### Describe the bug Consider this trivial Scala code that returns the last element of a list. ``` object P01: def last[A](l: List[A]): A = l match case lst ::...
How would you verify a predicate against each element of a resulting list? For example, if `xs ~ [Int]`, and `ys` is the result from function that multiplies each element...
The problem description states: > `Responses` are therefore represented as a stack of monads: ``` type Response[A] = Future[Either[String, A]] ``` and methods `getPowerLevel` and `canSpecialMove` both return `Response`. However,...
Since this project is no longer maintained, I created a plugin that replaces this. https://github.com/asarkar/build-time-tracker
Currently the plugin jar is published as `net.rdrei.android.buildtimetracker:gradle-plugin`; the artifact name is too general to be useful. Perhaps it can be called `build-time-tracker-plugin`, same as the repo name.