Skip to content
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

Кравченко 7 #56

Open
wants to merge 135 commits into
base: master
Choose a base branch
from

Conversation

JohnKepplers
Copy link
Contributor

Похоже, я случайно не отправил pull request. Но задания сделаны вовремя

@MikhailErofeev MikhailErofeev changed the title Похоже, я случайно не отправил pull request. Но задания сделаны вовремя Кравченко, 4 Sep 27, 2015
@@ -0,0 +1,29 @@
from random import randint
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

на большом файле stack overflow

File "file.py", line 12, in quick_sort
quick_sort(a, q + 1, r)
File "file.py", line 12, in quick_sort
quick_sort(a, q + 1, r)
File "file.py", line 12, in quick_sort
quick_sort(a, q + 1, r)
File "file.py", line 12, in quick_sort
quick_sort(a, q + 1, r)
File "file.py", line 12, in quick_sort
quick_sort(a, q + 1, r)
File "file.py", line 12, in quick_sort
quick_sort(a, q + 1, r)
File "file.py", line 12, in quick_sort
quick_sort(a, q + 1, r)
File "file.py", line 12, in quick_sort
quick_sort(a, q + 1, r)
File "file.py", line 12, in quick_sort
quick_sort(a, q + 1, r)
File "file.py", line 12, in quick_sort
quick_sort(a, q + 1, r)
File "file.py", line 10, in quick_sort
q = randomised_partition(a, p, r)
File "file.py", line 16, in randomised_partition
rand = randint(p, r)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/random.py", line 241, in randint
return self.randrange(a, b+1)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/random.py", line 184, in randrange
istart = int(start)
RuntimeError: maximum recursion depth exceeded while calling a Python object

@MikhailErofeev
Copy link
Owner

Про PR понял, вижу, что сделано давно. Проблемы надо поправить.
Я тестирую, генерируя 1000000 рандомных чисел, если что

@JohnKepplers
Copy link
Contributor Author

В четвёртой лабе вроде поправил. По крайней мере, у меня не виснет на 1000000 рандомных числах

@JohnKepplers
Copy link
Contributor Author

В пятой лабе (ну у меня под номером шесть) тоже исправлены ошибки

if i == j == (len(string) - 1) // 2:
res2 = string[i]
continue
if helping_matrix[i][j] == 1:
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

elif

@MikhailErofeev
Copy link
Owner

А почему за 10 только 3 балла? Я же в срок отправил вроде.

прошу прощения, поправил
16+
19+, посмотрите на комменты
9+, посмотрите на комменты

@JohnKepplers JohnKepplers changed the title Кравченко 7, 9, 10, 16, 19 Кравченко 7 Jan 7, 2016
@JohnKepplers JohnKepplers changed the title Кравченко 7 Кравченко 7, 12 Jan 13, 2016
@JohnKepplers
Copy link
Contributor Author

Сделал 12.

@JohnKepplers JohnKepplers changed the title Кравченко 7, 12 Кравченко 7, 12, 13 Jan 26, 2016
@MikhailErofeev
Copy link
Owner

12+

@MikhailErofeev
Copy link
Owner

13+, но док ещё нужно было добавить к классу с принципиальным описанием структуры, а не методов

@JohnKepplers
Copy link
Contributor Author

Спасибо. Я постараюсь ещё доделать седьмую лабу!

@JohnKepplers JohnKepplers changed the title Кравченко 7, 12, 13 Кравченко 7 Jan 28, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants