OpenGenus/cosmos

Print Nth node of a singly linked list in the reverse manner

Open

#669 创建于 2017年10月6日

在 GitHub 查看
 (37 评论) (0 反应) (0 负责人)C++ (3,724 fork)batch import
Hacktoberfestadd codenew algorithm

仓库指标

Star
 (13,462 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

You must be able to fetch the nth node in a singly linked list in the reverse manner eg:- if there is a list of 100 nodes and node number 10th is passed, you must be able to return the 10th node from the end of the list.

贡献者指南