Solved


Anagram
Given two strings, check whether they're anagrams to each other or not.

12 months ago

Solved


Do they touch?
The center and radius of two circles are given. Determine whether they touch.

12 months ago

Solved


num to char
make num into char

12 months ago

Solved


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

12 months ago

Solved


intervals
Write a function that takes an interval from a to b, and divides it into 6 parts.

12 months ago

Solved


row removal
Remove the nth row from input matrix M and return the resulting matrix in output N.

12 months ago

Solved


vectors counting by 5
Create a vector with numbers from x_min to x_max in increments of 5.

12 months ago

Solved


Make an identity matrix whose diagonal elements are 1:n
For a given input n, make an n by n identity matrix that contains the elements 1:n along its diagonal. For example, if input=5: ...

12 months ago

Solved


Where is the number that you want to find?
For a given matrix A, find where the input number x appears. Do this task by returning the vector which contains the row and th...

12 months ago

Solved


wipe out!
make all the elements in given x zero.

12 months ago

Solved


determine if
determine if the elements of a matrix is a nan and return true

12 months ago

Solved


find the 'M'
for an input x, return 1 at the location of the letter 'M'

12 months ago

Solved


Sum the rows
Sum the rows of the given matrix. Example x = [ 1 2 3 4 ] y = [ 3 7 ]

12 months ago

Solved


num10
123456

12 months ago

Solved


num6
num

12 months ago

Solved


num4
nmjhg

12 months ago

Solved


num7
num

12 months ago

Solved


num9
num

12 months ago

Solved


num5
num

12 months ago

Solved


num8
num

12 months ago

Solved


num3
nam

12 months ago

Solved


num
num

12 months ago

Solved


nam2
nam

12 months ago

Solved


Remove Adjacent Pairs
Given an array of integers where adjacent elements may be identical, your task is to remove these adjacent pairs. If removing on...

1 year ago

Solved


Estimating Battery Lifetime Based on Load Profile and Depth of Discharge (DoD)
In a Battery Management System (BMS), the lifetime of a battery depends on various factors, including the Depth of Discharge (Do...

1 year ago

Solved


Estimating the Range of an Electric Vehicle (EV)
In Electric Vehicles (EVs), the driving range is the estimated distance a vehicle can travel on a fully charged battery. The ran...

1 year ago

Solved


Estimating Battery Backup Time for an Inverter
In a Battery Management System (BMS), estimating the backup time of a battery-powered inverter helps determine how long it can s...

1 year ago

Solved


Battery Charge Rate Calculation
In a Battery Management System (BMS), the charge rate (​) of a battery can be calculated using the formula: ​​ where: ​ is th...

1 year ago

Solved


Battery State of Health (SoH) Calculation
In a Battery Management System (BMS), the State of Health (SoH) of a battery is an indicator of its overall condition. It is cal...

1 year ago

Solved


Battery Charge Efficiency Calculation
In a Battery Management System (BMS), the efficiency of battery charging can be estimated using the formula: where: is the...

1 year ago

Load more