Activity for trichoplax
Type | On... | Excerpt | Status | Date |
---|---|---|---|---|
Comment | Post #291002 |
I have now edited to change the challenge to match the previous comment. Is there any problem with this? Anything to improve? (more) |
— | about 1 year ago |
Edit | Post #291002 |
Post edited: Tidying |
— | about 1 year ago |
Edit | Post #291002 |
Post edited: Change output requirements to require use of the 50 strings |
— | about 1 year ago |
Comment | Post #291002 |
Another possible challenge:
Given a string of Roman numerals, output either "valid" or a string from the list of 50 that proves it invalid. This may involve the Kolmogorov complexity challenge as a subchallenge. Is this good or bad? (more) |
— | about 1 year ago |
Comment | Post #291002 |
As written, the challenge is simply to validate a string of Roman numerals. I suspect that in most languages the golfiest way will be regex, and the list of 50 substrings will not be used. As such, they are irrelevant background info about Roman numerals, rather than being part of the challenge. I'm ... (more) |
— | about 1 year ago |
Edit | Post #291002 |
Post edited: Rearrange wording of valid Roman numerals section for clarity |
— | about 1 year ago |
Edit | Post #291002 |
Post edited: Include all examples in the test cases |
— | about 1 year ago |
Edit | Post #291002 |
Post edited: Clarify input section |
— | about 1 year ago |
Edit | Post #291002 |
Post edited: Specify V, L, and D appear only once |
— | about 1 year ago |
Edit | Post #291002 |
Post edited: Make the 2 methods into bullet points |
— | about 1 year ago |
Edit | Post #291002 |
Post edited: Punctuate long sentence |
— | about 1 year ago |
Edit | Post #291002 |
Post edited: Add clarification of construction example and maximum value |
— | about 1 year ago |
Edit | Post #291002 |
Post edited: Make title more accurate |
— | about 1 year ago |
Edit | Post #291002 |
Post edited: Express interest in which approach is competitive in each language |
— | about 1 year ago |
Edit | Post #291002 |
Post edited: Improve wording of output section |
— | about 1 year ago |
Edit | Post #291002 |
Post edited: Mention reason for upper limit on input length |
— | about 1 year ago |
Edit | Post #291002 |
Post edited: Be more specific about substrings method |
— | about 1 year ago |
Edit | Post #291002 | Initial revision | — | about 1 year ago |
Article | — |
The 50 substrings that validate any string of Roman numerals [FINALIZED] Now posted: The 50 substrings that validate any string of Roman numerals Given a string of Roman numerals, decide whether it forms a valid Roman number. If not, output the substring that proves this, from the list of 50 strings described below. Relevant fact This challenge is based around ... (more) |
— | about 1 year ago |
Edit | Post #290978 | Initial revision | — | over 1 year ago |
Question | — |
Leaderboard sorting bug The leaderboard that shows below a code golf challenge can either sort the answers to show the winner for each language separately (if "Group by language" is ticked) or it can show all the answers from all the languages sorted as a single list, to give an overall winner. There seems to be a bug in... (more) |
— | over 1 year ago |
Edit | Post #290852 |
Post edited: Add finalized to title |
— | over 1 year ago |
Edit | Post #290852 |
Post edited: Mark as finalized |
— | over 1 year ago |
Edit | Post #290870 | Initial revision | — | over 1 year ago |
Question | — |
Fibonacci without consecutive digits Output the Nth number in the list of Fibonacci numbers that have no consecutive digits. Input - A non-negative integer (if you treat the Fibonacci numbers as zero-indexed) or a positive integer (if you treat the Fibonacci numbers as one-indexed). Output - The Nth number in the list of Fibonac... (more) |
— | over 1 year ago |
Edit | Post #290852 |
Post edited: Specify zero indexed and add an example |
— | over 1 year ago |
Edit | Post #290852 |
Post edited: Add link and explanation of Fibonacci numbers |
— | over 1 year ago |
Edit | Post #290852 | Initial revision | — | over 1 year ago |
Article | — |
Fibonacci numbers with no consecutive digits [FINALIZED] Now posted: Fibonacci without consecutive digits Output the Nth number in the list of Fibonacci numbers that have no consecutive digits. Input - A non-negative integer. Output - The Nth number in the list of Fibonacci numbers whose base 10 (decimal) representation has no adjacent digit... (more) |
— | over 1 year ago |
Edit | Post #290667 |
Post edited: Reinstate the changes from the previous 2 edits that my edit accidentally removed |
— | over 1 year ago |
Suggested Edit | Post #290667 |
Suggested edit: Reinstate the changes from the previous 2 edits that my edit accidentally removed (more) |
helpful | over 1 year ago |
Edit | Post #290667 |
Post edited: Reduce ambiguity and typos, and add links |
— | over 1 year ago |
Edit | Post #290612 |
Post edited: Fix my mistake in the link to the posted challenge |
— | over 1 year ago |
Suggested Edit | Post #290612 |
Suggested edit: Fix my mistake in the link to the posted challenge (more) |
helpful | over 1 year ago |
Suggested Edit | Post #290667 |
Suggested edit: Reduce ambiguity and typos, and add links (more) |
helpful | over 1 year ago |
Edit | Post #290612 |
Post edited: Mark as finalized |
— | over 1 year ago |
Suggested Edit | Post #290612 |
Suggested edit: Mark as finalized (more) |
helpful | over 1 year ago |
Comment | Post #290667 |
I find this much more clear. Potential improvements:
- The explanation section at the end could be broken up with subheadings or a numbered list.
- The heading "Explanation" might be better changed to something that makes immediately clear that this section is optional. Perhaps "Background" or "R... (more) |
— | over 1 year ago |
Comment | Post #290667 |
This appears to be an interesting challenge, wrapped up in an interesting but unnecessary concept. The challenge would work without the concept, and be understood by more people.
For this reason, my personal preference would be to have the simple statement of the problem at the start of the challe... (more) |
— | over 1 year ago |
Comment | Post #290615 |
Yes, this is a valid solution - it meets all the challenge requirements.
No need for HTML specification compliance here... (more) |
— | over 1 year ago |
Comment | Post #290590 |
Nice solution. 31 bytes is much better than I was expecting for the first answer.
> The best solution is frequently the easiest one.
Does this mean you believe 31 to be optimal? I suspect 30 is possible... (more) |
— | over 1 year ago |
Edit | Post #290589 | Initial revision | — | over 1 year ago |
Question | — |
Plain black webpage This is a language specific challenge, for HTML only. Your answer is the content of a self contained HTML file, that when opened in a web browser gives a plain black page. Requirements - The HTML file is self contained. You may use CSS, JS, WASM, or images only if they are contained within ... (more) |
— | over 1 year ago |
Edit | Post #290437 |
Post edited: Typo |
— | over 1 year ago |
Suggested Edit | Post #290437 |
Suggested edit: Typo (more) |
helpful | over 1 year ago |
Comment | Post #290200 |
I believe convention is to include any imports in the total length of the code. I couldn't find a Meta post specifically about this, but it is mentioned in an answer to another Meta post:
- [Default Rules: Libraries](https://codegolf.codidact.com/posts/282802/282803#answer-282803)
> However, yo... (more) |
— | over 1 year ago |
Edit | Post #290169 |
Post edited: Typo |
— | over 1 year ago |
Suggested Edit | Post #290169 |
Suggested edit: Typo (more) |
helpful | over 1 year ago |
Comment | Post #287238 |
When you say "test program" do you mean a program to test answers, or an example implementation? (more) |
— | over 1 year ago |
Comment | Post #287238 |
I try to post a range of golf challenges, because some people want a very simple challenge that they can tackle quickly on a short break, while other people enjoy a more complex challenge. I expect some people prefer different levels of complexity at different times.
I acknowledge that this is not... (more) |
— | over 1 year ago |