Rosetta Code/Tasks sorted by average lines of code
(Redirected from Rosetta Code/Tasks Sorted by Average Lines of Code)
Tasks in Rosetta Code in generally are simple tasks, yet they still lie in a range of complexity spectrum. By sorting tasks in term of its complexity, a new code contributer may find himself more comfortable to submit code in order from simple task to more complex one. An intuitive complexity indicator may be the average number of lines of code for the tasks.
Task:
Sort the tasks in Rosetta Code in ascending order of average lines of code.
Some issues to be aware of:
- It may be difficult to identify a code block from raw html source;
- Some languages may provide multiple demonstrations, average should be made per demonstration rather than per language.
- Warning: this task may cause heavy traffic load of the site, please be cautious.