|
40 | 40 | * [Count Number Of One Bits](bit_manipulation/count_number_of_one_bits.py) |
41 | 41 | * [Excess 3 Code](bit_manipulation/excess_3_code.py) |
42 | 42 | * [Find Previous Power Of Two](bit_manipulation/find_previous_power_of_two.py) |
| 43 | + * [Find Unique Number](bit_manipulation/find_unique_number.py) |
43 | 44 | * [Gray Code Sequence](bit_manipulation/gray_code_sequence.py) |
44 | 45 | * [Highest Set Bit](bit_manipulation/highest_set_bit.py) |
45 | 46 | * [Index Of Rightmost Set Bit](bit_manipulation/index_of_rightmost_set_bit.py) |
|
442 | 443 | * [Present Value](financial/present_value.py) |
443 | 444 | * [Price Plus Tax](financial/price_plus_tax.py) |
444 | 445 | * [Simple Moving Average](financial/simple_moving_average.py) |
| 446 | + * [Time And Half Pay](financial/time_and_half_pay.py) |
445 | 447 |
|
446 | 448 | ## Fractals |
447 | 449 | * [Julia Sets](fractals/julia_sets.py) |
|
570 | 572 | * [Gaussian Elimination](linear_algebra/gaussian_elimination.py) |
571 | 573 | * [Jacobi Iteration Method](linear_algebra/jacobi_iteration_method.py) |
572 | 574 | * [Lu Decomposition](linear_algebra/lu_decomposition.py) |
| 575 | + * [Matrix Inversion](linear_algebra/matrix_inversion.py) |
573 | 576 | * Src |
574 | 577 | * [Conjugate Gradient](linear_algebra/src/conjugate_gradient.py) |
575 | 578 | * [Gaussian Elimination Pivoting](linear_algebra/src/gaussian_elimination_pivoting.py) |
|
1153 | 1156 | * [Sol1](project_euler/problem_120/sol1.py) |
1154 | 1157 | * Problem 121 |
1155 | 1158 | * [Sol1](project_euler/problem_121/sol1.py) |
| 1159 | + * Problem 122 |
| 1160 | + * [Sol1](project_euler/problem_122/sol1.py) |
1156 | 1161 | * Problem 123 |
1157 | 1162 | * [Sol1](project_euler/problem_123/sol1.py) |
1158 | 1163 | * Problem 125 |
|
1163 | 1168 | * [Sol1](project_euler/problem_131/sol1.py) |
1164 | 1169 | * Problem 135 |
1165 | 1170 | * [Sol1](project_euler/problem_135/sol1.py) |
| 1171 | + * Problem 136 |
| 1172 | + * [Sol1](project_euler/problem_136/sol1.py) |
1166 | 1173 | * Problem 144 |
1167 | 1174 | * [Sol1](project_euler/problem_144/sol1.py) |
1168 | 1175 | * Problem 145 |
|
0 commit comments