Problem 51793. List the titles of Cody problems
Cody has several ways to list problems, but I have not yet found an easy way to list them by their numbers. Listing by date created is close, but if someone starts a problem one day and finishes it much later, the numbers will be out of order. Even when the numbers are in order, finding a particular number can take some scrolling. One can type a URL with the problem number, but waiting for the page to load and being redirected to the main problems page gets cumbersome.
Write a function that takes a number or vector of numbers as input and returns a cell array of the titles of the problems. If the problem does not exist, return an empty vector in place of the title.
Solution Stats
Problem Comments
-
1 Comment
ChrisR
on 14 Nov 2021
I just discovered Cody Problem 877, which is similar. Apologies to Richard Zapor.
Solution Comments
Show commentsProblem Recent Solvers7
Suggested Problems
-
Number of 1s in the Binary Representation of a Number
444 Solvers
-
Increment a number, given its digits
650 Solvers
-
Omit columns averages from a matrix
586 Solvers
-
214 Solvers
-
317 Solvers
More from this Author279
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!