menu
pofk_algorithm package
documentation
map_algorithms/frequency_count.dart
map_algorithms/frequency_count.dart
dark_mode
light_mode
map_algorithms/frequency_count
library
Functions
frequencyCount
<
T
>
(
List
<
T
>
items
)
→
Map
<
T
,
int
>
Returns a
Map
containing the frequency count of each unique element in
items
.
pofk_algorithm package
documentation
map_algorithms/frequency_count.dart
pofk_algorithm
package
Libraries
dp_algorithms/alternating_subsequences
dp_algorithms/coin_change
dp_algorithms/edit_distance
dp_algorithms/fibonacci_memoization
dp_algorithms/house_robber
dp_algorithms/jump_game
dp_algorithms/knapsack_01
dp_algorithms/longest_common_subsequence
dp_algorithms/longest_increasing_subsequence
dp_algorithms/matrix_path_sum
dp_algorithms/partition_equal_subset_sum
dp_algorithms/rod_cutting
dp_algorithms/subset_sum
graph_algorithms/articulation_points
graph_algorithms/bellman_ford
graph_algorithms/bfs
graph_algorithms/bipartite_graph
graph_algorithms/connected_components
graph_algorithms/cycle_detection
graph_algorithms/dfs
graph_algorithms/dijkstra
graph_algorithms/floyd_warshall
graph_algorithms/kosaraju_scc
graph_algorithms/mst_kruskal
graph_algorithms/mst_prim
graph_algorithms/shortest_path
graph_algorithms/topological_sort
graph_algorithms/union_find
graph_algorithms/weighted_edge
linked_list_algorithms/detect_cycle
linked_list_algorithms/doubly_linked_list_node
linked_list_algorithms/insert_delete_at_position
linked_list_algorithms/intersection_of_lists
linked_list_algorithms/linked_list_node
linked_list_algorithms/merge_sorted_lists
linked_list_algorithms/palindrome_linked_list
linked_list_algorithms/remove_nth_from_end
linked_list_algorithms/reverse_linked_list
list_algorithms/average_subarray
list_algorithms/binary_search
list_algorithms/bubble_sort
list_algorithms/counting_sort
list_algorithms/find_duplicates
list_algorithms/find_max_min
list_algorithms/insertion_sort
list_algorithms/kadanes_algorithm
list_algorithms/linear_search
list_algorithms/max_sum_subarray_of_size_k
list_algorithms/merge_sort
list_algorithms/min_sum
list_algorithms/prefix_sum
list_algorithms/quick_sort
list_algorithms/remove_duplicates
list_algorithms/reverse_list
list_algorithms/rotate_array_right
list_algorithms/selection_sort
list_algorithms/two_sum_sorted
map_algorithms/anagram_checker
map_algorithms/first_non_repeated_element
map_algorithms/frequency_count
map_algorithms/group_by_key
map_algorithms/length_of_longest_substring
map_algorithms/lru_cache
map_algorithms/most_frequent_element
map_algorithms/top_k_frequent
map_algorithms/two_sum
pofk_algorithm
set_algorithms/disjoint_set
set_algorithms/find_intersection
set_algorithms/has_duplicates
set_algorithms/has_two_sum
set_algorithms/has_unique_window
set_algorithms/is_frequency_unique
set_algorithms/set_difference
string_algorithms/anagram_checker
string_algorithms/brute_force_search
string_algorithms/count_vowels_consonants
string_algorithms/edit_distance
string_algorithms/kmp_search
string_algorithms/longest_common_prefix
string_algorithms/longest_palindromic_substring
string_algorithms/palindrome_checker
string_algorithms/rabin_karp_search
string_algorithms/reverse_string
string_algorithms/string_compression
tree_algorithms/balanced_tree_check
tree_algorithms/binary_tree_node
tree_algorithms/invert_tree
tree_algorithms/level_order_traversal
tree_algorithms/lowest_common_ancestor
tree_algorithms/tree_depth
tree_algorithms/tree_diameter
tree_algorithms/tree_serialization
tree_algorithms/tree_traversals
tree_algorithms/validate_bst
tree_algorithms/zigzag_traversal
frequency_count library