photo

Jaime Valencia


Last seen: 2개월 전 2024년부터 활동

Followers: 0   Following: 0

메시지

통계학

  • Commenter
  • Solver

배지 보기

Feeds

보기 기준

문제를 풀었습니다


Travelling Salesman Problem (TSP)
Find a short way through given points. This is the travelling salesman problem. But the solution should be a fast and small func...

9개월 전

문제를 풀었습니다


Is this triangle right-angled?
Given three positive numbers a, b, c, where c is the largest number, return true if the triangle with sides a, b and c is right-...

9개월 전

문제를 풀었습니다


Roots
Find out the roots of a given polynomial equation.Given are the coefficients of the equation.

9개월 전

문제를 풀었습니다


Inner product of two vectors
Find the inner product of two vectors.

10개월 전

문제를 풀었습니다


Vector creation
Create a vector using square brackets going from 1 to the given value x in steps on 1. Hint: use increment.

10개월 전