Skip to content

Instantly share code, notes, and snippets.

@gydoma
Created October 5, 2022 07:17
Show Gist options
  • Save gydoma/6b89a491d5405ecbbf900931adeefa12 to your computer and use it in GitHub Desktop.
Save gydoma/6b89a491d5405ecbbf900931adeefa12 to your computer and use it in GitHub Desktop.
Megszámlálás(X[N],T)
DB=0;
Ciklus i=1-től N-ig
Ha X[i] T tulajdonságú, akkor
DB=DB+1;
Elágazás vége;
Ciklus vége;
Eljárás vége;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment