Courses
Tutorials
Interview Prep
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
Similar Topics
Web Technologies
32.1K+ articles
Amazon
1.9K+ articles
Microsoft
811+ articles
palindrome
324+ articles
Accolite
305+ articles
Linked Lists
303+ articles
Adobe
280+ articles
Snapdeal
166+ articles
KLA Tencor
11+ articles
Yodlee Infotech
7+ articles
Kritikal Solutions
11 posts
Recent Articles
Kritikal Solutions Interview Experience for Software Engineer
Last Updated: 11 July 2023
Round 1: Technical RoundIt consisted of 2 sets of MCQs (one consisted of core subjects like OOPS and DBMS and the other consisted of questions related to Image processing)...
read more
Interview Experiences
Internship
Kritikal Solutions
Write it Up
Experiences
C++ Program To Check If A Singly Linked List Is Palindrome
Last Updated: 23 July 2025
Given a singly linked list of characters, write a function that returns true if the given list is a palindrome, else false.Recommended: Please solve it on "PRACTICE" first...
read more
C++
Linked Lists
Microsoft
Amazon
Adobe
Snapdeal
Accolite
KLA Tencor
Kritikal Solutions
Yodlee Infotech
palindrome
C Program To Check If A Singly Linked List Is Palindrome
Last Updated: 23 July 2025
Given a singly linked list of characters, write a function that returns true if the given list is a palindrome, else false.Recommended: Please solve it on "PRACTICE" first...
read more
C Language
Linked Lists
Microsoft
Amazon
Adobe
Snapdeal
Accolite
KLA Tencor
Kritikal Solutions
Yodlee Infotech
palindrome
Python Program To Check If A Singly Linked List Is Palindrome
Last Updated: 23 July 2025
Given a singly linked list of characters, write a function that returns true if the given list is a palindrome, else false.Recommended: Please solve it on "PRACTICE" first...
read more
Python
Linked Lists
Microsoft
Amazon
Adobe
Snapdeal
Accolite
KLA Tencor
Kritikal Solutions
Yodlee Infotech
palindrome
Python-DSA
Javascript Program To Check If A Singly Linked List Is Palindrome
Last Updated: 23 July 2025
Given a singly linked list of characters, write a function that returns true if the given list is a palindrome, else false.METHOD 1 (Use a Stack) A simple solution is to u...
read more
JavaScript
Linked Lists
Microsoft
Amazon
Adobe
Snapdeal
Accolite
KLA Tencor
Kritikal Solutions
Yodlee Infotech
palindrome
Java Program To Check If A Singly Linked List Is Palindrome
Last Updated: 23 July 2025
Given a singly linked list of characters, write a function that returns true if the given list is a palindrome, else false.Recommended: Please solve it on "PRACTICE" first...
read more
Java
Linked Lists
Microsoft
Amazon
Adobe
Snapdeal
Accolite
KLA Tencor
Kritikal Solutions
Yodlee Infotech
palindrome
Kritikal Solutions Interview Experience
Last Updated: 25 April 2015
1st round:Two sets:First set consisted of basic c question (output based)Second set was mcq based on computer science subjects like os,ds etc.2nd round (Technical intervie...
read more
Interview Experiences
Kritikal Solutions
Experiences
Implement Stack using Queues
Last Updated: 18 September 2025
Implement a stack using queues. We are allowed to use only queue data structure. The stack should support the following operations:push(x): Insert element x onto the top o...
read more
Stack
Queue
DSA
Amazon
Adobe
Oracle
D-E-Shaw
Snapdeal
Accolite
CouponDunia
Kritikal Solutions
Grofers
Boundary Traversal of binary tree
Last Updated: 07 October 2025
Given the root of a binary tree, Find its boundary traversal in anti-clockwise order, starting from the root.The boundary of a binary tree consists of the following parts:...
read more
Tree
DSA
Microsoft
Amazon
Morgan Stanley
Snapdeal
Accolite
Payu
Hike
Kritikal Solutions
Palindrome Linked List
Last Updated: 26 August 2025
Given a singly linked list, we have to check whether it is a palindrome or not.Examples:Input: Output: trueExplanation: It forms the same sequence when read from front to ...
read more
Linked List
DSA
Microsoft
Amazon
Adobe
Snapdeal
Accolite
KLA Tencor
Kritikal Solutions
Yodlee Infotech
palindrome
Given only a pointer/reference to a node to be deleted in a singly linked list, how do you delete it?
Last Updated: 29 September 2024
Given a pointer to a node to be deleted, delete the node. Note that we don’t have a pointer to the head node.Examples:Input: list = 10 - 20 - 4 - 30, delNode = 20Output: 1...
read more
Linked List
DSA
Linked Lists
loop
Microsoft
Amazon
Samsung
Goldman Sachs
Visa
Kritikal Solutions