Find the smallest prime palindrome that is greater than or equal to N.

preview_player
Показать описание
Given an integer n, return the smallest prime palindrome greater than or equal to n.
#Prime Palindrome
Рекомендации по теме
Комментарии
Автор

You should have added some comments and reason for each condition. It was like we are just watching you doing code irrespective of the actual logic.

chetanaggarwal