-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Done Precourse-2 #1877
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Done Precourse-2 #1877
Conversation
|
Let's evaluate each exercise one by one: Exercise_1.py (Binary Search):
Exercise_2.py (QuickSort):
Exercise_3.py (Find Middle of Linked List):
Exercise_4.py (MergeSort):
Exercise_5.py (Iterative QuickSort):
Overall, the student has a good understanding of the algorithms, but there are some issues in Exercise_2 (QuickSort) and Exercise_3 (Linked List) that need to be fixed. The other exercises are mostly correct. |
No description provided.