Shuffle An Array | C Programming Example

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

I always come back to this channel time to time for refreshing C stuff. Great channel man!

Lizini
Автор

If program is run multiple times within the same second, rand() will generate the same value because we're seeding with the same value each time. How to fix this sir ?

hagimiguj
Автор

How can we shuffle for example a 2D array?

tsad
Автор

how can I unshuffle the shuffled array?

trevorloughlin