24 comments (24 comments)0 reactions (0 reactions)1 assignee (1 assignee)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
I want to Contribute for this
Contributor guide
- Research direction
- This issue requires implementing a recursive function to print a singly linked list in reverse order. The approach is to traverse the list recursively and print the node after the recursive call. Understand linked list structure and recursion base case.
- Tech stack
- cpp
- Domain
- backend
- Issue type
- Feature
- Prerequisites
- C++Linked lists