mirror of
https://github.com/Lendaia/oe-alga-feladatok.git
synced 2026-04-23 04:16:32 +01:00
ahhhhhhhhhhhhhhhhhh
This commit is contained in:
@@ -77,23 +77,6 @@ namespace OE.ALGA.Paradigmak
|
||||
|
||||
public bool MoveNext()
|
||||
{
|
||||
// if (aktualisindex < n - 1)
|
||||
// {
|
||||
// aktualisindex++;
|
||||
// if (Feltetel(tarolo[aktualisindex]))
|
||||
// {
|
||||
// return true;
|
||||
// }
|
||||
// else
|
||||
// {
|
||||
// return false;
|
||||
// }
|
||||
// }
|
||||
// else
|
||||
// {
|
||||
// return false;
|
||||
// }
|
||||
|
||||
if (aktualisindex < n - 1)
|
||||
{
|
||||
aktualisindex++;
|
||||
|
||||
Reference in New Issue
Block a user