Skip to content

zekeriyafince/PolishNotation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

PolishNotation

Algorithm for calculation to prefix notations.

- Prefix Notasyonu (Polish Notation) ; Prefix notasyonunda (PN, polish notation) operatörler, operandlardan önce yazılır. Örneğin "* + * + 1 2 + 3 4 5 6" ifadesi icin;

  Program input : * + * + 1 2 + 3 4 5 6 

  baslanildi

  Guncellendi : * + * 3 + 3 4 5 6 

  Guncellendi : * + * 3 7 5 6 

  Guncellendi : * + 21 5 6 

  Guncellendi : * 26 6 

  Guncellendi : 156 

  Sonuc:156 

About

Algorithm for calculation to prefix notations.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages