Queues A Tale of Two Stacks, is a HackerRank problem from Stacks and Queues subdomain. In this post we will see how we can solve this challenge in Python A queue is an abstract data type that maintai
Linked Lists Detect a Cycle, is a HackerRank problem from Linked Lists subdomain. In this post we will see how we can solve this challenge in Python A linked list is said to contain a cycle if any no
Waiter, is a HackerRank problem from Stacks subdomain. In this post we will see how we can solve this challenge in Python Then there will be iterations. In th iteration, you start picking up the plat
Truck Tour, is a HackerRank problem from Queues subdomain. In this post we will see how we can solve this challenge in Python Suppose there is a circle. There are petrol pumps on that circle. Petrol
Simple Text Editor, is a HackerRank problem from Stacks subdomain. In this post we will see how we can solve this challenge in Python . You must perform operations of the following types append App
Self Balancing Tree, is a HackerRank problem from Balanced Trees subdomain. In this post we will see how we can solve this challenge in C An AVL tree Georgy Adelson Velsky and Landis tree, named afte
Reverse a linked list, is a HackerRank problem from Linked Lists subdomain. In this post we will see how we can solve this challenge in Python You’re given the pointer to the head node of a linked li
Reverse a doubly linked list, is a HackerRank problem from Linked Lists subdomain. In this post we will see how we can solve this challenge in Python You’re given the pointer to the head node of a do
Queue using Two Stacks, is a HackerRank problem from Queues subdomain. In this post we will see how we can solve this challenge in Python A queue is an abstract data type that maintains the order in
Queries with Fixed Length, is a HackerRank problem from Queues subdomain. In this post we will see how we can solve this challenge in Python Consider an integer sequence, . We perform a query on by u
QHEAP1, is a HackerRank problem from Heap subdomain. In this post we will see how we can solve this challenge in Python This question is designed to help you get a better understanding of basic heap
Print the Elements of a Linked List, is a HackerRank problem from Linked Lists subdomain. In this post we will see how we can solve this challenge in Python This challenge is part of a MyCodeSchool t
Print in Reverse, is a HackerRank problem from Linked Lists subdomain. In this post we will see how we can solve this challenge in Python You are given the pointer to the head node of a linked list a
Poisonous Plants, is a HackerRank problem from Stacks subdomain. In this post we will see how we can solve this challenge in Python There are a number of plants in a garden. Each of these plants has
No Prefix Set, is a HackerRank problem from Trie subdomain. In this post we will see how we can solve this challenge in Python Given strings. Each string contains only lowercase letters from both inc
Minimum Average Waiting Time, is a HackerRank problem from Heap subdomain. In this post we will see how we can solve this challenge in Python Tieu owns a pizza restaurant and he manages it in his own
Merge two sorted linked lists, is a HackerRank problem from Linked Lists subdomain. In this post we will see how we can solve this challenge in Python You’re given the pointer to the head nodes of tw
Maximum Element, is a HackerRank problem from Stacks subdomain. In this post we will see how we can solve this challenge in Python You have an empty sequence, and you will be given queries. Each quer
Largest Rectangle, is a HackerRank problem from Stacks subdomain. In this post we will see how we can solve this challenge in Python Skyline Real Estate Developers is planning to demolish a number of
Jesse and Cookies, is a HackerRank problem from Heap subdomain. In this post we will see how we can solve this challenge in Python Jesse loves cookies. He wants the sweetness of all his cookies to be
Recent comments on data-structures
No comments found