|
128 | 128 | * [Vigenere Cipher](ciphers/vigenere_cipher.py)
|
129 | 129 | * [Xor Cipher](ciphers/xor_cipher.py)
|
130 | 130 |
|
131 |
| -## Compression |
132 |
| - * [Burrows Wheeler](compression/burrows_wheeler.py) |
133 |
| - * [Huffman](compression/huffman.py) |
134 |
| - * [Lempel Ziv](compression/lempel_ziv.py) |
135 |
| - * [Lempel Ziv Decompress](compression/lempel_ziv_decompress.py) |
136 |
| - * [Lz77](compression/lz77.py) |
137 |
| - * [Peak Signal To Noise Ratio](compression/peak_signal_to_noise_ratio.py) |
138 |
| - * [Run Length Encoding](compression/run_length_encoding.py) |
139 |
| - |
140 | 131 | ## Computer Vision
|
141 | 132 | * [Cnn Classification](computer_vision/cnn_classification.py)
|
142 | 133 | * [Flip Augmentation](computer_vision/flip_augmentation.py)
|
|
181 | 172 | * [Volume Conversions](conversions/volume_conversions.py)
|
182 | 173 | * [Weight Conversion](conversions/weight_conversion.py)
|
183 | 174 |
|
| 175 | +## Data Compression |
| 176 | + * [Burrows Wheeler](data_compression/burrows_wheeler.py) |
| 177 | + * [Huffman](data_compression/huffman.py) |
| 178 | + * [Lempel Ziv](data_compression/lempel_ziv.py) |
| 179 | + * [Lempel Ziv Decompress](data_compression/lempel_ziv_decompress.py) |
| 180 | + * [Lz77](data_compression/lz77.py) |
| 181 | + * [Peak Signal To Noise Ratio](data_compression/peak_signal_to_noise_ratio.py) |
| 182 | + * [Run Length Encoding](data_compression/run_length_encoding.py) |
| 183 | + |
184 | 184 | ## Data Structures
|
185 | 185 | * Arrays
|
186 | 186 | * [Equilibrium Index In Array](data_structures/arrays/equilibrium_index_in_array.py)
|
|
884 | 884 | * [Centripetal Force](physics/centripetal_force.py)
|
885 | 885 | * [Coulombs Law](physics/coulombs_law.py)
|
886 | 886 | * [Doppler Frequency](physics/doppler_frequency.py)
|
| 887 | + * [Escape Velocity](physics/escape_velocity.py) |
887 | 888 | * [Grahams Law](physics/grahams_law.py)
|
888 | 889 | * [Horizontal Projectile Motion](physics/horizontal_projectile_motion.py)
|
889 | 890 | * [Hubble Parameter](physics/hubble_parameter.py)
|
|
1122 | 1123 | * [Sol1](project_euler/problem_092/sol1.py)
|
1123 | 1124 | * Problem 094
|
1124 | 1125 | * [Sol1](project_euler/problem_094/sol1.py)
|
| 1126 | + * Problem 095 |
| 1127 | + * [Sol1](project_euler/problem_095/sol1.py) |
1125 | 1128 | * Problem 097
|
1126 | 1129 | * [Sol1](project_euler/problem_097/sol1.py)
|
1127 | 1130 | * Problem 099
|
|
1202 | 1205 | * [Sol1](project_euler/problem_234/sol1.py)
|
1203 | 1206 | * Problem 301
|
1204 | 1207 | * [Sol1](project_euler/problem_301/sol1.py)
|
| 1208 | + * Problem 345 |
| 1209 | + * [Sol1](project_euler/problem_345/sol1.py) |
1205 | 1210 | * Problem 493
|
1206 | 1211 | * [Sol1](project_euler/problem_493/sol1.py)
|
1207 | 1212 | * Problem 551
|
|
0 commit comments