Coding Problems

Convert temperature from Fahrenheit to Celsius.

Not Started
Math 1000ms

Count the number of vowels in a given string.

Not Started
String 1000ms

Find the length of a string without using built-in functions

Not Started
String 1000ms

Given a string, print it in reverse order.

Not Started
String 1000ms

Calculate sum of all digits in a number

Not Started
Math 1000ms

Count the number of digits in a number

Not Started
Math 1000ms

Count how many even numbers are in an array

Not Started
Array 1000ms

Swap the values of two variables and print them.

Not Started
Basic 1000ms

Calculate simple interest given principal, rate, and time.

Not Started
Math 1000ms

Count the number of connected components in an undirected graph

Not Started
Graph 1000ms

Determine if a graph is a valid tree (no cycles, fully connected)

Not Started
Graph 1000ms

Determine the order of letters in an alien language

Not Started
Graph 1000ms

Find cells where water can flow to both Pacific and Atlantic oceans

Not Started
Graph 1000ms

Find the length of shortest transformation sequence from beginWord to endWord

Not Started
Graph 1000ms

Write a program to solve a Sudoku puzzle

Not Started
Backtracking 1000ms

Find all unique combinations where candidate numbers sum to target

Not Started
Backtracking 1000ms

Return all possible permutations of a collection of distinct integers

Not Started
Backtracking 1000ms

Find the length of the longest consecutive elements sequence

Not Started
Array 1000ms

Find the duplicate number in an array of integers

Not Started
Array 1000ms

Create a deep copy of a linked list with random pointers

Not Started
Linked List 1000ms