Sam Warner
74ee985c34
Protein Translation: Implement problem in Java language stream. (#985 )
* Protein Translation: Implemented problem in Java language stream.
* Protein-translation: Update implementation with FridaTveit's suggestions.
* Fix formatting and typesafety issues.
8 years ago
Sam Warner
17648b7aa8
Add topics to House as per #793 . (#974 )
* Add topics to House as per #793 .
* Amend 'house' topics in config.json
* Remove tag 'variables' from house topics.
9 years ago
Stuart Kent
0e35e4dad6
Run configlet fmt
9 years ago
Jared
69e84a23b9
Add topic to pythagorean-triplet (#969 )
* Add topic to pythagorean-triplet
* cr feedback
* Update config.json
* Update config.json
Attempt to fix space issue.
9 years ago
Rob van der Leek
caccff5ce0
Add topics for OCR Numbers exercise (#971 )
* Add topics for OCR Numbers exercise
* Limit list to 5 relevant topics
9 years ago
Katrina Owen
c2c77235d7
Normalize the config file to minimize noise later
We will be scripting a number of changes to the track configuration.
This runs configlet fmt, which ensures that any further changes can be minimized.
9 years ago
Yasha
9dceb188db
Fix940 Added topics: bank-account (#945 )
* bank-account: added topics
* minor changes
9 years ago
Yasha
376eedfdcf
Fix941 Triangle: add topics (#944 )
* issue fixed
* minor bug fixed
* #941 fixed
* #941 fixed
* triangle: topics added
9 years ago
mohshabbir
bdfb53dfc0
Spiral matrix : add topics (#956 )
* '#925-addTopics'
* added topic for spiral-matrix
* added topic for spiral-matrix
* Update config.json
9 years ago
Patrick M
0b41b7327d
added topics for run length encoding (#934 )
* added topics for run length encoding
* added changes for run length encoding
* formatting
* formatting
9 years ago
themakshter
aebf40c88f
Add topics to list-ops exercise
Close #936
9 years ago
themakshter
644b0238d0
Add rectangles topics to config
Close #922
9 years ago
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 years ago
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 years ago
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 years ago
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 years ago
mariakomar
75d5355f6b
Add topics to etl. Fixes #918
9 years ago
Patrick M
4802bc35eb
added topics for book store (#931 )
* added topics for book store
* added topic to book stores
9 years ago
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 years ago
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 years ago
Patrick M
c986965a3e
added topics for robot-name (#927 )
* added topics for robot-name
* added changes to topics for robot name 920
9 years ago
Danny George
8004623c6e
add topics for grade-school. resolves #919
9 years ago
Nikolas Mouzourides
1d02b75ab0
Add topics to Word Count exercise. Fixes #917
9 years ago
Alex Escobedo
0aeb686509
Add topics to all-your-base problem (#911 )
* Add topics to all-your-base problem
* Add exception_handling topic
9 years ago
patrick michel
93bde20d04
added topics for change
9 years ago
Jirka Kremser
092a0fdb33
fixes #894 - adding topics for saddle-points example
9 years ago
Jirka Kremser
1cfa291b7a
fixes #896 - adding topics for clock example
9 years ago
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 years ago
patrick michel
a62f5a48f3
added topics for #875
9 years ago
Deepak
dcbad56fd5
topics added for slug- palindrome- products (#907 )
* topics added for slug- palindrome- products
* modified topics for slug- palindrome-products
9 years ago
Patrick M
fe6db45332
added topics for robot simulator (#903 )
* added topics for robot simulator
* removed algorithms as topic
9 years ago
Alex Escobedo
a845b1be16
Add topics to flatten-array (#904 )
* Add topics to flatten-array
* Fixed identation to 2 spaces
9 years ago
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 years ago
Deepak
8012bc9e9a
topics modified for meetup slug
9 years ago
bobatrance
76dc0de704
Adding topics to problem 'Prime Factors' (#885 )
* Adding topics to prime factors
* Adding math as problem area
* Removing recursion as a topic
9 years ago
puri
06316f04e3
Replace `arrays` with `lists`
9 years ago
Nikolas Mouzourides
f90815c035
Added type_conversion and strings to matrix topics.
9 years ago
puri
027e8aa525
Add algorithms topic
9 years ago
Mohammad Sameer
8b7db1296a
Add topics to problem 'nth-prime'
9 years ago
Morten Nygaard Åsnes
d65902c1a4
Removed equality from topics
9 years ago
Ilya Khadykin
da1dc2bedb
complex-numbers: Add topics for exercise to config.json per #873
9 years ago
puri
d3b676e3f7
Add topics to sieve
9 years ago
Nikolas Mouzourides
b25389d11d
Added topics to Matrix exercise. Fixes #852
9 years ago
Morten Nygaard Åsnes
3d5d0fde47
Added Topics to Collatz Conjecture #870
9 years ago
Frida Tveit
65e2f24012
binary-search: use generics
The binary-search tests force the practitioner to generify the class
but only one type (integer) was actually being used in the tests.
This should be changed so that more than one type is actually used, to
make it more clear that generics are necessary and to demonstrate how
generics is used.
As discussed in #230 , move linked-list to one of the last difficulty 6
exercises, so that binary-seach is the first exercise that introduces
generics.
Add a hint to the binary-search exercise to explain generics as this
is now the first exercise to require it.
Fixes #230 .
9 years ago
Mohammad Sameer
cbf0c7a8da
Add topics to problem kindergarten-garden (#867 )
* Completes #853
* Add more topics to problem Kindergarten-garden
* Correct the identation
* Correct the identation again
9 years ago
Ilya Khadykin
1d809a0150
wordy: add topics for exercise to config.json per #850
9 years ago
Edgar
98e117de45
added topics to perfect numbers (#863 )
* added topics to perfect numbers
* updated topics
* fixed tabs
9 years ago
Kaioru
4f0b28e05d
Add integers and arrays to topics for sum of multiples
9 years ago
Kaioru
fd648d927f
Add topics to sum of multiples exercise
9 years ago