mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-07-07 11:23:31 +08:00
Tabs --> spaces in quine_mc_cluskey.py (#1426)
* Tabs --> spaces in quine_mc_cluskey.py * fixup! Format Python code with psf/black push
This commit is contained in:

committed by
John Law

parent
e8aa81297a
commit
ec7bc7c7cd
@ -1,5 +1,6 @@
|
|||||||
# Implementation of Circular Queue (using Python lists)
|
# Implementation of Circular Queue (using Python lists)
|
||||||
|
|
||||||
|
|
||||||
class CircularQueue:
|
class CircularQueue:
|
||||||
"""Circular FIFO queue with a fixed capacity"""
|
"""Circular FIFO queue with a fixed capacity"""
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user