Skip to content
Courses
DSA to Development
Get IBM Certification
Newly Launched!
Master Django Framework
Become AWS Certified
For Working Professionals
Interview 101: DSA & System Design
Data Science Training Program
JAVA Backend Development (Live)
DevOps Engineering (LIVE)
Data Structures & Algorithms in Python
For Students
Placement Preparation Course
Data Science (Live)
Data Structure & Algorithm-Self Paced (C++/JAVA)
Master Competitive Programming (Live)
Full Stack Development with React & Node JS (Live)
Full Stack Development
Data Science Program
All Courses
Tutorials
Data Structures & Algorithms
ML & Data Science
Interview Corner
Programming Languages
Web Development
CS Subjects
DevOps And Linux
School Learning
Practice
Build your AI Agent
GfG 160
Problem of the Day
Practice Coding Problems
GfG SDE Sheet
Contests
Accenture Hackathon (Ending Soon!)
GfG Weekly [Rated Contest]
Job-A-Thon Hiring Challenge
All Contests and Events
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Sign In
▲
Similar Topics
DSA
22.5k+ articles
Mathematical
7.7k+ articles
C++
4.2k+ articles
Linked List
1.1k+ articles
C Programs
690+ articles
series
510+ articles
Linked Lists
300+ articles
Python-DSA
220+ articles
series-sum
110+ articles
arithmetic progression
76 articles
GetNth
11 posts
Popular Articles
Recent Articles
C++ Program For Writing A Function To Get Nth Node In A Linked List
Last Updated: 12 October 2023
Write a C++ Program to GetNth() function that takes a linked list and an integer index and returns the data value stored in the node at that
...read more
Linked List
GetNth
Linked Lists
C++
C++ Programs
DSA
C# Program For Writing A Function To Get Nth Node In A Linked List
Last Updated: 11 July 2022
Write a GetNth() function that takes a linked list and an integer index and returns the data value stored in the node at that index position
...read more
Linked List
GetNth
Linked Lists
C Programs
C#
DSA
Find sum of N-th group of Natural Numbers
Last Updated: 11 August 2022
Given a series of natural numbers divided into groups as: (1, 2), (3, 4, 5, 6), (7, 8, 9, 10, 11, 12), (13, 14, 15, 16, 17, 18, 19, 20).....
...read more
GetNth
Mathematical
series
series-sum
DSA
Similar Topics
DSA
22.5k+ articles
Mathematical
7.7k+ articles
C++
4.2k+ articles
Linked List
1.1k+ articles
C Programs
690+ articles
series
510+ articles
Linked Lists
300+ articles
Python-DSA
220+ articles
series-sum
110+ articles
arithmetic progression
76+ articles
Find the Nth term of the series 1 + 2 + 6 + 15 + 31 + 56 + ...
Last Updated: 11 August 2022
Given an integer[Tex]N[/Tex]. The task is to write a program to find the N-th term of the given series:1 + 2 + 6 + 15 + 31 + 56 + ... Exampl
...read more
GetNth
Mathematical
series
arithmetic progression
DSA
Find the sum of first N terms of the series 2×3 + 4×4 + 6×5 + 8×6 + ...
Last Updated: 25 May 2022
Given an integer N. The task is to find the sum upto N terms of the given series:2×3 + 4×4 + 6×5 + 8×6 + ... + upto n termsExamples:Inpu
...read more
GetNth
Mathematical
series
series-sum
DSA
Find the Nth term of the series 2 + 6 + 13 + 23 + . . .
Last Updated: 11 August 2022
Given an integer N. The task is to write a program to find the Nth term of the given series:2 + 6 + 13 + 23 + ...Examples:Input : N = 5Outpu
...read more
GetNth
Mathematical
series
DSA
C Program For Writing A Function To Get Nth Node In A Linked List
Last Updated: 22 June 2022
Write a GetNth() function that takes a linked list and an integer index and returns the data value stored in the node at that index position
...read more
Linked List
GetNth
Linked Lists
C Language
C Programs
DSA
Javascript Program For Writing A Function To Get Nth Node In A Linked List
Last Updated: 31 July 2023
Write a GetNth() function that takes a linked list and an integer index and returns the data value stored in the node at that index position
...read more
Linked List
GetNth
Linked Lists
Web Technologies
JavaScript
JavaScript-DSA
DSA
Python Program For Writing A Function To Get Nth Node In A Linked List
Last Updated: 17 August 2023
Write a GetNth() function that takes a linked list and an integer index and returns the data value stored in the node at that index position
...read more
Linked List
GetNth
Linked Lists
Python
Python Programs
Python-DSA
DSA
Java Program For Writing A Function To Get Nth Node In A Linked List
Last Updated: 17 August 2023
Write a GetNth() function that takes a linked list and an integer index and returns the data value stored in the node at that index position
...read more
Linked List
GetNth
Linked Lists
Java
Java Programs
DSA
Write a function to get Nth node in a Linked List
Last Updated: 23 August 2024
Given a LinkedList and an index (1-based). The task is to find the data value stored in the node at that kth position. If no such node exist
...read more
Linked List
GetNth
Linked Lists
Python-DSA
DSA
1
1
1
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !