pofk_algorithm 0.0.2
pofk_algorithm: ^0.0.2 copied to clipboard
A fast, extensible Dart library for algorithms and data structures, offering search, sort, and AI utilities. Over 500 algorithms planned in future versions.
0.0.2 - 2025-07-24 #
- Initial release of Pofk_algorithm.
- Added binary search, linear search, and merge sort algorithms.
Added #
List Algorithms
- linear_search
- binary_search
- merge_sort
- bubble_sort
- insertion_sort
- selection_sort
- quick_sort
- counting_sort
- reverse_list
- find_max_min
- find_duplicates
- kadanes_algorithm
- max_sum_subarray_of_size_k
- min_sum
- average_subarray
- two_sum_sorted
- remove_duplicates
- rotate_array_right
- prefix_sum
Set Algorithms
- has_duplicates
- disjoint_set
- find_intersection
- set_difference
- is_frequency_unique
- has_two_sum
- has_unique_window
Map Algorithms
- frequency_count
- group_by_key
- first_non_repeated_element
- anagram_checker
- two_sum
- lru_cache
- most_frequent_element
- top_k_frequent
- length_of_longest_substring
String Algorithms
- reverse_string
- palindrome_checker
- anagram_checker
- longest_palindromic_substring
- string_compression
- brute_force_search
- kmp_search
- rabin_karp_search
- longest_common_prefix
- edit_distance
- count_vowels_consonants