COMMITS
/ DIRECTORY.md March 31, 2026
A
feat: add SHA-1 hash function implementation (#1030)
Ali Alimohammadi committed
A
feat: add SHA-2 family of hash functions (#1032)
Ali Alimohammadi committed
March 22, 2026
A
feat: add Peak Signal-to-Noise Ratio (PSNR) to compression (#1028)
Ali Alimohammadi committed
March 13, 2026
A
feat: add Depreciation module (#1027)
Ali Alimohammadi committed
March 7, 2026
A
feat: add Simple, Compound, and APR interest calculations (#1026)
Ali Alimohammadi committed
March 6, 2026
A
feat: add Smallest Range to greedy algorithms (#1023)
Ali Alimohammadi committed
February 28, 2026
A
feat: add exponential moving average to financial (#1021)
Ali Alimohammadi committed
February 22, 2026
A
feat: add equated monthly installments to financial (#1020)
Ali Alimohammadi committed
February 11, 2026
A
feat: add Base85 (ASCII85) cipher implementation (#1018)
Ali Alimohammadi committed
February 10, 2026
A
chore(deps): update rand requirement from 0.9 to 0.10 (#1017)
Ali Alimohammadi committed
A
feat: add Ant Colony Optimization algorithm for TSP (#1016)
Ali Alimohammadi committed
February 7, 2026
A
feat: add comprehensive energy unit conversion module (#1014)
Ali Alimohammadi committed
February 5, 2026
A
feat: add comprehensive volume conversion module (#1011)
Ali Alimohammadi committed
January 31, 2026
A
feat: add comprehensive weight unit conversion module (#1012)
Ali Alimohammadi committed
A
feat: add comprehensive pressure unit conversion (#1010)
Ali Alimohammadi committed
A
feat: add Trifid cipher implementation (#1009)
Ali Alimohammadi committed
January 23, 2026
D
feat: add Random Forest algorithm in machine learning (#1007)
Dopamine. committed
A
feat: add Hill Cipher implementation (#1006)
Ali Alimohammadi committed
January 20, 2026
A
feat: add comprehensive temperature conversion function (#1002)
Ali Alimohammadi committed
A
feat: add rectangular to polar coordinate conversion (#1003)
Ali Alimohammadi committed
D
feat: add Decision Tree algorithm in machine learning (#1004)
Dopamine. committed
A
feat: add Support Vector Classifier (SVC) implementation (#1005)
Ali Alimohammadi committed
January 19, 2026
D
feat: add Perceptron algorithm in machine learning (#1000)
Dopamine. committed
January 18, 2026
D
feat: add principle component analysis (#999)
Dopamine. committed
January 17, 2026
A
feat: add speed conversion module (#998)
Ali Alimohammadi committed
January 16, 2026
D
feat: add naive-bayes algorithm in machine learning (#997)
Dopamine. committed
A
feat: add IPv4 address conversion (#994)
Ali Alimohammadi committed
A
feat: add RGB/HSV color conversion (#995)
Ali Alimohammadi committed
A
feat: add time unit conversion (#996)
Ali Alimohammadi committed
January 13, 2026
D
January 11, 2026
A
feat: add Minimum Coin Change greedy algorithm (#992)
Ali Alimohammadi committed
January 8, 2026
N
feat: add subarray sum equals k algorithm (#949)
Nazrul Islam committed
January 7, 2026
A
feat: add base32 cipher implementation (#991)
Ali Alimohammadi committed
A
feat: add base16 cipher implentation (#990)
Ali Alimohammadi committed
A
feat: add binary shift operations (#988)
Ali Alimohammadi committed
A
feat: add Affine cipher implementation (#989)
Ali Alimohammadi committed
January 6, 2026
A
feat: add Roman numeral conversion (#987)
Ali Alimohammadi committed
December 31, 2025
A
feat: add order of magnitude length conversion (#985)
Ali Alimohammadi committed
A
feat: add Vernam cipher implementation (#984)
Ali Alimohammadi committed
December 30, 2025
A
feat: add Hamming distance algorithm (#983)
Ali Alimohammadi committed
A
feat: add LZ77 compression algorithm (#982)
Ali Alimohammadi committed
A
Add Huffman Encoding implementation (#981)
Ali Alimohammadi committed
December 25, 2025
A
Add integer partition algorithm using dynamic programming (#976)
Ali Alimohammadi committed
A
Add Burrows-Wheeler Transform algorithm (#977)
Ali Alimohammadi committed
December 18, 2025
A
feat: add rightmost_set_bit function (#975)
Ali Alimohammadi committed
A
feat: add `find_missing_number` function to bit_manipulation (#974)
Ali Alimohammadi committed
A
feat: add find_unique_number function to bit_manipulation (#973)
Ali Alimohammadi committed
December 17, 2025
A
feat: add binary count trailing zeros algorithm (#972)
Ali Alimohammadi committed
A
feat: add Palindrome Partitioning algorithm (#971)
Ali Alimohammadi committed
December 16, 2025
A
Add is power of two (#970)
Ali Alimohammadi committed