JuliaCollections / JuliaCollections/DataStructures.jl
Implement unrolled linked lists
Nobody has claimed this yet.
- Dominant language
- Julia
- Stars
- 745
- Forks
- 261
- PR merge metrics
- No merged PRs in 30d
Description
I proposed at https://github.com/adolgert/Lists.jl/issues/1
I.e. https://en.wikipedia.org/wiki/Unrolled_linked_list
See e.g.:
http://www.sanfoundry.com/java-program-implement-unrolled-linked-list/
And got this response:
"That seems like a great idea."
I couldn't find the issue here; I thought I had filed here, and see now the other project seems dead.
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
Start by reviewing the issue discussion and the linked Wikipedia and Java examples to understand the proposed unrolled linked list. No repository files, tests, API, or acceptance criteria are identified, so clarify the design and expected behavior with maintainers before choosing an entry point. Done would require an agreed implementation and corresponding validation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- data
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100