Tutorials
Courses
Data Structure
Java
Python
HTML
Interview Preparation
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Similar Topics
Web Technologies
37.4K+ articles
DSA
22.8K+ articles
Python
21.3K+ articles
Arrays
6.5K+ articles
Amazon
1.8K+ articles
Linked List
1.2K+ articles
Microsoft
802+ articles
Oracle
347+ articles
Adobe
280+ articles
Morgan Stanley
225+ articles
Rockstand
9 posts
Recent Articles
Popular Articles
Detect Cycle in a Directed Graph
Last Updated: 05 April 2025
Given the number of vertices V and a list of directed edges, determine whether the graph contains a cycle or not.Examples: Input: V = 4, edges[][] = [[0, 1], [0, 2], [1, ...
read more
Graph
DSA
Microsoft
Amazon
Adobe
Oracle
Flipkart
Samsung
BankBazaar
MakeMyTrip
Rockstand
DFS
graph-cycle
Swap Kth node from beginning with Kth node from end in a Linked List
Last Updated: 10 January 2023
Given a singly linked list, swap kth node from beginning with kth node from end. Swapping of data is not allowed, only pointers should be changed. This requirement may be ...
read more
Linked List
DSA
Arrays
Amazon
Morgan Stanley
Rockstand
K’th Smallest Element in Unsorted Array
Last Updated: 14 August 2024
Given an array arr[] of N distinct elements and a number K, where K is smaller than the size of the array. Find the K'th smallest element in the given array. Examples:Inpu...
read more
Searching
Heap
DSA
Arrays
Order-Statistics
Microsoft
Amazon
Cisco
VMWare
Snapdeal
Accolite
SAP Labs
Rockstand
ABCO
Rockstand.in interview experience
Last Updated: 21 January 2015
Recently i applied online at rockstand the process took three days to complete.There were 4 rounds for this process at their office.1st round- shortlisting from resumes. T...
read more
Interview Experiences
Rockstand
Experiences
Union and Intersection of Two Unsorted Arrays - Complete Tutorial
Last Updated: 09 April 2025
Unionof two arrays is an array having alldistinctelements that are present ineither arraywhereasIntersectionof two arrays is an array containingdistinctcommonelements betw...
read more
Mathematical
DSA
Arrays
Amazon
Rockstand
C++ Program For Swapping Kth Node From Beginning With Kth Node From End In A Linked List
Last Updated: 23 December 2021
Given a singly linked list, swap kth node from beginning with kth node from end. Swapping of data is not allowed, only pointers should be changed. This requirement may be ...
read more
Linked List
C++ Programs
DSA
Arrays
Amazon
Morgan Stanley
Rockstand
Java Program For Swapping Kth Node From Beginning With Kth Node From End In A Linked List
Last Updated: 23 December 2021
Given a singly linked list, swap kth node from beginning with kth node from end. Swapping of data is not allowed, only pointers should be changed. This requirement may be ...
read more
Linked List
Java Programs
DSA
Arrays
Amazon
Morgan Stanley
Rockstand
Python Program For Swapping Kth Node From Beginning With Kth Node From End In A Linked List
Last Updated: 19 May 2022
Given a singly linked list, swap kth node from beginning with kth node from end. Swapping of data is not allowed, only pointers should be changed. This requirement may be ...
read more
Linked List
Python Programs
DSA
Arrays
Amazon
Morgan Stanley
Rockstand
Python-DSA
Javascript Program For Swapping Kth Node From Beginning With Kth Node From End In A Linked List
Last Updated: 02 September 2024
Given a singly linked list, swap kth node from beginning with kth node from end. Swapping of data is not allowed, only pointers should be changed. This requirement may be ...
read more
Linked List
JavaScript
Web Technologies
DSA
Arrays
Amazon
Morgan Stanley
Rockstand
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 !