Activity for trichoplax
Type | On... | Excerpt | Status | Date |
---|---|---|---|---|
Edit | Post #287323 |
Post edited: List same height letters in alphabetical order |
— | about 2 years ago |
Edit | Post #287323 |
Post edited: Allow different formats for input and output |
— | about 2 years ago |
Edit | Post #287323 |
Post edited: Fix test case format |
— | about 2 years ago |
Edit | Post #287323 |
Post edited: Modify sort order and clarify output |
— | about 2 years ago |
Edit | Post #287323 | Initial revision | — | about 2 years ago |
Article | — |
Sort letters by height [FINALIZED] Now posted: Sort letters by height Given a sequence of lower case letters, sort them into order of height. Heights The heights of letters are dependent on font, so for this challenge the height order to be used is as defined below: ```text acemnorsuvwxz t i bdfghklpqy j ``` L... (more) |
— | about 2 years ago |
Edit | Post #287153 |
Post edited: Mark as finalized |
— | about 2 years ago |
Edit | Post #287321 | Initial revision | — | about 2 years ago |
Question | — |
Connect the corners without 4 in a row Connect opposite corners of a rectangle of characters without putting 4 characters in a row. Input - Two numbers, W and H, representing the width and height of the rectangle - Each number will be in the range 2 to 70 Output - A rectangular grid of characters, of width W and height H - You m... (more) |
— | about 2 years ago |
Edit | Post #287153 |
Post edited: Add link to validator |
— | about 2 years ago |
Edit | Post #287153 |
Post edited: Remove accidental link markdown |
— | about 2 years ago |
Edit | Post #287153 |
Post edited: Improve examples |
— | about 2 years ago |
Edit | Post #287153 |
Post edited: Remove redundant examples |
— | about 2 years ago |
Edit | Post #287153 |
Post edited: Golf the output spec |
— | about 2 years ago |
Edit | Post #287319 |
Post edited: Remove clashing word "explanation" |
— | about 2 years ago |
Edit | Post #287154 |
Post edited: Mark as finalized |
— | about 2 years ago |
Edit | Post #287319 | Initial revision | — | about 2 years ago |
Question | — |
Circle of text characters Given a radius R, output a text representation of a circle. Input - A positive integer R (strictly greater than zero) - You do not need to handle values of R greater than 32 Output - A square grid of characters of side length 2R + 1 - You may choose any 2 distinct characters to represent th... (more) |
— | about 2 years ago |
Edit | Post #287154 |
Post edited: Add link to validator |
— | about 2 years ago |
Edit | Post #287154 |
Post edited: Make clear input will never be zero |
— | about 2 years ago |
Edit | Post #287154 |
Post edited: Remove ambiguity from output section |
— | about 2 years ago |
Edit | Post #287154 |
Post edited: Simplify example format |
— | about 2 years ago |
Edit | Post #287154 |
Post edited: Improve output section |
— | about 2 years ago |
Edit | Post #287154 |
Post edited: Clarify output section |
— | about 2 years ago |
Edit | Post #287154 |
Post edited: Simplify output section |
— | about 2 years ago |
Edit | Post #287154 |
Post edited: Fix validity criterion |
— | about 2 years ago |
Edit | Post #287131 |
Post edited: Fix missing heading level in heirarchy |
— | about 2 years ago |
Edit | Post #287131 |
Post edited: Reverse test edit |
— | about 2 years ago |
Edit | Post #287131 |
Post edited: Test edit |
— | about 2 years ago |
Edit | Post #287131 |
Post edited: Demote heading2 to heading3 as heading1 is automatically demoted |
— | about 2 years ago |
Edit | Post #287131 |
Post edited: Add equivalent test cases for integer inputs |
— | about 2 years ago |
Edit | Post #287131 |
Post edited: Explicitly allow integer input |
— | about 2 years ago |
Edit | Post #287261 |
Post edited: Mark as finalized |
— | about 2 years ago |
Edit | Post #287299 | Initial revision | — | about 2 years ago |
Question | — |
Pinwheel words Given a word that can be rotated by 180 degrees (a half turn) about at least one of its 3 axes and continue to be composed of English alphabet letters, output one of its rotated forms. The 3 rotation types will be given the challenge-specific names clock, mirror, and lake rotations. They have more... (more) |
— | about 2 years ago |
Edit | Post #287261 |
Post edited: Finalise test cases |
— | about 2 years ago |
Edit | Post #287261 |
Post edited: Add extra rotation types for m and w to avoid inconsistency |
— | about 2 years ago |
Edit | Post #287238 |
Post edited: Make TODO stand out more |
— | about 2 years ago |
Edit | Post #287238 |
Post edited: Remove hidden sections |
— | about 2 years ago |
Edit | Post #287261 |
Post edited: Mention that terms are challenge-specific |
— | about 2 years ago |
Edit | Post #287261 |
Post edited: Remove hidden sections |
— | about 2 years ago |
Edit | Post #287238 |
Post edited: Test edit |
— | about 2 years ago |
Edit | Post #287261 |
Post edited: Present collapsed html sections and plain markdown for comparison |
— | about 2 years ago |
Edit | Post #287285 | Initial revision | — | about 2 years ago |
Answer | — |
A: Thoughts on hiding challenge sections with expandable details tags Since the examples I've given in the question are deliberately brief, they don't demonstrate the benefit of hiding a large block of text. I'm giving an example in this answer of one of my own challenges where I have used expandable `` sections to hide parts of the challenge wording that might be seen... (more) |
— | about 2 years ago |
Comment | Post #287283 |
I agree that there is extra work for someone reading the question for the first time (which is why I wanted to get feedback before deciding whether to use this more).
The potential upside I'm weighing against that is the ease of getting to the answers for someone who has already previously read th... (more) |
— | about 2 years ago |
Edit | Post #287280 |
Post edited: Separate examples with horizontal lines |
— | about 2 years ago |
Edit | Post #287280 | Initial revision | — | about 2 years ago |
Question | — |
Thoughts on hiding challenge sections with expandable details tags I've recently started experimenting with hiding some of the sections in a challenge, using an expandable `` tag. This seems to have some advantages, but I'm interested to hear how people find this - any good and bad points and general advice on how and where to use this. I'm asking this in the con... (more) |
— | about 2 years ago |
Edit | Post #287238 |
Post edited: Expand intro and hide sections |
— | about 2 years ago |