Top Question asked at Google
Please subscribe !
Palindrome Linked List: • 234. Palindrome Linked List - Easiest...
Bus Routes: • Bus Routes - Leetcode 815 - Java - Le...
Min Stack: • Min Stack - Leetcode 155
Fizz Buzz: • Fizz Buzz - Java - Fastest Solution
Lowest Common Ancestor of a Binary Tree: • 1650. Lowest Common Ancestor of a Bin...
Find All Possible Recipes From Given Supplies: • Find All Possible Recipes from Given ...
Find Leaves of Binary Tree: • Find Leaves of Binary Tree | Leetcode...
You are playing the Bulls and Cows game with your friend.
You write down a secret number and ask your friend to guess what the number is. When your friend makes a guess, you provide a hint with the following info:
The number of "bulls", which are digits in the guess that are in the correct position.
The number of "cows", which are digits in the guess that are in your secret number but are located in the wrong position. Specifically, the non-bull digits in the guess that could be rearranged such that they become bulls.
Given the secret number secret and your friend's guess guess, return the hint for your friend's guess.
The hint should be formatted as "xAyB", where x is the number of bulls and y is the number of cows. Note that both secret and guess may contain duplicate digits.
Watch video Bulls and Cows Leetcode online without registration, duration hours minute second in high quality. This video was added by user coding interview questions 08 June 2021, don't forget to share it with your friends and acquaintances, it has been viewed on our site 22 once and liked it people.