mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-11-23 21:11:08 +00: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:
parent
e8aa81297a
commit
ec7bc7c7cd
|
@ -1,5 +1,6 @@
|
|||
# Implementation of Circular Queue (using Python lists)
|
||||
|
||||
|
||||
class CircularQueue:
|
||||
"""Circular FIFO queue with a fixed capacity"""
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user