AST to Code Translation: Difference between revisions

From Algorithm Wiki
Jump to navigation Jump to search
(Created page with "{{DISPLAYTITLE:AST to Code Translation (AST to Code Translation)}} == Description == Translate a given abstract syntax tree (AST) into machine-readable code that uses as few registers as possible. == Related Problems == Related: Arithmetic Expression Binary Tree == Parameters == <pre>$n$: number of nodes in the tree</pre> == Table of Algorithms == Currently no algorithms in our database for the given problem. == Time Complexity graph == File:AST to Co...")
 
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 10: Line 10:
== Parameters ==  
== Parameters ==  


<pre>$n$: number of nodes in the tree</pre>
$n$: number of nodes in the tree


== Table of Algorithms ==  
== Table of Algorithms ==  
Line 16: Line 16:
Currently no algorithms in our database for the given problem.
Currently no algorithms in our database for the given problem.


== Time Complexity graph ==  
== Time Complexity Graph ==  


[[File:AST to Code Translation - Time.png|1000px]]
[[File:AST to Code Translation - Time.png|1000px]]
== Space Complexity graph ==
[[File:AST to Code Translation - Space.png|1000px]]
== Pareto Decades graph ==
[[File:AST to Code Translation - Pareto Frontier.png|1000px]]

Latest revision as of 09:10, 28 April 2023

Description

Translate a given abstract syntax tree (AST) into machine-readable code that uses as few registers as possible.

Related Problems

Related: Arithmetic Expression Binary Tree

Parameters

$n$: number of nodes in the tree

Table of Algorithms

Currently no algorithms in our database for the given problem.

Time Complexity Graph

Error creating thumbnail: Unable to save thumbnail to destination