mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-01-18 16:27:02 +00:00
Remove myself from CODEOWNERS (#9325)
This commit is contained in:
parent
8d94f7745f
commit
24e7edbe5b
2
.github/CODEOWNERS
vendored
2
.github/CODEOWNERS
vendored
|
@ -69,7 +69,7 @@
|
|||
|
||||
# /other/ @cclauss # TODO: Uncomment this line after Hacktoberfest
|
||||
|
||||
/project_euler/ @dhruvmanila
|
||||
# /project_euler/
|
||||
|
||||
# /quantum/
|
||||
|
||||
|
|
|
@ -51,6 +51,7 @@
|
|||
* [Index Of Rightmost Set Bit](bit_manipulation/index_of_rightmost_set_bit.py)
|
||||
* [Is Even](bit_manipulation/is_even.py)
|
||||
* [Is Power Of Two](bit_manipulation/is_power_of_two.py)
|
||||
* [Missing Number](bit_manipulation/missing_number.py)
|
||||
* [Numbers Different Signs](bit_manipulation/numbers_different_signs.py)
|
||||
* [Reverse Bits](bit_manipulation/reverse_bits.py)
|
||||
* [Single Bit Manipulation Operations](bit_manipulation/single_bit_manipulation_operations.py)
|
||||
|
@ -232,6 +233,7 @@
|
|||
* [Merge Two Lists](data_structures/linked_list/merge_two_lists.py)
|
||||
* [Middle Element Of Linked List](data_structures/linked_list/middle_element_of_linked_list.py)
|
||||
* [Print Reverse](data_structures/linked_list/print_reverse.py)
|
||||
* [Rotate To The Right](data_structures/linked_list/rotate_to_the_right.py)
|
||||
* [Singly Linked List](data_structures/linked_list/singly_linked_list.py)
|
||||
* [Skip List](data_structures/linked_list/skip_list.py)
|
||||
* [Swap Nodes](data_structures/linked_list/swap_nodes.py)
|
||||
|
@ -676,6 +678,7 @@
|
|||
* [Sylvester Sequence](maths/sylvester_sequence.py)
|
||||
* [Tanh](maths/tanh.py)
|
||||
* [Test Prime Check](maths/test_prime_check.py)
|
||||
* [Three Sum](maths/three_sum.py)
|
||||
* [Trapezoidal Rule](maths/trapezoidal_rule.py)
|
||||
* [Triplet Sum](maths/triplet_sum.py)
|
||||
* [Twin Prime](maths/twin_prime.py)
|
||||
|
|
Loading…
Reference in New Issue
Block a user