Community Profile

photo

Pavl M.


Contact in private

Last seen: 7 months ago Active since 2011

Followers: 0   Following: 0

Message

Contact in private Professional Interests: Many. Salaried positions produces, tasks in EC Engineering, IT. R&D,Automotive, Engineering,IT,Algorithms, Software, Science and Technology. https://willwork781147312.wordpress.com/portfolio/cp/ https://join.skype.com/invite/iEiqnsfbpgF8

Programming Languages:
Python
Spoken Languages:
English

Statistics

All
  • Promoter
  • Solver
  • Explorer
  • First Review
  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer

View badges

Feeds

View by

Solved


Doubling elements in a vector
Given the vector A, return B in which all numbers in A are doubling. So for: A = [ 1 5 8 ] then B = [ 1 1 5 ...

12 months ago

Solved


square root
Find the square root (y) of an input (x).

12 months ago

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

12 months ago