AST to Code Translation (AST to Code Translation)

From Algorithm Wiki
Revision as of 14:04, 15 February 2023 by Admin (talk | contribs)
Jump to navigation Jump to search

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

AST to Code Translation - Time.png

Space Complexity Graph

AST to Code Translation - Space.png

Pareto Frontier Improvements Graph

AST to Code Translation - Pareto Frontier.png