File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 128128 * [ Vigenere Cipher] ( ciphers/vigenere_cipher.py )
129129 * [ Xor Cipher] ( ciphers/xor_cipher.py )
130130
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-
140131## Computer Vision
141132 * [ Cnn Classification] ( computer_vision/cnn_classification.py )
142133 * [ Flip Augmentation] ( computer_vision/flip_augmentation.py )
181172 * [ Volume Conversions] ( conversions/volume_conversions.py )
182173 * [ Weight Conversion] ( conversions/weight_conversion.py )
183174
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+
184184## Data Structures
185185 * Arrays
186186 * [ Equilibrium Index In Array] ( data_structures/arrays/equilibrium_index_in_array.py )
You can’t perform that action at this time.
0 commit comments