1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)C++3,724 forks (3,724 forks)batch import
Hacktoberfestadd codenew algorithm
Repository metrics
- Stars
- 13,462 stars (13,462 stars)
- PR merge metrics
- No merged PRs in 30d (No merged PRs in 30d)
Description
This is a(n):
Details:
I would like to implement a circular linked list in scala
Contributor guide
- Research direction
- Study existing circular linked list implementations in other languages in the repository (e.g., C++) and adapt to Scala. Understand the structure and operations (insert, delete, traverse). Then write the Scala class with appropriate methods.
- Tech stack
- scala
- Domain
- backend
- Issue type
- Feature
- Prerequisites
- Scala