Yasha
9dceb188db
Fix940 Added topics: bank-account (#945 )
* bank-account: added topics
* minor changes
9 年之前
Yasha
376eedfdcf
Fix941 Triangle: add topics (#944 )
* issue fixed
* minor bug fixed
* #941 fixed
* #941 fixed
* triangle: topics added
9 年之前
mohshabbir
bdfb53dfc0
Spiral matrix : add topics (#956 )
* '#925-addTopics'
* added topic for spiral-matrix
* added topic for spiral-matrix
* Update config.json
9 年之前
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 年之前
themakshter
aebf40c88f
Add topics to list-ops exercise
Close #936
9 年之前
themakshter
644b0238d0
Add rectangles topics to config
Close #922
9 年之前
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 年之前
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 年之前
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 年之前
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 年之前
mariakomar
75d5355f6b
Add topics to etl. Fixes #918
9 年之前
Patrick M
4802bc35eb
added topics for book store (#931 )
* added topics for book store
* added topic to book stores
9 年之前
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 年之前
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 年之前
Patrick M
c986965a3e
added topics for robot-name (#927 )
* added topics for robot-name
* added changes to topics for robot name 920
9 年之前
Danny George
8004623c6e
add topics for grade-school. resolves #919
9 年之前
Nikolas Mouzourides
1d02b75ab0
Add topics to Word Count exercise. Fixes #917
9 年之前
Alex Escobedo
0aeb686509
Add topics to all-your-base problem (#911 )
* Add topics to all-your-base problem
* Add exception_handling topic
9 年之前
patrick michel
93bde20d04
added topics for change
9 年之前
Jirka Kremser
092a0fdb33
fixes #894 - adding topics for saddle-points example
9 年之前
Jirka Kremser
1cfa291b7a
fixes #896 - adding topics for clock example
9 年之前
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 年之前
patrick michel
a62f5a48f3
added topics for #875
9 年之前
Deepak
dcbad56fd5
topics added for slug- palindrome- products (#907 )
* topics added for slug- palindrome- products
* modified topics for slug- palindrome-products
9 年之前
Patrick M
fe6db45332
added topics for robot simulator (#903 )
* added topics for robot simulator
* removed algorithms as topic
9 年之前
Alex Escobedo
a845b1be16
Add topics to flatten-array (#904 )
* Add topics to flatten-array
* Fixed identation to 2 spaces
9 年之前
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 年之前
Deepak
8012bc9e9a
topics modified for meetup slug
9 年之前
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 年之前
puri
06316f04e3
Replace `arrays` with `lists`
9 年之前
Nikolas Mouzourides
f90815c035
Added type_conversion and strings to matrix topics.
9 年之前
puri
027e8aa525
Add algorithms topic
9 年之前
Mohammad Sameer
8b7db1296a
Add topics to problem 'nth-prime'
9 年之前
Morten Nygaard Åsnes
d65902c1a4
Removed equality from topics
9 年之前
Ilya Khadykin
da1dc2bedb
complex-numbers: Add topics for exercise to config.json per #873
9 年之前
puri
d3b676e3f7
Add topics to sieve
9 年之前
Nikolas Mouzourides
b25389d11d
Added topics to Matrix exercise. Fixes #852
9 年之前
Morten Nygaard Åsnes
3d5d0fde47
Added Topics to Collatz Conjecture #870
9 年之前
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 年之前
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 年之前
Ilya Khadykin
1d809a0150
wordy: add topics for exercise to config.json per #850
9 年之前
Edgar
98e117de45
added topics to perfect numbers (#863 )
* added topics to perfect numbers
* updated topics
* fixed tabs
9 年之前
Kaioru
4f0b28e05d
Add integers and arrays to topics for sum of multiples
9 年之前
Kaioru
fd648d927f
Add topics to sum of multiples exercise
9 年之前
Eddie Legg
4a135c8ae4
Add topics to transpose exercise
Removed recursion
9 年之前
Filip Olszewski
2dca62bbeb
More topics for Secret Handshake exercise
9 年之前
Hugo Manrique
1940c371d0
Add games category to scrabble-score
9 年之前
puri
5b8737400f
Edit topics for pascals-triangle
9 年之前
Filip Olszewski
d9178efdd7
Add topics to Secret Handshake excercise
9 年之前
puri
a281465a20
Adding topics to pascals-triangle fixes #854
9 年之前