search_algorithms_dart 1.0.1
search_algorithms_dart: ^1.0.1 copied to clipboard
A Dart package providing various search algorithms and a quick sort utility for sorting lists of strings. Includes implementations of linear search, binary search, and jump search.