Community Profile

photo

Jaime Valencia


Last seen: ongeveer een maand ago Active since 2024

Followers: 0   Following: 0

Message

Statistics

  • Commenter
  • Solver

View badges

Feeds

View by

Solved


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...

ongeveer een maand ago

Solved


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-...

ongeveer een maand ago

Solved


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

2 maanden ago

Solved


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

2 maanden ago

Solved


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

2 maanden ago