In this post we will be Count the node of linked list in Java. Given a singly linked list. The task is to find the length of the linked list, where length is defined as the number of nodes in the linked list.
Category: HackerRank Questions
Balanced Brackets Hackerrank Solution
Balanced Brackets Hackerrank Solution
Print the Elements of a Linked List Hackerrank Solution
Print the Elements of a Linked List Hackerrank Solution
Anagram of String
In this post we will be seeing Solution of Hackerran Question for Anagram of String. An anagram of a string is another string that contains same characters, only the order of characters can be different. For example, “abcd” and “dabc” are anagram of each other.
HackerRank 30 Days code Question 2 Solution
This is hackerrank question (30 day code) in which we have to find the total meal cost For this we have given meal price (base cost of a meal), tip percent (the percentage of the meal price being added as tip), and tax percent (the percentage of the meal price being added as tax) for a meal, we have to find the total meal cost in integer