-
Notifications
You must be signed in to change notification settings - Fork 9
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
Add python docs #108
base: main
Are you sure you want to change the base?
Add python docs #108
Conversation
and some small link error/grammar I randomly found
(only first part, rest comming soon)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sieht grundlegend gut aus! @YoEnte
|
||
## Weiterführende Links | ||
|
||
Wir haben hier den Sortieralgorithmus rekursiv [Selection Sort](https://de.wikipedia.org/wiki/Selectionsort) implementiert. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
das stimmt grammatikalisch noch nicht so ganz ;)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Jaaa Huch xD
@@ -7,7 +7,7 @@ index: 1 | |||
|
|||
Um ein Computerprogramm zu schreiben, was ein Spiel spielen kann, muss | |||
man vorher das Spiel selbst verstehen und spielen können. | |||
Dabei könnt ihr euch bereits Ideen und Strategien entwickeln, | |||
Dabei könnt ihr euch bereits Ideen überlegen und Strategien entwickeln, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Dabei könnt ihr euch bereits Ideen überlegen und Strategien entwickeln, | |
Dabei könnt ihr bereits Ideen und Strategien entwickeln, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Jop, so ist's noch besser
Okay, I guess that the content is alright, but there is still a lot missing which I plan adding this week, I would wait with a merge until then |
No description provided.