2021

Solution using Python | Unique Morse Code Words | Interview Question that was asked from LeetCode

Hi, This question was asked by an interviewer to me, for the company Bombay Softwares. I have written the solution code in Python, below. The problem becomes easy if we use ‘ord’, the Python’s inbuilt function to find the Unicode number of the given character. For example ‘a’ has a Unicode number of 97, hence

Solution using Python | Unique Morse Code Words | Interview Question that was asked from LeetCode Read More »

Write a Python Program to Count all the Palindromes in a Range or a List.

Hi, First, it is necessary to understand what a Palindrome is. A palindrome is any string or number which reads the same when reversed. Examples – ‘mom’, 121, 1001, 222. Now, what I simply need to do is pass the value to a function, and check that the reverse of the string version of that

Write a Python Program to Count all the Palindromes in a Range or a List. Read More »

GATE Surveying Quiz: Prepare for Success in Civil Engineering’s Surveying Section

Introduction Prepare for the GATE exam’s Surveying section in Civil Engineering with our Quiz Web Application. Boost your chances of success with targeted practice and invaluable resources designed specifically for aspiring civil engineers. Our comprehensive platform offers a vast collection of meticulously crafted questions covering key topics like leveling, triangulation, GIS, and more. Track your

GATE Surveying Quiz: Prepare for Success in Civil Engineering’s Surveying Section Read More »

PHP Code Snippets Powered By : XYZScripts.com