John Michael Luy
d62489a350
Fix regex to only allow uppercased letters for the the first 2 characters.
hace 11 años
Katrina Owen
04a082121a
Merge pull request #58 from jmluy/anagram
hace 11 años
John Michael Luy
a4c9c26d5f
anagram: Clarify expectations about identical words
An anagram is defined as
1. the same letters
2. rearranged
3. to make a new word
The existing assertion only checked the presence of the expected word,
but did not explicitly exclude the existence of results that match the
input exactly.
hace 11 años
John S. Ryan
a8c35f6d57
Merge branch 'fix-defined-classes'
hace 11 años
John S. Ryan
d3b1cadd65
Adds missing "class" keyword in starter files.
- Especially in the earlier exercises, let's make it one less
error that folks need to track down.
(fixes #54 )
hace 11 años
John Ryan
34bf80c220
Merge pull request #52 from exercism/legal-scrabble-word
scrabble-score: replace illegal word
hace 11 años
Katrina Owen
fd0185babd
scrabble-score: replace illegal word
multibillionaire can't be played as a word in a real scrabble game.
hace 11 años
Emil Sit
ae8e57ad73
Merge pull request #51 from exercism/fix-prime-factors-build
Revert "Move example source into a conventional source root location."
hace 11 años
Emil Sit
f4e66930c6
Revert "Move example source into a conventional source root location."
This reverts commit c2657807be96bc6aecfc34781ca6963477b1fe29.
If we want to do this, we'll need to do it more systematically to
avoid breaking the build and confusing people who may be used to
finding the solution in a particular place.
hace 11 años
Katrina Owen
0951076fc6
Add badge for travis build to README
hace 11 años
John S. Ryan
f5253f6158
Merge branch 'use-longs-in-prime-factors'
hace 11 años
John S. Ryan
3cf5bb27b3
Use longs for all values. (closes #48 )(closes #49 )
hace 11 años
John S. Ryan
8b4fdb7afa
Add name to each test case.
hace 11 años
John S. Ryan
ae9b0ffef4
Upgrade to JUnit 4.12
- includes @Parameters attribute that allows you to define a template for names of tests, making the test output far easier to follow.
hace 11 años
John S. Ryan
c2657807be
Move example source into a conventional source root location.
- makes it easier to work on a solution when you can one-step define the source root containing the example.
- one step toward making it easy to run unit tests against example solutions in CI.
hace 11 años
John S. Ryan
a5c990064a
fetch-configlet uses slightly more portable syntax.
- fixes exercism/x-api#59
hace 11 años
Katrina Owen
a4665c5769
Merge pull request #47 from vdemeester/define-missing-classes
Define the missing class (with no content)
hace 11 años
Vincent Demeester
8e35e87e19
Define the 6 first classes and remove the others
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
hace 11 años
Katrina Owen
27d14232e4
Merge pull request #46 from groyoh/docs
Added track specific documentation
hace 11 años
groyoh
b89a75ce6d
Added track specific documentation
hace 11 años
Katrina Owen
2d88d49063
Ignore configlet binaries
hace 11 años
Piet van Dongen
bc55a77e02
Merge branch 'pig-latin'
hace 11 años
Piet van Dongen
0c99bbe385
Added exercise pig-latin
hace 11 años
Piet van Dongen
cf90ae1c30
Merge branch 'luhn'
hace 11 años
Piet van Dongen
80ac773c19
Added exercise luhn
hace 11 años
Piet van Dongen
94f109fc2b
Merge branch 'octal'
hace 11 años
Piet van Dongen
602f3895df
Added exercise octal
hace 11 años
Piet van Dongen
a8486cb720
Merge branch 'simple-cipher'
hace 11 años
Piet van Dongen
30dcc436a0
Added exercise simple-cipher
hace 11 años
Piet van Dongen
7d041c7bde
Merge branch 'pr/43'
hace 11 años
Piet van Dongen
c6262db784
Minor changes to be concise with other problems in track
hace 11 años
t0tec
68bc92650f
Removed comma in config.json
hace 11 años
t0tec
e30d1f1150
Added Pascal's Triangle exercise
hace 11 años
Piet van Dongen
8903bcb06a
Merge branch 'sieve'
hace 11 años
Piet van Dongen
0cec49a6c8
Added exercise sieve
hace 11 años
Piet van Dongen
cedcf3e7fb
Merge pull request #42 from ChristianWilkie/hamming-test
Change hamming test to throw an exception for different strand lengths
hace 11 años
Piet van Dongen
6b9cc220fe
Merge branch 'pr/41'
hace 11 años
Piet van Dongen
b21b9f6fbe
Fixed JSON and some styles
hace 11 años
Christian Wilkie
567d70408d
Fix hamming test for different strand lengths
Now throws an IllegalArgumentException if the strands are different
lengths.
hace 11 años
paulp
f8dda6c6ef
added rna-transcription exercise
hace 11 años
paulp
daf69f4db8
added trinary exercise
hace 11 años
Pavol Pidanič
3b158e5c37
Merge pull request #1 from exercism/master
merge
hace 11 años
Piet van Dongen
090676045e
Merge branch 'crypto-square'
hace 11 años
Piet van Dongen
de5e9d6f9e
Added exercise crypto-square
hace 11 años
Piet van Dongen
6ab8fc0aac
Merged planet Enum and HashMap (closes #39 )
hace 11 años
Piet van Dongen
477a12d1f6
Replaced stream() functionality by loops (closes #40 )
hace 11 años
Piet van Dongen
0ea1cc4248
Example now preserves collection order (closes #38 )
hace 11 años
Piet van Dongen
6e8b29e917
Merge remote-tracking branch 'origin/master'
hace 11 años
Piet van Dongen
b9a77c9115
Merge pull request #37 from exercism/accumulate
Added exercise accumulate
hace 11 años
Piet van Dongen
25b87927af
Merge branch 'accumulate'
hace 11 años