Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add all core exercises from Java track #70

Closed
11 tasks done
ilya-khadykin opened this issue Aug 15, 2017 · 3 comments
Closed
11 tasks done

Add all core exercises from Java track #70

ilya-khadykin opened this issue Aug 15, 2017 · 3 comments

Comments

@ilya-khadykin
Copy link
Contributor

ilya-khadykin commented Aug 15, 2017

Java track maintainers have established core exercises for the language some of which have been already implemented in Groovy.

I propose to add the rest:

  • two-fer
  • scrabble-score
  • secret-handshake
  • matrix
  • triangle
  • rotational-cipher
  • saddle-points
  • flatten-array
  • linked-list
  • binary-search
  • bank-account

It would be better to add separate PR for each exercise. And don't forget about a list of exercise topics and its difficulty score

@kytrinyx
Copy link
Member

In case it is useful, the documentation for how to implement an exercise from a problem specification is here: https://github.com/exercism/docs/blob/master/you-can-help/implement-an-exercise-from-specification.md

@Dispader
Copy link
Contributor

Checking off scrabble-score, just implemented by @mattmoss .

@amscotti
Copy link
Contributor

Closed with PR #141, which was the last core exercises from Java track needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants