/aiml-test

Primary LanguagePython

aiml-test

Test tasks for AI-ML courses

binary_search Implement binary search algorithm in sorted array

sorted_linked_list Implement data structure to store numbers with following operations: insert element delete element delete min element delete max element Try minimize complexity of operations to O(1)