Solved


Similar triangles

11 months ago

Solved


pay it forward
Choose a number (integer between 0 and 65535) You will pass this problem if you are the *second* person to choose that same n...

11 months ago

Solved


Stop a ZigZag scanning N*N Matrix at any diag you want
Suppose that we have a 2-D matrix and we try to obtain a 1-D array in zig-zag order, but not all values of our 2-D matrix e...

11 months ago

Solved


Get the value 100
Knowing that 123-45-67+89=100, write a function that gives this result for any order of the digits in the input. Otherwise, the ...

11 months ago

Solved


Scrabble Scores - 9
After developing a sophisticated Scrabble scoring routine, it's time to write an optimization routine for single-word scoring. T...

11 months ago

Solved


RPN Calculator for simple arithmetic expressions
Reverse-Polish-Notation (RPN) is a machine friendly form of calculating expressions. Example, to evaluate, (1+2)*4 + 5 - 3 you e...

11 months ago

Solved


Get me! v2
Exploiting cody v2

11 months ago

Solved


Matlab Basics - Create a row vector
Write a Matlab script to create a row vector of 10 consecutive numbers x = [1 2 3 4 5 6 7 8 9 10]

11 months ago

Solved


Fastest shortest-path-finder in the west
Given connectivity information about a graph, your job is to find the <http://en.wikipedia.org/wiki/Shortest_path_problem *short...

11 months ago

Solved


Collaborative Fun : Nomination
Series of problems have been presented in Cody aiming at collaborative fun. This problem is based on Alfonso's problem #2825 - P...

11 months ago

Solved


Get me! v4 (Cody hacking challenge)
The latest version of the anti-hack test-suite.

11 months ago

Solved


Largest Prime Factor
Write a function largest_prime_factor(n) that takes a positive integer n as input and returns the largest prime factor of n. A p...

11 months ago

Solved


Fun Time coding
COding for fun

11 months ago

Solved


Fun Time coding2
coding

11 months ago

Solved


Fun Time coding3
coding

11 months ago

Solved


coding3
coding

11 months ago

Solved


coding4
coding

11 months ago

Solved


coding5
coding

11 months ago

Solved


coding7
coding

11 months ago

Solved


Fun Time coding1
coding

11 months ago

Solved


coding1
coding

11 months ago

Solved


coding6
coding

11 months ago

Solved


basic
basic

11 months ago

Solved


cod
code

11 months ago

Solved


code
code

11 months ago

Solved


cod
function P = Table(m, n) P = (1:m)' * (1:n); end

11 months ago

Solved


code
function P = Table(m, n) P = (1:m)' * (1:n); end

11 months ago

Solved


code
code

11 months ago

Solved


code
code

11 months ago

Load more