C++ Algorithm – Write a program function to detect loop in a linked list – Linked List – Given a linked list, check if the the linked list has loop or not.
Data Structures
Python Algorithm – Write a program function to detect loop in a linked list – Linked List – Given a linked list, check if the the linked list has loop
C Algorithm – Write a program function to detect loop in a linked list – Linked List – Given a linked list, check if the the linked list has loop or not.
Java Algorithm – Write a program function to detect loop in a linked list – Linked List – Given a linked list, check if the the linked list has loop or not.
C Program – In order Successor in Binary Search Tree – Binary Search Tree – In order Successor is NULL for the last node in In order traversal.
Java Programming – LinkedList in java – Linked List – In Java, LinkedList class implements the list interface.This class consists of the following
Python Program – In order Successor in Binary Search Tree – Binary Search Tree – In order Successor is NULL for the last node in In order traversal.
C++ Algorithm – The Stock Span Problem – Stack – The stock span problem is a financial problem where we have a series of n daily price quotes
Delete a node in a Doubly Linked List – Doubly Linked List – If node to be deleted is head node, then change the head pointer to next current head.
Delete a node in a Doubly Linked List – If node to be deleted is head node, then change the head pointer to next current head.