python-code-snippets icon indicating copy to clipboard operation
python-code-snippets copied to clipboard

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

Open sbalasa opened this issue 3 years ago • 2 comments

sbalasa avatar May 12 '22 18:05 sbalasa

But I've already used it in the same way

sbalasa avatar May 13 '22 12:05 sbalasa

@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 '''

chmnrathee avatar Jul 26 '22 05:07 chmnrathee