goc3
Member of the Community Advisory Board since its inception | MATLAB enthusiast | Code optimizer | Software tester | Materials scientist / mechanical engineer by degree and licensure | Favorite element: rhenium
Programming Languages:
MATLAB, HTML, CSS
Spoken Languages:
English
Professional Interests:
App Building, Data Analysis, Material Sciences, Statistics, Mechanical Engineering
MATLAB, HTML, CSS
Spoken Languages:
English
Professional Interests:
App Building, Data Analysis, Material Sciences, Statistics, Mechanical Engineering
Feeds
문제를 풀었습니다
Pixel density
<https://en.wikipedia.org/wiki/Pixel_density Pixel density> tells us how many pixels we can find within a unit of length. And a...
대략 18시간 전
문제를 풀었습니다
Pandigital Factors (Based on Euler 491)
A Pandigital Number is a number containing all of the digits from 0-9 inclusive, with the added stipulation that it does not hav...
대략 21시간 전
문제를 풀었습니다
Numbered lottery balls into cells
You are running a lottery, and have a number of different balls numbered 1 to N. Your job is to figure out how many different w...
대략 22시간 전
문제를 풀었습니다
A (wrong) place for everything, and everything in its (wrong) place
You have an equal number of cups and balls, each labelled from one to N. You randomly place one ball in each cup. Determine th...
대략 22시간 전
문제를 풀었습니다
Sorting integers by their digits (Level 4)
This is the next step up from <http://www.mathworks.com/matlabcentral/cody/problems/42815-sorting-integers-by-their-digits-level...
대략 23시간 전
문제를 풀었습니다
Sorting integers by their digits (Level 3)
This is the next step up from <http://www.mathworks.com/matlabcentral/cody/problems/42811-sorting-integers-by-their-digits-level...
대략 24시간 전
문제를 풀었습니다
Sorting integers by their digits (Level 2)
This is the next step up from <http://www.mathworks.com/matlabcentral/cody/problems/42809-sorting-integers-by-their-digits Probl...
대략 24시간 전
문제를 풀었습니다
Find last non-zero in a given dimension
You are given a logical matrix *BW* _of any dimension_, and a dimension *dim*. You need to find the locations of the last non-ze...
대략 24시간 전
문제를 풀었습니다
Ackermann's Function
Ackermann's Function is a recursive function that is not 'primitive recursive.' <http://en.wikipedia.org/wiki/Ackermann_fun...
1일 전
문제를 풀었습니다
Diophantine Equations (Inspired by Project Euler, problem 66)
Consider the quadratic Diophantine equation of the form: x^2 – Dy^2 = 1 When D=13, the minimal solution in x is 649^2 – 13...
1일 전
문제를 풀었습니다
Generalized Laguerre polynomials
Given an integer _n_ ≥ 0 and a scalar _a_, generate the _n_-th <http://en.wikipedia.org/wiki/Laguerre_polynomials#Generalized...
1일 전
문제를 풀었습니다
Scaling vertically functions
Given a real function by the 1×n array, x, of inputs and the 1×n array, y, of outputs, consider shifting vertically its graph by...
1일 전
문제를 풀었습니다
[Master Regular Expression] Validate IP Address
Given a string queryIP, return "IPv4" if IP is a valid IPv4 address, "IPv6" if IP is a valid IPv6 address or "Neither" if IP is ...
1일 전
문제를 풀었습니다
[Master Regular Expression] Strong Password Checker II
A password is said to be strong if it satisfies all the following criteria: It has at least 8 characters. It contains at l...
1일 전
문제를 풀었습니다
[Master Regular Expression] Vowel-Consonant Score
You are given a string s consisting of lowercase English letters, spaces, and digits. Let v be the number of vowels in s and c ...
1일 전
문제를 풀었습니다
[Master Regular Expression] Largest Substring Between Two Equal Character
Given a string s, return the length of the longest substring between two equal characters, excluding the two characters. If ther...
1일 전
문제를 풀었습니다
[Master Regular Expression] String Matching in an Array
Given an array of string words, return all strings in words that are a substring of another word. You can return the answer in a...
1일 전
문제를 풀었습니다
[Master Regular Expression] String To Integer
Implement the myAtoi(string s) function, which converts a string to a 32-bit signed integer. The algorithm for myAtoi(string s)...
1일 전
문제를 풀었습니다
[Master Regular Expression] Goat Latin
You are given a string sentence that consist of words separated by spaces. Each word consists of lowercase and uppercase letters...
1일 전
문제를 풀었습니다
Sub-sequence - 01
Find the length of the longest increasing subsequence in the given array. a=[2,4,2,1,3,5,6] longest increasing subsequen...
1일 전
문제를 풀었습니다
Check Digit - 01
The International Standard Book Number (ISBN) is a numeric commercial book identifier that is intended to be unique. It used ...
1일 전
문제를 풀었습니다
Cat's paw - 01
lets imagine a cat, standing on an infinitely long row of tiles. since its a 'cat', string length=3; it takes 3 tiles to stand. ...
2일 전
문제를 풀었습니다
Take it out
Consider the integer number sequence N (1 to infinity). After each iteration, take out the (k+1)th elements; where k is the n...
2일 전
문제를 풀었습니다
Hanging cable - 02
previous problem - <https://www.mathworks.com/matlabcentral/cody/problems/45373-hanging-cable-01> The height of the poles...
2일 전
문제를 풀었습니다
Hanging cable - 01
The height of the poles is h the length of the cable is l u need to find the minimum distance between the poles whic...
2일 전
문제를 풀었습니다
How many ways?
Create a program to determine in how many ways can a regular n-gon be divided into n-2 triangles?
2일 전
문제를 풀었습니다
Kissing Circles-01
Three circles are mutually tangent to each other and also to a line. find the radius of the smallest circle. The radius of th...
2일 전
문제를 풀었습니다
Weighted Names
A cell is given which contains several names. You've to return those names sorted by their weight. Weight is to be calculate...
2일 전











