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

Added new question about List Ordering Mayhems #11

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Deniernal354
Copy link
Collaborator

No description provided.

Comment on lines +31 to +34
## Example Code

```python
function generateOrderedList(list l):
Copy link
Collaborator

Choose a reason for hiding this comment

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

Cool question! Maybe provide some more sample code to make the solution more doable for beginners

```python
function generateOrderedList(list l):
>>>
```
Copy link
Collaborator

Choose a reason for hiding this comment

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

Looks good! Could also be an interesting question when it comes to learning about objects/classes (e.g ordering the y-val then outputting the ordered x-vals or something like that)

## Example Code

```python
function generateOrderedList(list l):
Copy link
Collaborator

Choose a reason for hiding this comment

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

LGTM. But, as others have suggested, maybe you could've added a sample solution

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Status: No status
Development

Successfully merging this pull request may close these issues.

5 participants