Skip to content

Commit 1432fa5

Browse files
committed
fix headers @note
1 parent c3ebad0 commit 1432fa5

File tree

1 file changed

+2
-3
lines changed
  • algorithms-and-data-structures

1 file changed

+2
-3
lines changed

algorithms-and-data-structures/ast.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ function abs(x) {
1212
}
1313
```
1414

15-
* the code above may be represented as follows:
15+
## AST Representation
1616

1717
* `FunctionDeclaration`
1818
* `BlockStatement`
@@ -28,8 +28,7 @@ function abs(x) {
2828
* `Identifier (x)`
2929
* `NumberLiteral (-1)`
3030

31-
32-
* or in the form of table/graph:
31+
## Table/Graph Representation
3332

3433
<table>
3534
<tr>

0 commit comments

Comments
 (0)