Community Profile

photo

Nikolaos Nikolaou


Last seen: Today Attivo dal 2015

Followers: 0   Following: 0

Contatto

AI engineer

Programming Languages:
Python, C++, C, R, MATLAB, SQL
Spoken Languages:
English
Pronouns:
He/him
Professional Interests:
AI, Data Science, and Statistics

Statistiche

  • Treasure Hunt Participant
  • MATLAB Central Treasure Hunt Finisher
  • Magic Numbers II Master
  • R2016b Feature Challenge Master
  • ASEE Challenge Master
  • Sequences And Series II Master
  • Leader
  • Matrix Patterns III Master
  • Matrix Patterns I Master
  • Matrix Manipulation II Master
  • Indexing IV Master
  • Number Manipulation II Master

Visualizza badge

Feeds

Visto da

Risolto


List the dopey numbers
If vile numbers have binary representations that end with an even number of zeros (even vile), then numbers with binary represe...

circa 20 ore fa

Risolto


Find the smallest integer m such that n divides m!
Write a function that takes an integer and finds the smallest integer whose factorial is divisible by . For example, if , then...

circa 23 ore fa

Risolto


Next Tribonacci Number
The "Tribonacci" sequence is an extension of the idea of the Fibonacci sequence: That is, each new term is the sum of the thr...

2 giorni fa

Risolto


Update course numbers and abbreviations
Suppose that the educational institution where you teach purchases new software to handle many essential functions, including co...

7 giorni fa

Risolto


Find the circle inscribed in a triangle
Write a function that takes the x- and y-coordinates of three points describing the vertices of a triangle and returns the cente...

7 giorni fa

Risolto


Complete a geometric sequence
In Cody Problem 59786 minnolina asks us to find the integer that completes a randomly sorted arithmetic sequence with one missin...

7 giorni fa

Risolto


Sequencing Odd Even numbers
Given an input value n, create a vector which contains all odd numbers & even numbers centered around mean of vector. If the me...

8 giorni fa

Risolto


Out-of-Place Elements Count
Determine the number of elements in a list of integers that are not in their original order after sorting the list in ascending ...

8 giorni fa

Risolto


Determine if the square root is an integer.
Write code that returns true if perfect square and returns false if square root is not an integer.

8 giorni fa

Risolto


Fangs of pseudo-vampire number
given a number, find all the fangs of that number. A pseudo-vampire number can have multiple of fangs. The output should be a...

8 giorni fa

Risolto


Ackermann's Function
Ackermann's Function is a recursive function that is not 'primitive recursive.' <http://en.wikipedia.org/wiki/Ackermann_fun...

11 giorni fa

Risolto


decipher the number 1 - same key for all digits :)
You will be given a input number (eg) x=12345 you have to figure out the dechiper key and match it with given input and deciph...

13 giorni fa

Risolto


Hemisphere Volume on Top of a Cylinder
This MATLAB function has to calculate the volume of a hemisphere placed on top of a cylinder, given valid inputs. It takes the r...

13 giorni fa

Risolto


Check for armstrong number
Given a number, check if it is an armstrong number. Eg: n = 371 Output: 1 Eg: n = 75 Output: 0

13 giorni fa

Risolto


Matrix symmetry
Given a matrix A = [1 2 3; 4 5 6] Flip it horizontally and vertically to obtain a complete reversal of both rows and columns. ...

13 giorni fa

Risolto


Determine if input is greater than pi
Evaluate if given number is greater than pi. If greater, return true; else, return false.

13 giorni fa

Risolto


Determine if input is greater than 100
Evaluate if given number is greater than 100. If greater, return true; else, return false.

13 giorni fa

Risolto


Sum the two halves of an array with an even number of elements
given an array of an even number of elements, sum the front and back half of the array and return the sums as an array For exam...

13 giorni fa

Risolto


Multiply to the limit?
If y = 4*x*x/pi/pi then what is the ultimate limiting result of (1+y/1/1)(1+y/3/3)(1+y/5/5)(1+y/7/7)... ... within 1000*eps?

14 giorni fa

Risolto


Counting Squares
An algorithm starts with a single square and on each of its next iterations adds new squares all around the outside as shown bel...

14 giorni fa

Risolto


Five Fingers
A little girl has just learnt how to count from 1 to N using the five fingers of her left hand as follows. She starts by calling...

14 giorni fa

Risolto


Sherlock Holmes: The Spy Problem
A guest at a party is a spy if this person is not known by any other guest, but knows all of them. There is at most one spy at a...

14 giorni fa

Risolto


Sort Reversal
There are n index cards in a row, with n distinct integers written on them (one number per card) so that the numbers are sorted ...

14 giorni fa

Risolto


007: Chinese Barrack Invasion
*MISSION:* Successfully invade a military barrack located in China. *WARNING:* There is a row of _n_ security switches protec...

14 giorni fa

Risolto


Slope intercept application
Find y given slope (m), x, and y intercept (b).

14 giorni fa

Risolto


Find Current in R circuit.
Find the current in an R circuit for a given input of Voltage (V) and Resistance(R).

14 giorni fa

Risolto


findPositiveEvenNumbers
Write a MATLAB function findPositiveEvenNumbers that takes an array of integers as input and returns a new array containing only...

14 giorni fa

Risolto


Sum of Squares
Given a vector v of length n, write a MATLAB function to calculate the sum of the squares of its elements.

14 giorni fa

Carica altro