Solved


finding vector pair with min angle between them
given a matrix with more than one row , compare row vectors of the given matrix and find the pair with the minumum angle between...

12 months ago

Solved


Counting the occurrences of a digit in a book
The printer has printed a book with 'p' pages. How many times did they use the character 'd'? In other words, how many times doe...

12 months ago

Solved


Pivot index
Let L be a vector of numbers. We are searching for the index n of the pivot element defined as follows: the dot product of the e...

12 months ago

Solved


Compress list
Given a non-empty list L of positif integers, compress the list so that only one occurrence is retained if two (or more) equal e...

12 months ago

Solved


Digits eliminate
Complete the function my_f(n,b) to return, for a given integer, the number obtained by removing the digits '0' and 'b'. If there...

12 months ago

Solved


Missing Number (arithmetic progression)
Given a list of integers forming an arithmetic progression (where the difference between consecutive elements is constant), your...

12 months ago

Solved


Recursive triangle area
Given triangle 1 with sides of length a, b, and c. Triangle 2 is constructed within triangle 1 by bisecting each side. Triangl...

12 months ago

Solved


Final Stone Weight
You are given an array with weights of stones. The objective is to determine the weight of the final stone remaining after all c...

12 months ago

Solved


Count Vowels at Even Indices
Write a function `vowelEvenIndices` that counts the number of vowels (a, e, i, o, u) located at even indices (0-based) in a give...

12 months ago

Solved


A Simple Shielding Problem

12 months ago

Solved


num10
123456

12 months ago

Solved


num9
num

12 months ago

Solved


num8
num

12 months ago

Solved


num7
num

12 months ago

Solved


num6
num

12 months ago

Solved


num5
num

12 months ago

Solved


num4
nmjhg

12 months ago

Solved


num3
nam

12 months ago

Solved


nam2
nam

12 months ago

Solved


num
num

12 months ago

Solved


wordle
create a dictionary and a playable game of wordle, figure out the solution.

12 months ago

Solved


round pi
round pi

12 months ago

Solved


minecraft movie scramble
the following phrase "la la la lava ch ch ch chicken" will be out of order. make it into the correct order

12 months ago

Solved


add num
add two numbers a and b

12 months ago

Solved


num to char
make num into char

12 months ago

Solved


sum numbers to some value n
sum of numbers up to a value n

12 months ago

Solved


Mode
Find the mode of a vector x

12 months ago

Solved


Find the mean
Find the mean of a given sdet of numbers in a vector x

12 months ago

Solved


Prime Number
Determine if a number is prime

12 months ago

Solved


Remainder
Given two number a and b find the remainder when you divide a by b

12 months ago

Load more