mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-07-05 17:34:49 +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)
|
||||
|
||||
|
||||
class CircularQueue:
|
||||
"""Circular FIFO queue with a fixed capacity"""
|
||||
|
||||
|
Reference in New Issue
Block a user