-
-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add house exercise #155
base: main
Are you sure you want to change the base?
Add house exercise #155
Conversation
Hello 👋 Thanks for your PR. This repo does not currently have dedicated maintainers. Our cross-track maintainers team will attempt to review and merge your PR, but it will likely take longer for your PR to be reviewed. If you enjoy contributing to Exercism and have a track-record of doing so successfully, you might like to become an Exercism maintainer for this track. Please feel free to ask any questions, or chat to us about anything to do with this PR or the reviewing process on the Exercism forum. (cc @exercism/cross-track-maintainers) |
config.json
Outdated
"uuid": "9b389aab-2d46-4187-bb01-c107b9e4199b", | ||
"practices": [], | ||
"prerequisites": [], | ||
"difficulty": 6 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Isn't 6 a bit exaggerated? I would say 5 at most, since the hardest part is to assemble the parts into a format that can easily be addressed; the rest is just a simple memory shuffle.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Now changed to 5. The median across (mostly non-assembly) tracks for this exercise is 4. For assembly tracks I typically choose a slightly higher estimate.
Here are various median difficulties:
4 affine-cipher
3 allergies
7 alphametics
3 anagram
5 binary-search-tree
7 book-store
3 bottle-song
6 bowling
6 change
7 connect
4 crypto-square
5 custom-set
4 diamond
3 dnd-character
7 dominoes
5 dot-dsl
3 error-handling
2 etl
3 flatten-array
5 food-chain
8 forth
5 game-of-life
2 gigasecond
8 go-counting
4 grade-school
5 grep
8 hangman
2 high-scores
4 house
5 killer-sudoku-helper
5 ledger
9 lens-person
5 linked-list
4 list-ops
5 markdown
3 matrix
4 meetup
4 nth-prime
4 paasio
6 palindrome-products
5 parallel-letter-frequency
4 pascals-triangle
7 poker
9 pov
3 prime-factors
3 protein-translation
3 proverb
5 pythagorean-triplet
6 rail-fence-cipher
5 rational-numbers
8 react
6 rectangles
6 rest-api
3 robot-name
4 saddle-points
6 satellite
5 say
3 secret-handshake
3 series
9 sgf-parsing
5 simple-cipher
4 simple-linked-list
5 spiral-matrix
5 state-of-tic-tac-toe
2 strain
3 sublist
2 sum-of-multiples
5 tournament
4 transpose
5 tree-building
3 twelve-days
5 variable-length-quantity
3 word-count
6 word-search
6 wordy
4 yacht
8 zebra-puzzle
8 zipper
Unfortunately, I'm not a maintainer officially, or else my approval would allow you to merge this. |
No description provided.