mirror of
https://hub.njuu.cf/TheAlgorithms/Python.git
synced 2023-10-11 13:06:12 +08:00
chore: remove inactive user from CODEOWNERS (#7205)
* chore: remove inactive user from CODEOWNERS * updating DIRECTORY.md Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
This commit is contained in:
parent
6e69181d1f
commit
70b60dc323
6
.github/CODEOWNERS
vendored
6
.github/CODEOWNERS
vendored
@ -35,7 +35,7 @@
|
||||
|
||||
# /divide_and_conquer/
|
||||
|
||||
/dynamic_programming/ @Kush1101
|
||||
# /dynamic_programming/
|
||||
|
||||
# /file_transfer/
|
||||
|
||||
@ -59,7 +59,7 @@
|
||||
|
||||
# /machine_learning/
|
||||
|
||||
/maths/ @Kush1101
|
||||
# /maths/
|
||||
|
||||
# /matrix/
|
||||
|
||||
@ -69,7 +69,7 @@
|
||||
|
||||
# /other/ @cclauss # TODO: Uncomment this line after Hacktoberfest
|
||||
|
||||
/project_euler/ @dhruvmanila @Kush1101
|
||||
/project_euler/ @dhruvmanila
|
||||
|
||||
# /quantum/
|
||||
|
||||
|
11
DIRECTORY.md
11
DIRECTORY.md
@ -52,6 +52,7 @@
|
||||
* [Modular Division](blockchain/modular_division.py)
|
||||
|
||||
## Boolean Algebra
|
||||
* [Norgate](boolean_algebra/norgate.py)
|
||||
* [Quine Mc Cluskey](boolean_algebra/quine_mc_cluskey.py)
|
||||
|
||||
## Cellular Automata
|
||||
@ -121,6 +122,7 @@
|
||||
* [Pooling Functions](computer_vision/pooling_functions.py)
|
||||
|
||||
## Conversions
|
||||
* [Astronomical Length Scale Conversion](conversions/astronomical_length_scale_conversion.py)
|
||||
* [Binary To Decimal](conversions/binary_to_decimal.py)
|
||||
* [Binary To Hexadecimal](conversions/binary_to_hexadecimal.py)
|
||||
* [Binary To Octal](conversions/binary_to_octal.py)
|
||||
@ -140,6 +142,7 @@
|
||||
* [Pressure Conversions](conversions/pressure_conversions.py)
|
||||
* [Rgb Hsv Conversion](conversions/rgb_hsv_conversion.py)
|
||||
* [Roman Numerals](conversions/roman_numerals.py)
|
||||
* [Speed Conversions](conversions/speed_conversions.py)
|
||||
* [Temperature Conversions](conversions/temperature_conversions.py)
|
||||
* [Volume Conversions](conversions/volume_conversions.py)
|
||||
* [Weight Conversion](conversions/weight_conversion.py)
|
||||
@ -448,6 +451,7 @@
|
||||
* [Random Forest Classifier](machine_learning/random_forest_classifier.py)
|
||||
* [Random Forest Regressor](machine_learning/random_forest_regressor.py)
|
||||
* [Scoring Functions](machine_learning/scoring_functions.py)
|
||||
* [Self Organizing Map](machine_learning/self_organizing_map.py)
|
||||
* [Sequential Minimum Optimization](machine_learning/sequential_minimum_optimization.py)
|
||||
* [Similarity Search](machine_learning/similarity_search.py)
|
||||
* [Support Vector Machines](machine_learning/support_vector_machines.py)
|
||||
@ -586,9 +590,11 @@
|
||||
* [Two Sum](maths/two_sum.py)
|
||||
* [Ugly Numbers](maths/ugly_numbers.py)
|
||||
* [Volume](maths/volume.py)
|
||||
* [Weird Number](maths/weird_number.py)
|
||||
* [Zellers Congruence](maths/zellers_congruence.py)
|
||||
|
||||
## Matrix
|
||||
* [Binary Search Matrix](matrix/binary_search_matrix.py)
|
||||
* [Count Islands In Matrix](matrix/count_islands_in_matrix.py)
|
||||
* [Inverse Of Matrix](matrix/inverse_of_matrix.py)
|
||||
* [Matrix Class](matrix/matrix_class.py)
|
||||
@ -854,8 +860,6 @@
|
||||
* [Sol1](project_euler/problem_101/sol1.py)
|
||||
* Problem 102
|
||||
* [Sol1](project_euler/problem_102/sol1.py)
|
||||
* Problem 104
|
||||
* [Sol](project_euler/problem_104/sol.py)
|
||||
* Problem 107
|
||||
* [Sol1](project_euler/problem_107/sol1.py)
|
||||
* Problem 109
|
||||
@ -1010,6 +1014,7 @@
|
||||
* [Alternative String Arrange](strings/alternative_string_arrange.py)
|
||||
* [Anagrams](strings/anagrams.py)
|
||||
* [Autocomplete Using Trie](strings/autocomplete_using_trie.py)
|
||||
* [Barcode Validator](strings/barcode_validator.py)
|
||||
* [Boyer Moore Search](strings/boyer_moore_search.py)
|
||||
* [Can String Be Rearranged As Palindrome](strings/can_string_be_rearranged_as_palindrome.py)
|
||||
* [Capitalize](strings/capitalize.py)
|
||||
@ -1039,6 +1044,7 @@
|
||||
* [Reverse Letters](strings/reverse_letters.py)
|
||||
* [Reverse Long Words](strings/reverse_long_words.py)
|
||||
* [Reverse Words](strings/reverse_words.py)
|
||||
* [Snake Case To Camel Pascal Case](strings/snake_case_to_camel_pascal_case.py)
|
||||
* [Split](strings/split.py)
|
||||
* [Upper](strings/upper.py)
|
||||
* [Wave](strings/wave.py)
|
||||
@ -1073,6 +1079,7 @@
|
||||
* [Instagram Pic](web_programming/instagram_pic.py)
|
||||
* [Instagram Video](web_programming/instagram_video.py)
|
||||
* [Nasa Data](web_programming/nasa_data.py)
|
||||
* [Open Google Results](web_programming/open_google_results.py)
|
||||
* [Random Anime Character](web_programming/random_anime_character.py)
|
||||
* [Recaptcha Verification](web_programming/recaptcha_verification.py)
|
||||
* [Reddit](web_programming/reddit.py)
|
||||
|
Loading…
Reference in New Issue
Block a user