| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350 |
- {
- "slug": "java",
- "language": "Java",
- "repository": "https://github.com/exercism/xjava",
- "active": true,
- "problems": [
- "hello-world",
- "etl",
- "nucleotide-count",
- "word-count",
- "pangram",
- "anagram",
- "hamming",
- "bob",
- "robot-name",
- "meetup",
- "phone-number",
- "grade-school",
- "space-age",
- "gigasecond",
- "triangle",
- "acronym",
- "scrabble-score",
- "roman-numerals",
- "binary",
- "prime-factors",
- "raindrops",
- "allergies",
- "strain",
- "atbash-cipher",
- "accumulate",
- "crypto-square",
- "trinary",
- "rna-transcription",
- "hexadecimal",
- "sieve",
- "simple-cipher",
- "octal",
- "luhn",
- "pig-latin",
- "simple-linked-list",
- "sum-of-multiples",
- "linked-list",
- "nth-prime",
- "pascals-triangle",
- "beer-song",
- "difference-of-squares",
- "largest-series-product",
- "queen-attack",
- "minesweeper",
- "series",
- "robot-simulator",
- "bracket-push",
- "pythagorean-triplet",
- "binary-search-tree",
- "binary-search",
- "all-your-base",
- "custom-set",
- "wordy",
- "palindrome-products"
- ],
- "exercises": [
- {
- "slug": "hello-world",
- "difficulty": 1,
- "topics": []
- },
- {
- "slug": "etl",
- "difficulty": 1,
- "topics": []
- },
- {
- "slug": "nucleotide-count",
- "difficulty": 1,
- "topics": []
- },
- {
- "slug": "word-count",
- "difficulty": 1,
- "topics": []
- },
- {
- "slug": "pangram",
- "difficulty": 1,
- "topics": []
- },
- {
- "slug": "anagram",
- "difficulty": 1,
- "topics": []
- },
- {
- "slug": "hamming",
- "difficulty": 1,
- "topics": []
- },
- {
- "slug": "bob",
- "difficulty": 1,
- "topics": []
- },
- {
- "slug": "robot-name",
- "difficulty": 1,
- "topics": []
- },
- {
- "slug": "meetup",
- "difficulty": 1,
- "topics": []
- },
- {
- "slug": "phone-number",
- "difficulty": 1,
- "topics": []
- },
- {
- "slug": "grade-school",
- "difficulty": 1,
- "topics": []
- },
- {
- "slug": "space-age",
- "difficulty": 1,
- "topics": []
- },
- {
- "slug": "gigasecond",
- "difficulty": 1,
- "topics": []
- },
- {
- "slug": "triangle",
- "difficulty": 1,
- "topics": []
- },
- {
- "slug": "acronym",
- "difficulty": 1,
- "topics": []
- },
- {
- "slug": "scrabble-score",
- "difficulty": 1,
- "topics": []
- },
- {
- "slug": "roman-numerals",
- "difficulty": 1,
- "topics": []
- },
- {
- "slug": "binary",
- "difficulty": 1,
- "topics": []
- },
- {
- "slug": "prime-factors",
- "difficulty": 1,
- "topics": []
- },
- {
- "slug": "raindrops",
- "difficulty": 1,
- "topics": []
- },
- {
- "slug": "allergies",
- "difficulty": 1,
- "topics": []
- },
- {
- "slug": "strain",
- "difficulty": 1,
- "topics": []
- },
- {
- "slug": "atbash-cipher",
- "difficulty": 1,
- "topics": []
- },
- {
- "slug": "accumulate",
- "difficulty": 1,
- "topics": []
- },
- {
- "slug": "crypto-square",
- "difficulty": 1,
- "topics": []
- },
- {
- "slug": "trinary",
- "difficulty": 1,
- "topics": []
- },
- {
- "slug": "rna-transcription",
- "difficulty": 1,
- "topics": []
- },
- {
- "slug": "hexadecimal",
- "difficulty": 1,
- "topics": []
- },
- {
- "slug": "sieve",
- "difficulty": 1,
- "topics": []
- },
- {
- "slug": "simple-cipher",
- "difficulty": 1,
- "topics": []
- },
- {
- "slug": "octal",
- "difficulty": 1,
- "topics": []
- },
- {
- "slug": "luhn",
- "difficulty": 1,
- "topics": []
- },
- {
- "slug": "pig-latin",
- "difficulty": 1,
- "topics": []
- },
- {
- "slug": "simple-linked-list",
- "difficulty": 1,
- "topics": []
- },
- {
- "slug": "sum-of-multiples",
- "difficulty": 1,
- "topics": []
- },
- {
- "slug": "linked-list",
- "difficulty": 1,
- "topics": []
- },
- {
- "slug": "nth-prime",
- "difficulty": 1,
- "topics": []
- },
- {
- "slug": "pascals-triangle",
- "difficulty": 1,
- "topics": []
- },
- {
- "slug": "beer-song",
- "difficulty": 1,
- "topics": []
- },
- {
- "slug": "difference-of-squares",
- "difficulty": 1,
- "topics": []
- },
- {
- "slug": "largest-series-product",
- "difficulty": 1,
- "topics": []
- },
- {
- "slug": "queen-attack",
- "difficulty": 1,
- "topics": []
- },
- {
- "slug": "minesweeper",
- "difficulty": 1,
- "topics": []
- },
- {
- "slug": "series",
- "difficulty": 1,
- "topics": []
- },
- {
- "slug": "robot-simulator",
- "difficulty": 1,
- "topics": []
- },
- {
- "slug": "bracket-push",
- "difficulty": 1,
- "topics": []
- },
- {
- "slug": "pythagorean-triplet",
- "difficulty": 1,
- "topics": []
- },
- {
- "slug": "binary-search-tree",
- "difficulty": 1,
- "topics": []
- },
- {
- "slug": "binary-search",
- "difficulty": 1,
- "topics": []
- },
- {
- "slug": "all-your-base",
- "difficulty": 1,
- "topics": []
- },
- {
- "slug": "custom-set",
- "difficulty": 1,
- "topics": []
- },
- {
- "slug": "wordy",
- "difficulty": 1,
- "topics": []
- },
- {
- "slug": "palindrome-products",
- "difficulty": 1,
- "topics": []
- }
- ],
- "deprecated": [
- ],
- "ignored": [
- "_template",
- ".gradle",
- "build",
- "docs",
- "gradle",
- "scripts"
- ],
- "foregone": [
- "leap",
- "grains",
- "say"
- ]
- }
|