File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 6969
7070# /other/ @cclauss # TODO: Uncomment this line after Hacktoberfest
7171
72- /project_euler / @ dhruvmanila
72+ # /project_euler/
7373
7474# /quantum/
7575
Original file line number Diff line number Diff line change 5151 * [ Index Of Rightmost Set Bit] ( bit_manipulation/index_of_rightmost_set_bit.py )
5252 * [ Is Even] ( bit_manipulation/is_even.py )
5353 * [ Is Power Of Two] ( bit_manipulation/is_power_of_two.py )
54+ * [ Missing Number] ( bit_manipulation/missing_number.py )
5455 * [ Numbers Different Signs] ( bit_manipulation/numbers_different_signs.py )
5556 * [ Reverse Bits] ( bit_manipulation/reverse_bits.py )
5657 * [ Single Bit Manipulation Operations] ( bit_manipulation/single_bit_manipulation_operations.py )
232233 * [ Merge Two Lists] ( data_structures/linked_list/merge_two_lists.py )
233234 * [ Middle Element Of Linked List] ( data_structures/linked_list/middle_element_of_linked_list.py )
234235 * [ Print Reverse] ( data_structures/linked_list/print_reverse.py )
236+ * [ Rotate To The Right] ( data_structures/linked_list/rotate_to_the_right.py )
235237 * [ Singly Linked List] ( data_structures/linked_list/singly_linked_list.py )
236238 * [ Skip List] ( data_structures/linked_list/skip_list.py )
237239 * [ Swap Nodes] ( data_structures/linked_list/swap_nodes.py )
676678 * [ Sylvester Sequence] ( maths/sylvester_sequence.py )
677679 * [ Tanh] ( maths/tanh.py )
678680 * [ Test Prime Check] ( maths/test_prime_check.py )
681+ * [ Three Sum] ( maths/three_sum.py )
679682 * [ Trapezoidal Rule] ( maths/trapezoidal_rule.py )
680683 * [ Triplet Sum] ( maths/triplet_sum.py )
681684 * [ Twin Prime] ( maths/twin_prime.py )
You can’t perform that action at this time.
0 commit comments