Stuart Kent
6416232406
Merge pull request #951 from jackattack24/matchCanonical
Triangle: Update tests to use canonical data
9 yıl önce
Jack Mustacato
23bc750477
Reordered tests to match canonical test order
9 yıl önce
Jack Mustacato
532d3df3c0
Added .version
9 yıl önce
Stuart Kent
ab11c68799
Fix hints file name in POLICIES doc
9 yıl önce
Jack Mustacato
e855a342f0
Undid changes in the README
Changed the isosceles description back to the original.
9 yıl önce
Jack Mustacato
b71aea35a4
Updated README again
9 yıl önce
Jack Mustacato
d32015665d
Updated test name
9 yıl önce
Jack Mustacato
2383ea8cd0
Matched new README formatting
9 yıl önce
Jack Mustacato
ddc8834cce
Removed test for negative sides
9 yıl önce
Jack Mustacato
1b82f123e7
Updated tests to use canonical data. Removed tests that deviate from it
9 yıl önce
marykomar
ced8815f62
Add topics to forth. Fixes #851 (#949 )
* Add topics to forth. Fixes #851
* Add topics to forth. Fixes #851
* Add topics exception_handling, strings, lists, logic to forth
9 yıl önce
marykomar
30b1fda1a4
Add topics to custom set. Fixes #937 (#948 )
* Add topics to custom set. Fixes #937
* Add topics to custom set. Fixes #937
* Add generics to list of topics for custom set
9 yıl önce
marykomar
fe3d1b1fd4
Add topics to binary search tree. Fixes #939 (#947 )
* Add topics to binary search tree. Fixes #939
* Add topics to binary search tree. Fixes #939
* Add generics to topics for binary search tree
* Remove recursion from topics for binary search tree
9 yıl önce
Stuart Kent
d182216e2f
Run configlet fmt on maintainers file
9 yıl önce
Stuart Kent
ae9feebdaf
Regenerate all READMEs
9 yıl önce
FridaTveit
6b251a50e1
Merge pull request #950 from marykomar/fixes918
Add topics to etl. Fixes #918
9 yıl önce
FridaTveit
8936898c4e
Merge pull request #946 from exercism/move-version-info-to-meta-dir
Move test version data to .meta dir
9 yıl önce
Grant Harper
1665914758
fixes #925 add topics to simple linked list exercise (#933 )
* #925 add topics to simple linked list exercise
* added exception_handling to topics for simple linked list
9 yıl önce
mariakomar
75d5355f6b
Add topics to etl. Fixes #918
9 yıl önce
Stuart Kent
86b429e0e7
Move test version data to .meta dir
9 yıl önce
Patrick M
4802bc35eb
added topics for book store (#931 )
* added topics for book store
* added topic to book stores
9 yıl önce
Ryan N
8be8a2b6d8
Issue #923 add topics to linked list (#932 )
* Issue #923 add topics to linked list
* Update linked-listst Topics with generics
9 yıl önce
badanomaly
daab605b2a
Added topics for sublist problem (#928 )
* Added topics for sublist problem
* Added enumeration and generics to sublist topics
* Added topics for sublist problem
9 yıl önce
FridaTveit
0896634a83
Merge pull request #930 from dangets/master
add topics for grade-school. resolves #919
9 yıl önce
Patrick M
c986965a3e
added topics for robot-name (#927 )
* added topics for robot-name
* added changes to topics for robot name 920
9 yıl önce
Danny George
8004623c6e
add topics for grade-school. resolves #919
9 yıl önce
FridaTveit
4f6470551e
Merge pull request #929 from Nik-Mouz/topics-patch
Add topics to Word Count exercise. Fixes #917
9 yıl önce
Nikolas Mouzourides
1d02b75ab0
Add topics to Word Count exercise. Fixes #917
9 yıl önce
FridaTveit
a1234ac352
Merge pull request #889 from FridaTveit/SimpleLinkedListUseGenerics
simple-linked-list: use generics
9 yıl önce
FridaTveit
c67125cf32
Merge pull request #926 from PatrM/master
added topics for change
9 yıl önce
Alex Escobedo
0aeb686509
Add topics to all-your-base problem (#911 )
* Add topics to all-your-base problem
* Add exception_handling topic
9 yıl önce
patrick michel
93bde20d04
added topics for change
9 yıl önce
FridaTveit
de8443f6b3
Merge pull request #913 from Jiri-Kremser/issue-894-saddle-points-topics
Adding topics for saddle-points example
9 yıl önce
Jirka Kremser
092a0fdb33
fixes #894 - adding topics for saddle-points example
9 yıl önce
FridaTveit
42ee359571
Merge pull request #912 from Jiri-Kremser/issue-896-clock-topics
Adding the topics for the clock example
9 yıl önce
Jirka Kremser
1cfa291b7a
fixes #896 - adding topics for clock example
9 yıl önce
Anurag Sharma
168299f7c5
added topics in bracket-push, simple-cipher, crpto-square and atbash-cipher (#910 )
* added topics in bracket-push, simple-cipher, crpto-square and atbash-cipher
* added topics in bracket-push, simple-cipher, crpto-square and atbash-cipher
9 yıl önce
FridaTveit
b605f7be7e
Merge pull request #909 from PatrM/master
added topics for #875 rotational-cipher
9 yıl önce
Stuart Kent
2f1606e575
Merge pull request #906 from FridaTveit/RobotSimulatorGridPositionEquals
robot-simulator: improve equals for GridPosition
9 yıl önce
Stuart Kent
4e6c4ca8da
Merge pull request #901 from FridaTveit/SaddlePointsImplementComparable
saddle-points: make MatrixCoordinate implement Comparable
9 yıl önce
patrick michel
a62f5a48f3
added topics for #875
9 yıl önce
Deepak
dcbad56fd5
topics added for slug- palindrome- products (#907 )
* topics added for slug- palindrome- products
* modified topics for slug- palindrome-products
9 yıl önce
Patrick M
fe6db45332
added topics for robot simulator (#903 )
* added topics for robot simulator
* removed algorithms as topic
9 yıl önce
Alex Escobedo
a845b1be16
Add topics to flatten-array (#904 )
* Add topics to flatten-array
* Fixed identation to 2 spaces
9 yıl önce
Frida Tveit
e783c6d807
robot-simulator: improve equals for GridPosition
We recently improved the implementation of equals for GridPosition so
that we could use assertEquals in the tests. However, we only changed
the reference implementation, not the starter implementation. This
changes the starter implementation to be the same as the reference
implementation.
9 yıl önce
Stuart Kent
f934338c7d
Remove unused file
9 yıl önce
Morten Nygaard Åsnes
5263bcb032
Tournament (#890 )
* Added Tournament exercise
* Added to config and refactored after review
* Added topics and fixed indentation
* Must be unlocked by a core exercise
9 yıl önce
Stuart Kent
c627126091
Merge pull request #900 from FridaTveit/FridaShowBio
maintainers.json: show bio for Frida Tveit
9 yıl önce
Frida Tveit
c9782c11ba
saddle-points: make MatrixCoordinate implement Comparable
The saddle-points tests make it seem like you can use any kind of set
for your output. However, if you use TreeSet then the tests will fail
because MatrixCoordinate doesn't implement Comparable.
MatrixCoordinate does now implement Comparable to preent this failure.
9 yıl önce
Frida Tveit
27d1526b51
maintainers.json: show bio for Frida Tveit
9 yıl önce