Commit Graph

13 Commits (8ccf7239f94c12e2bd7e63824aa32aef842c8c22)

Author SHA1 Message Date
Artem-Darius Weber 8ccf7239f9 feat: add select and reduce methods to HtmlTree class; update examples in main.rb
2 weeks ago
Artem-Darius Weber 6f9cd89526 docs: remove outdated comments from main.rb
3 weeks ago
Artem-Darius Weber b1d90eab30 docs: add comments for clarity in indices_sorted_by_descending_values method
3 weeks ago
Artem-Darius Weber 9032b20783 refactor: simplify indices_sorted_by_descending_values method; add HtmlTree class for parsing and traversing HTML
4 weeks ago
Artem-Darius Weber c9a56f66f4 docs: update README.md with method descriptions for ArrayProcessor; add a.txt with sample data
2 months ago
Artem-Darius Weber 820a41173c feat: implement ArrayProcessor class with chunk, include?, reduce, member?, and filter methods; add tests and documentation
2 months ago
Artem-Darius Weber 205b10ff9d release:feat: add interactive menu for task selection and input methods
2 months ago
Artem-Darius Weber f015f43c99 feat: add prime_divisors function to retrieve prime divisors of a number
2 months ago
Artem-Darius Weber b9453a87e8 feat: add minimal_even_element function to retrieve the smallest even element from an array
2 months ago
Artem-Darius Weber 988d9c83dd feat: add elements_between_first_and_last_max function to retrieve elements between first and last maximum values
2 months ago
Artem-Darius Weber a50ef4122e feat: add elements_between_first_and_second_max function to retrieve elements between first and second maximum values
2 months ago
Artem-Darius Weber 44e77f3679 feat: rename task1 function to indices_sorted_by_descending_values for clarity
2 months ago
Artem-Darius Weber 8a8d9cfdd8 feat: implement task1 function to return indices of array elements in decreasing order
2 months ago