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 年前
FridaTveit
821af98b6a
Merge pull request #864 from m-a-ge/issue#378
list-ops: add hint of using static methods per #378
9 年前
FridaTveit
220c5100a1
Merge pull request #865 from m-a-ge/issue#850
wordy: add topics for exercise to config.json per #850
9 年前
Ilya Khadykin
aa82ee20b5
list-ops: add hint of using static methods per #378
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 年前
FridaTveit
d10e7c594d
Merge pull request #866 from Kaioru/sum-of-multiples-topics
Add topics to sum of multiples exercise
9 年前
Kaioru
4f0b28e05d
Add integers and arrays to topics for sum of multiples
9 年前
FridaTveit
642a26f0b7
Merge pull request #862 from filipolszewski/master
Add topics to Secret Handshake exercise
9 年前
FridaTveit
80b925b34d
Merge pull request #858 from delbertlegg/856_transpose_topics
Add topics to transpose exercise
9 年前
FridaTveit
623f8f5f3e
Merge pull request #815 from hugmanrique/patch-1
scrabble-score: add topics
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 年前
FridaTveit
ee75eae6e2
Merge pull request #860 from puripant/patch-1
Add topics to pascals-triangle
9 年前
FridaTveit
e3f24d786c
Merge pull request #843 from jackattack24/noEnum
Triangle: Replace enum with isEquilateral, is Isosceles, and isScalene methods
9 年前
puri
5b8737400f
Edit topics for pascals-triangle
9 年前
Jack Mustacato
4bc51dfee3
Changed methods from public to package-private
9 年前
Jack Mustacato
9d991d9fb1
Added stubs to starter implementation, changed assertEquals to assertTrue
9 年前
Filip Olszewski
d9178efdd7
Add topics to Secret Handshake excercise
9 年前
FridaTveit
10d1871d47
Merge pull request #796 from benwicks/patch-1
Add topics to rna-transcription
9 年前
puri
a281465a20
Adding topics to pascals-triangle fixes #854
9 年前
Benjamin Wicks
19f70e5392
Remove algorithms topic
Re-arrange to put "loops" before "maps".
9 年前
Deepak
d032f0d512
topics added for slug-meetup
9 年前
FridaTveit
ba09409c5b
Merge pull request #822 from spmvanmierlo/issue791
added diamond topics
9 年前
Sjors van Mierlo
ea2e3c0d56
Removed space after bracket and before comma
9 年前
FridaTveit
a24e10cc95
Merge pull request #844 from DryCreations/master
added topics to roman numerals
9 年前
FridaTveit
f17e15d8a1
Merge pull request #842 from szielinski/starter_branch
BST: add angle brackets when calling constructor
9 年前
Jack Mustacato
d54be0887c
Changed is* methods from private to public
9 年前
Jack Mustacato
4727642e60
Removed the getKind method from the starter implementation
9 年前
Jack Mustacato
54f6de1be4
Removed TriangleKind enum from starter implementation
9 年前
Jack Mustacato
c52a79b725
Removed TriangleKind.java
9 年前
Jack Mustacato
5a6c615057
Added isEquilateral, isIsosceles, and isScalene, and updated tests
9 年前
Jack Mustacato
d47a71c842
Changed 2nd inequality test to test an illegal triangle
9 年前
Szymon Zielinski
c8e1d8d34b
BST: add angle brackets when calling constructor
- Always use angle brackets in BSTTest when constructing BST objects
9 年前
Hayden Mankin
5d17ed2265
remove extra comma
9 年前
Hayden Mankin
8a78a6feb2
#826 added topics to roman numerals
9 年前
FridaTveit
bde6553ad4
Merge pull request #817 from AndresReyMaz/adding-topics
Added topics for luhn
9 年前
Andrés Reynoso Mazoy
288c2eec7b
Fixe topics for luhn
9 年前
chanunegi
912bba18d5
Added topics for the balling java program
9 年前
FridaTveit
922d07bd5c
Merge pull request #834 from Akatsuki06/patch-1
Update config.json
9 年前
FridaTveit
d34f26a785
Merge pull request #839 from deepakavs/master
topics properly spaced for series
9 年前
Suraj Singh
095c6439b3
Updated queen-attack topics
9 年前
Deepak
3a09380d46
topics modified for slug-series
9 年前
FridaTveit
54dabf6f57
Merge pull request #838 from Akatsuki06/patch-3
Added topics for minesweeper
9 年前
FridaTveit
33ba75a884
Merge pull request #836 from Akatsuki06/patch-2
added topics for word search
9 年前
Suraj Singh
0db9b7ba83
Added some more topics to minesweeper
;)
9 年前
Suraj Singh
42e7279769
Update config.json
9 年前