mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-11-27 15:01:08 +00:00
Fixed lines that needed to be uncommented after Hacktoberfest (#11267)
* uncommented lines * uncommented lines * Update CODEOWNERS --------- Co-authored-by: Christian Clauss <cclauss@me.com>
This commit is contained in:
parent
6a169740e8
commit
4128f19170
10
.github/CODEOWNERS
vendored
10
.github/CODEOWNERS
vendored
|
@ -21,15 +21,15 @@
|
||||||
|
|
||||||
# /cellular_automata/
|
# /cellular_automata/
|
||||||
|
|
||||||
# /ciphers/ @cclauss # TODO: Uncomment this line after Hacktoberfest
|
# /ciphers/
|
||||||
|
|
||||||
# /compression/
|
# /compression/
|
||||||
|
|
||||||
# /computer_vision/
|
# /computer_vision/
|
||||||
|
|
||||||
# /conversions/ @cclauss # TODO: Uncomment this line after Hacktoberfest
|
# /conversions/
|
||||||
|
|
||||||
# /data_structures/ @cclauss # TODO: Uncomment this line after Hacktoberfest
|
# /data_structures/
|
||||||
|
|
||||||
# /digital_image_processing/
|
# /digital_image_processing/
|
||||||
|
|
||||||
|
@ -67,7 +67,7 @@
|
||||||
|
|
||||||
# /neural_network/
|
# /neural_network/
|
||||||
|
|
||||||
# /other/ @cclauss # TODO: Uncomment this line after Hacktoberfest
|
# /other/
|
||||||
|
|
||||||
# /project_euler/
|
# /project_euler/
|
||||||
|
|
||||||
|
@ -81,7 +81,7 @@
|
||||||
|
|
||||||
# /sorts/
|
# /sorts/
|
||||||
|
|
||||||
# /strings/ @cclauss # TODO: Uncomment this line after Hacktoberfest
|
# /strings/
|
||||||
|
|
||||||
# /traversals/
|
# /traversals/
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user