Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
7
Task/Function-frequency/00-TASK.txt
Normal file
7
Task/Function-frequency/00-TASK.txt
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
Display - for a program or runtime environment (whatever suits the style of your language) - the top ten most frequently occurring functions (or also identifiers or tokens, if preferred).
|
||||
|
||||
This is a static analysis: The question is not how often each function is
|
||||
actually executed at runtime, but how often it is used by the programmer.
|
||||
|
||||
Besides its practical usefulness, the intent of this task is to show how to do self-inspection within the language.
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue