update meta data
This commit is contained in:
parent
f3a896c724
commit
90e15ed6ce
3307 changed files with 1674 additions and 7 deletions
6
Task/Function-frequency/00DESCRIPTION
Normal file
6
Task/Function-frequency/00DESCRIPTION
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
Display - for a program or runtime environment (whatever suites 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