Skip to content

Commit 70b60dc

Browse files
dhruvmanilagithub-actions
and
github-actions
authored
chore: remove inactive user from CODEOWNERS (TheAlgorithms#7205)
* chore: remove inactive user from CODEOWNERS * updating DIRECTORY.md Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
1 parent 6e69181 commit 70b60dc

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

.github/CODEOWNERS

+3-3
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
# /divide_and_conquer/
3737

38-
/dynamic_programming/ @Kush1101
38+
# /dynamic_programming/
3939

4040
# /file_transfer/
4141

@@ -59,7 +59,7 @@
5959

6060
# /machine_learning/
6161

62-
/maths/ @Kush1101
62+
# /maths/
6363

6464
# /matrix/
6565

@@ -69,7 +69,7 @@
6969

7070
# /other/ @cclauss # TODO: Uncomment this line after Hacktoberfest
7171

72-
/project_euler/ @dhruvmanila @Kush1101
72+
/project_euler/ @dhruvmanila
7373

7474
# /quantum/
7575

DIRECTORY.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
* [Modular Division](blockchain/modular_division.py)
5353

5454
## Boolean Algebra
55+
* [Norgate](boolean_algebra/norgate.py)
5556
* [Quine Mc Cluskey](boolean_algebra/quine_mc_cluskey.py)
5657

5758
## Cellular Automata
@@ -121,6 +122,7 @@
121122
* [Pooling Functions](computer_vision/pooling_functions.py)
122123

123124
## Conversions
125+
* [Astronomical Length Scale Conversion](conversions/astronomical_length_scale_conversion.py)
124126
* [Binary To Decimal](conversions/binary_to_decimal.py)
125127
* [Binary To Hexadecimal](conversions/binary_to_hexadecimal.py)
126128
* [Binary To Octal](conversions/binary_to_octal.py)
@@ -140,6 +142,7 @@
140142
* [Pressure Conversions](conversions/pressure_conversions.py)
141143
* [Rgb Hsv Conversion](conversions/rgb_hsv_conversion.py)
142144
* [Roman Numerals](conversions/roman_numerals.py)
145+
* [Speed Conversions](conversions/speed_conversions.py)
143146
* [Temperature Conversions](conversions/temperature_conversions.py)
144147
* [Volume Conversions](conversions/volume_conversions.py)
145148
* [Weight Conversion](conversions/weight_conversion.py)
@@ -448,6 +451,7 @@
448451
* [Random Forest Classifier](machine_learning/random_forest_classifier.py)
449452
* [Random Forest Regressor](machine_learning/random_forest_regressor.py)
450453
* [Scoring Functions](machine_learning/scoring_functions.py)
454+
* [Self Organizing Map](machine_learning/self_organizing_map.py)
451455
* [Sequential Minimum Optimization](machine_learning/sequential_minimum_optimization.py)
452456
* [Similarity Search](machine_learning/similarity_search.py)
453457
* [Support Vector Machines](machine_learning/support_vector_machines.py)
@@ -586,9 +590,11 @@
586590
* [Two Sum](maths/two_sum.py)
587591
* [Ugly Numbers](maths/ugly_numbers.py)
588592
* [Volume](maths/volume.py)
593+
* [Weird Number](maths/weird_number.py)
589594
* [Zellers Congruence](maths/zellers_congruence.py)
590595

591596
## Matrix
597+
* [Binary Search Matrix](matrix/binary_search_matrix.py)
592598
* [Count Islands In Matrix](matrix/count_islands_in_matrix.py)
593599
* [Inverse Of Matrix](matrix/inverse_of_matrix.py)
594600
* [Matrix Class](matrix/matrix_class.py)
@@ -854,8 +860,6 @@
854860
* [Sol1](project_euler/problem_101/sol1.py)
855861
* Problem 102
856862
* [Sol1](project_euler/problem_102/sol1.py)
857-
* Problem 104
858-
* [Sol](project_euler/problem_104/sol.py)
859863
* Problem 107
860864
* [Sol1](project_euler/problem_107/sol1.py)
861865
* Problem 109
@@ -1010,6 +1014,7 @@
10101014
* [Alternative String Arrange](strings/alternative_string_arrange.py)
10111015
* [Anagrams](strings/anagrams.py)
10121016
* [Autocomplete Using Trie](strings/autocomplete_using_trie.py)
1017+
* [Barcode Validator](strings/barcode_validator.py)
10131018
* [Boyer Moore Search](strings/boyer_moore_search.py)
10141019
* [Can String Be Rearranged As Palindrome](strings/can_string_be_rearranged_as_palindrome.py)
10151020
* [Capitalize](strings/capitalize.py)
@@ -1039,6 +1044,7 @@
10391044
* [Reverse Letters](strings/reverse_letters.py)
10401045
* [Reverse Long Words](strings/reverse_long_words.py)
10411046
* [Reverse Words](strings/reverse_words.py)
1047+
* [Snake Case To Camel Pascal Case](strings/snake_case_to_camel_pascal_case.py)
10421048
* [Split](strings/split.py)
10431049
* [Upper](strings/upper.py)
10441050
* [Wave](strings/wave.py)
@@ -1073,6 +1079,7 @@
10731079
* [Instagram Pic](web_programming/instagram_pic.py)
10741080
* [Instagram Video](web_programming/instagram_video.py)
10751081
* [Nasa Data](web_programming/nasa_data.py)
1082+
* [Open Google Results](web_programming/open_google_results.py)
10761083
* [Random Anime Character](web_programming/random_anime_character.py)
10771084
* [Recaptcha Verification](web_programming/recaptcha_verification.py)
10781085
* [Reddit](web_programming/reddit.py)

0 commit comments

Comments
 (0)