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

Using visited as a default arg in graph and adding more deque use cases #1

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

sbalasa
Copy link

@sbalasa sbalasa commented May 12, 2022

No description provided.

@sbalasa sbalasa changed the title Using visited as a default arg in graph Using visited as a default arg in graph and adding more deque use cases May 12, 2022
Copy link
Owner

@codophobia codophobia left a comment

Choose a reason for hiding this comment

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

Please follow the markdown syntax for including python code - https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet#code

@sbalasa
Copy link
Author

sbalasa commented May 13, 2022

But I've already used it in the same way

@chmnrathee
Copy link

chmnrathee commented Jul 26, 2022

@sbalasa --

Use python markdown syntax like below : (Start with three back-ticks python and end up with only three back-ticks )

# Code
s = "Python syntax highlighting"
print(s)
'''
# output
Python syntax highlighting
'''

instead of

'''
deque([6, 7, 8, 9, 10], maxlen=5)
6
7
8
9
10
'''

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.

3 participants