Leetcode: 700. Search in a Binary Search Tree

Hi, all in this post I will talk about an easy problem with Binary Search Tree and recuresion also. When we solve a recuresion problem we are talking about the Base Case. The condition which on it the recursion stops is called : Base Case .In our problem we are searching on the nodes for… Continue reading Leetcode: 700. Search in a Binary Search Tree

[-Foregone Solution-] Google code jam 2019 problem.

Hi  writing again on my blog  what a great feeling  , wow. The problem [Foregone Solution] we have today from Google codejam 2019  [qualification round ]  the problem is easy one  let’s start . problem explain: Someone just won the Code Jam lottery, and we owe them N jam coins! However, when we tried to print out… Continue reading [-Foregone Solution-] Google code jam 2019 problem.

The talks & seminars winch changes my life and helps me in my journey #1

I decided to post not only   about  competitive programming , algorithms or  about the problems I  solve and the problem which I  love and enjoy while solving it  and love it’s idea but also i decide to post about seminars and Ted talks I watch and helps me to learn something and produce nice ideas.… Continue reading The talks & seminars winch changes my life and helps me in my journey #1

Tourist [Facebook Hacker Cup 2018 Qualification Round]

I am so happy  to re post again in  my  blog  and today. we would solve a problem from Facebook Hacker Cup 2018  (tourist problem): the problem of today is simple and easy I enjoyed solving it I hope you enjoy solving it  too . Problem: The Facebook campus has N different attractions, numbered from 1 to N in… Continue reading Tourist [Facebook Hacker Cup 2018 Qualification Round]

Week 3 problem [Snakes, Mongooses and the Ultimate Election] SnackDown 2017 semi finals problem.

Hello , this week we will discuss and solve  an interesting problem Snakes, Mongooses and the Ultimate Election  from SnackDown 2017 semi final round  By (CodeChef). problem explain: In Snakeland, there are some snakes and mongooses. They are lined up in a row. The information about how exactly they are lined up it is provided to you… Continue reading Week 3 problem [Snakes, Mongooses and the Ultimate Election] SnackDown 2017 semi finals problem.