Check if the singly Linked List is a Palindrome
Given a linked List , check if the lisnked list is a palindrome or not. Write a program.
Given a linked List , check if the lisnked list is a palindrome or not. Write a program.
Introduction to Data Structures
Print diagonal elements in binary tree(code/Algorithm/Program)
Vertical Order Traversal of a Binary tree (Algorithm)
Checking if a binary tree is a binary search tree or not!
2.4 Linked List implementation in C/C++ | creation and display | data structures