ANKUR KUMAR
NASA IMPACT
Researching with NASA IMPACT | MATLAB for fun | Python for research | https://www.nsstc.uah.edu/users/ankur.kumar/
Statistik
RANG
114
of 295.735
REPUTATION
1.098
BEITRÄGE
34 Fragen
253 Antworten
ANTWORTZUSTIMMUNG
67.65%
ERHALTENE STIMMEN
305
RANG
5.588 of 20.277
REPUTATION
218
DURCHSCHNITTLICHE BEWERTUNG
4.90
BEITRÄGE
8 Dateien
DOWNLOADS
18
ALL TIME DOWNLOADS
1987
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Gelöst
Test if a Number is a Palindrome without using any String Operations
*Description* Given an integer _X_, determine if it is a palindrome number. That is, _X_ is equal to the _X_ with the digits ...
etwa 6 Jahre vor
Gelöst
Project Euler: Problem 3, Largest prime factor
The prime factors of 13195 are 5, 7, 13 and 29. What is the largest prime factor of the number being input, input might be ui...
etwa 6 Jahre vor
Gelöst
Project Euler: Problem 1, Multiples of 3 and 5
If we list all the natural numbers below 10 that are multiples of 3 or 5, we get 3, 5, 6 and 9. The sum of these multiples is 23...
etwa 6 Jahre vor
Gelöst
Alphabetize by last name
Given a list of names in a cell array, sort the list by the last name. So if list = {'Barney Google','Snuffy Smith','Dagwood ...
etwa 6 Jahre vor
Gelöst
Read a column of numbers and interpolate missing data
Given an input cell array of strings s, pick out the second column and turn it into a row vector of data. Missing data will be i...
etwa 6 Jahre vor
Gelöst
Sorting
Assume that x is an n-by-2 matrix. The aim is to return the first column of x, but sorted according to the second column. Exa...
etwa 6 Jahre vor