Dice Game – TCS CodeVita
Calculate the number of ways to achieve a target sum S using dice with m faces.
Choose your challenge. Start easy and work your way up.
Calculate the number of ways to achieve a target sum S using dice with m faces.
Print a half pyramid pattern using asterisks (*) with N rows, where each row contains increasing number of asterisks separated by spaces.
Given a matrix containing integers and alphabets, append each alphabet to all surrounding integers in the 3x3 neighborhood.
Print values from two square matrices in a clockwise spiral pattern, alternating between matrices for each row/column.
Given an integer N, print the values of 2N and 4N.
SQL query to find the highest revenue movie for each year, sorted by year in descending order
Find the maximum absolute difference between any two adjacent digits in a given number.
Enclose a given number between its smallest and largest digits.
Build a complete To-Do List web application using PHP for backend logic and SQL for data storage with full CRUD operations
Learn how to establish a connection between PHP and a MySQL database using the mysqli extension
Count the number of digits that appear in both of two given integers.
Count the number of times a vowel is followed by another vowel in a given string