解決済み


Compute the antisigma function
The sum of divisors function, or , is the sum of the numbers that divide . The antisigma function is the sum of numbers less tha...

約1年 前

解決済み


Classify triangles as acute, obtuse, or right
In an acute triangle, the three interior angles are acute, or smaller than 90 degrees. In an obtuse triangle, one angle is obtus...

約1年 前

解決済み


Most Frequent Characters
Given a document file or a character array, identify the 'n' most frequently occurring characters and the number of times each a...

約1年 前

解決済み


Symmetric Pair
Given an (n, 2) matrix, remove any symmetric pairs from the matrix. Keep the first occurrence. (2, 3) and (3, 2) are considere...

約1年 前

解決済み


Unique rows
A matrix is given as the input. Remove any duplicate rows from the matrix. keep the first occurrence.

約1年 前

解決済み


Pairs with Given Sum
Given an array of integers and a target sum, return all unique pairs whose sum is equal to the target. The output should be a ma...

約1年 前

解決済み


Last Duplicate
Given an array of integers, find the last duplicate element — that is, the element whose second occurrence appears latest in the...

約1年 前

解決済み


Dominant Matrix - 02
It is a follow-up of the problem 55995. There, you found out whether a matrix is diagonally dominant or not. In this problem, y...

約1年 前

解決済み


First Duplicate
Given an array of integers, return the first duplicate — i.e., the element that appears more than once and whose second appearan...

約1年 前

解決済み


'X'avier
Given a square matrix A of size n, write a function to create a new matrix B where only the elements on the main diagonal and th...

約1年 前

解決済み


Greater than before
Given an array of integers, write a function that returns elements that are greater than the one before them. For instance, ...

約1年 前

解決済み


Intersect three sequences
Most numbers have interesting properties, if you look hard enough and interpret “interesting” liberally. Let’s choose a number a...

約1年 前

解決済み


Maze Solver with Backtracking and Custom Cost Rules
Write a function solve_maze that finds a path from the top-left corner (1,1) to the bottom-right corner (m,n) of a 2D matrix M, ...

約1年 前

解決済み


Find the summation of factorial series
Factorial numbers are n! = 1*2*3....*n the series is 1!, 2!, 3!,........, n!

約1年 前

解決済み


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

約1年 前

解決済み


add num
add two numbers a and b

約1年 前

解決済み


round pi
round pi

約1年 前

解決済み


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

約1年 前

解決済み


num10
123456

約1年 前

解決済み


num9
num

約1年 前

解決済み


num8
num

約1年 前

解決済み


num7
num

約1年 前

解決済み


num6
num

約1年 前

解決済み


num5
num

約1年 前

解決済み


num4
nmjhg

約1年 前

解決済み


num3
nam

約1年 前

解決済み


nam2
nam

約1年 前

解決済み


num
num

約1年 前

解決済み


num to char
make num into char

約1年 前

解決済み


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

約1年 前

さらに読み込む