Ranjit Singh

Monty hall problem

Monty Hall Problem

  The Monty Hall Problem is a probability puzzle named after the host of the television game show “Let’s Make a Deal,” Monty Hall. The problem can be stated as follows:   The question is: What should you do to maximize your chances of winning the car? Should you stick with your initial choice, switch,…

Read More

Impact on performance for case insensitive table and column name(lower_case_table_names) Mysql

The impact on query performance in the context of case-insensitive table and column names in MySQL is generally minimal. The reason is that MySQL’s query execution engine internally normalizes identifiers (like table and column names) to lowercase on case-insensitive file systems or according to the server’s lower_case_table_names configuration variable. Here are some key points regarding…

Read More

Some less known features of javascript

JavaScript is a versatile and widely used programming language, and it has some interesting and less known features and quirks. Here are 10 hidden facts and unique aspects of JavaScript(less known features of javascript): These hidden facts and features are just a glimpse of what makes JavaScript both powerful and challenging to work with. Understanding…

Read More