oxalorg / oxalorg/4ever-clojure
Switch Problems 31 and 30
Nobody has claimed this yet.
- Dominant language
- Clojure
- Stars
- 271
- Forks
- 29
- PR merge metrics
- No merged PRs in 30d
Description
Here are the solutions that I used for 30 and 31 respectively
30:
#(map first
(partition-by identity %1))
31:
#(partition-by identity %1)
I know that the exercises are all very freeform, but I do think that each problem has a few highly idiomatic solutions (and for these 2 I think the ones I've provided are idiomatic); Since problem 30 builds off of problem 31, I think their order should be switched.
Thank you so much for the 4clojure project!
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No file or test is named. Locate the exercise definitions or index for problems 30 and 31, verify the requested order and dependency, then run the project's relevant checks to confirm the reordered exercises still load correctly.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- clojure
- Domain
- content
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100