View Pseudocode #5
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
In this, we are targeting the follows-
Every data structure and algorithm visited on the site has view pseudocode </> icon.
On click of that icon, a popup window appears in which the algorithm or data structure pseudocode will be made available in formatted text like
{{ pseudocode }}
At time t-zero first line is highlighted in accent green. As time progresses next lines would be highlighted one by one after every 1 second.
Statements in pseudocode are using text-wrap wrap formatting so there can be a case that a statement exceeds more than one line. The entire statement is highlighted at once in accent green
The popup window is closed on click of a cross button or press of escape key or click of outside popup area
The text was updated successfully, but these errors were encountered: