0.6.0 - 2025-01-18
- 63f4c51 - Revert remove diacritics from index
- ce19cd5 - Run dprint fmt
0.5.2 - 2025-01-16
0.5.1 - 2024-12-26
0.5.0 - 2024-12-09
- f9dc8aa - Fix Luo reference in fibonacci algorithms
- a9eb10e - Fix typos
- d3a2409 - Add benchmarks for fibonacci algorithms
- 7a06981 - Add leetcode 334 to problems
- a7a7d85 - Add leetcode 283 to problems
- 33203b2 - 0.4.0
0.4.0 - 2024-11-27
- cf93a5c - Add lookup_table to fibonacci algorithms
- 4b885e2 - Add binet_formula to fibonacci algorithms
- 387b7c6 - Add time and space complexity analysis to fibonacci
- 1c5bc15 - Use module_path!() macro
- 6715828 - Add fast_doubling and matrix_exponentiation to fibonacci
- 4ae7794 - Add mod numbers in algorithms
- 00bf095 - Rename files in fibonacci mod
- 46564f0 - Invert module_path!() position in eprintln!()
- e7c6cbf - Bump version
- 9c87482 - 0.3.2
0.3.2 - 2024-11-26
- c07cd62 - 0.3.1
0.3.1 - 2024-11-26
- 0428c12 - Fix typos in fibonacci comments
- e18a38f - Add comments-tidy recipe
- 687a2e7 - Bump version
- e859570 - 0.3.0
0.3.0 - 2024-11-26
- f9779d2 - Add fibonacci to algorithms
- 294b4c7 - Bump version
- 80faecf - 0.2.11
0.2.11 - 2024-11-25
- a610e5f - Add leetcode 136 to problems
- 56a90eb - Bump version
- 9d1feae - 0.2.10
0.2.10 - 2024-11-24
- edab9d4 - Remove space
- d0388db - Leetcode problems (238,1207,2390)
- 368bf38 - Bump version
- b3b0956 - 0.2.9
0.2.9 - 2024-11-21
- 94fbc85 - Add graphical representation of quicksort variants
- 39cfc68 - Bump version
- 289b354 - 0.2.8
0.2.8 - 2024-11-20
- 91666bd - Add reference to dual_pivot_yaroslavskiy_bentley_bloch
- 03c768f - Add quicksort/dual_pivot_sedgewick
- 612d969 - Add Copy trait to quicksort algorithms
- 9750cb2 - Add quicksort/dual_pivot_kciwegdes
- 36a0c11 - Bump version
- 07c9a95 - 0.2.7
0.2.7 - 2024-11-20
- d58e95c - Add quicksort/dual_pivot_yaroslavskiy_bentley_bloch
- a83f917 - 0.2.6
0.2.6 - 2024-11-20
- a811dfc - Add leetcode _0002215_find_the_difference_of_two_arrays
- 10b7daa - 0.2.5
0.2.5 - 2024-11-19
- 6784b98 - Enhance leetcode _0000345_reverse_vowels_of_a_string
- 8265869 - Enhance leetcode _0000345_reverse_vowels_of_a_string
- 838414f - Bump version
- 3b6478a - 0.2.4
0.2.4 - 2024-11-17
- 721ec66 - Add leetcode _0000345_reverse_vowels_of_a_string
- 0969857 - Bump version
- 7531db3 - 0.2.3
0.2.3 - 2024-11-14
- 52504f5 - Add leetcode _0000724_find_pivot_index
- cce951e - Enhance leetcode _0000724_find_pivot_index
- 52000bc - Bump version
- 0f883f0 - 0.2.2
0.2.2 - 2024-11-14
- 7ae368c - Add markers to leetcode problems
- efef571 - Add codewars _5667e8f4e3f572a8f2000039_mumbling
- 5b8ab1f - Bump version
- b7837b8 - 0.2.1
0.2.1 - 2024-11-14
- 68dd9f3 - Remove heading from README
- d64b6ed - Add leetcode _0000605_can_place_flowers
- 096a60e - Bump version
- 2056670 - 0.2.0
0.2.0 - 2024-11-13
- dbbbfc0 - Bump version
- e95b331 - 0.1.7
- ef347b8 - Add more test cases to leetcode 001431
0.1.7 - 2024-11-13
- a500457 - Add project description
- 5b05182 - Add leetcode _000151_reverse_words_in_a_string
- 25e367d - Bump version
- a080c21 - 0.1.6
0.1.6 - 2024-11-12
- e998333 - Bump version
- b6edb00 - 0.1.5
0.1.5 - 2024-11-12
- dcb2504 - Add algorithms_list
- a956ca8 - Add quicksort::three_way_bentley_mcilroy
- 884e036 - 0.1.4
0.1.4 - 2024-11-12
- 5b556ef - Add quicksort::three_way
- 2eb104c - 0.1.3
0.1.3 - 2024-11-11
- 26c3268 - Add quicksort::classic_hoare
- b0682c1 - Bump version
- 330c27d - 0.1.2
0.1.2 - 2024-11-10
- 1bc0c56 - Bump version
- 8f5d769 - 0.1.1
0.1.1 - 2024-11-10
- 3b78ea5 - Add quicksort::lomuto_clrs
- 5bcfab2 - 0.1.0
0.1.0 - 2024-11-09
- 3e04759 - First commit