Detect loop in linked list(floyd algo / Tortoise and hare algo)
Given a linked List. Check if there is a loop in the Linked List.
Given a linked List. Check if there is a loop in the Linked List.
Linked List Data Structure: Creation and Traversal in C Language
Find Middle of a singly linked list(Algorithm/Code/Program)
QuickSort example
Prefix to Postfix Expression using STACK Data Structure (With Solved Example) | Rules + Pseudocode
KMP string matching algorithm (string/pattern search in a text)