Skip to content

Instantly share code, notes, and snippets.

@gydoma
Created October 5, 2022 07:17
Show Gist options
  • Save gydoma/34edb89e2020e095fff568a3ec1272b2 to your computer and use it in GitHub Desktop.
Save gydoma/34edb89e2020e095fff568a3ec1272b2 to your computer and use it in GitHub Desktop.
Kiválogatás(X[N],T,Y[M])
számláló:=1;
Ciklus i:=1-től N-ig
Ha X[i] T tulajdonságú akkor
Y[számláló]=X[i];
számláló:==számláló+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