2020-10-10 20:08:45 +05:30
|
|
|
# This is a comment.
|
|
|
|
# Each line is a file pattern followed by one or more owners.
|
|
|
|
|
|
|
|
# More details are here: https://help.github.com/articles/about-codeowners/
|
|
|
|
|
|
|
|
# The '*' pattern is global owners.
|
|
|
|
|
|
|
|
# Order is important. The last matching pattern has the most precedence.
|
|
|
|
|
2023-10-24 21:23:17 +05:30
|
|
|
/.* @cclauss
|
2020-10-10 20:08:45 +05:30
|
|
|
|
|
|
|
# /backtracking/
|
|
|
|
|
|
|
|
# /bit_manipulation/
|
|
|
|
|
|
|
|
# /blockchain/
|
|
|
|
|
|
|
|
# /boolean_algebra/
|
|
|
|
|
|
|
|
# /cellular_automata/
|
|
|
|
|
2024-02-02 03:22:58 -05:00
|
|
|
# /ciphers/
|
2020-10-10 20:08:45 +05:30
|
|
|
|
|
|
|
# /compression/
|
|
|
|
|
|
|
|
# /computer_vision/
|
|
|
|
|
2024-02-02 03:22:58 -05:00
|
|
|
# /conversions/
|
2020-10-10 20:08:45 +05:30
|
|
|
|
2024-02-02 03:22:58 -05:00
|
|
|
# /data_structures/
|
2020-10-10 20:08:45 +05:30
|
|
|
|
2022-10-04 12:25:23 +02:00
|
|
|
# /digital_image_processing/
|
2020-10-10 20:08:45 +05:30
|
|
|
|
|
|
|
# /divide_and_conquer/
|
|
|
|
|
2022-10-15 12:07:59 +05:30
|
|
|
# /dynamic_programming/
|
2020-10-10 20:08:45 +05:30
|
|
|
|
|
|
|
# /file_transfer/
|
|
|
|
|
|
|
|
# /fuzzy_logic/
|
|
|
|
|
|
|
|
# /genetic_algorithm/
|
|
|
|
|
|
|
|
# /geodesy/
|
|
|
|
|
|
|
|
# /graphics/
|
|
|
|
|
|
|
|
# /graphs/
|
|
|
|
|
|
|
|
# /greedy_method/
|
|
|
|
|
|
|
|
# /hashes/
|
|
|
|
|
|
|
|
# /images/
|
|
|
|
|
|
|
|
# /linear_algebra/
|
|
|
|
|
|
|
|
# /machine_learning/
|
|
|
|
|
2022-10-15 12:07:59 +05:30
|
|
|
# /maths/
|
2020-10-10 20:08:45 +05:30
|
|
|
|
|
|
|
# /matrix/
|
|
|
|
|
|
|
|
# /networking_flow/
|
|
|
|
|
|
|
|
# /neural_network/
|
|
|
|
|
2024-02-02 03:22:58 -05:00
|
|
|
# /other/
|
2020-10-10 20:08:45 +05:30
|
|
|
|
2023-10-02 02:48:16 +05:30
|
|
|
# /project_euler/
|
2020-10-10 20:08:45 +05:30
|
|
|
|
|
|
|
# /quantum/
|
|
|
|
|
|
|
|
# /scheduling/
|
|
|
|
|
|
|
|
# /scripts/
|
|
|
|
|
|
|
|
# /searches/
|
|
|
|
|
2022-10-04 12:25:23 +02:00
|
|
|
# /sorts/
|
2020-10-10 20:08:45 +05:30
|
|
|
|
2024-02-02 03:22:58 -05:00
|
|
|
# /strings/
|
2020-10-10 20:08:45 +05:30
|
|
|
|
|
|
|
# /traversals/
|
|
|
|
|
2020-10-11 11:53:30 +02:00
|
|
|
/web_programming/ @cclauss
|