walkccc / CLRS

📚 Solutions to Introduction to Algorithms Third Edition
https://walkccc.me/CLRS
MIT License
4.65k stars 1.26k forks source link

Typo in Chap 5 problems 5-2 Searching an unsorted array. #403

Open WenqingZong opened 3 years ago

WenqingZong commented 3 years ago

Hi, There is a typo in Chap 5 problems 5-2 Searching an unsorted array question a, line 3 of your pseudocode should be while |v| != n, instead of while |∅| != n

Cheers.