Skip to content

Commit

Permalink
Ran prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Kwasow committed Oct 6, 2024
1 parent fe610b9 commit ed1e602
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/2-algorythmics/2-reverse-polish-notation.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ Z racji tego, że czytany symbol jest liczbą, to odkładamy ją na stos.

Z racji tego, że czytany symbol jest operacją, to zdejmujemy dwie liczby ze
stosu, wykonujemy operację i odkładamy wynik na stos:

```
a = 5
b = 8
Expand All @@ -89,6 +90,7 @@ Z racji tego, że czytany symbol jest liczbą, to odkładamy ją na stos.

Z racji tego, że czytany symbol jest operacją, to zdejmujemy dwie liczby ze
stosu, wykonujemy operację i odkładamy wynik na stos:

```
a = 2
b = 13
Expand Down

0 comments on commit ed1e602

Please # to comment.