Skip to content

Conversation

@tunisch
Copy link
Owner

@tunisch tunisch commented Jan 20, 2026

what are kinds of searching algorithms?

What are kinds of the Searching algorithms?
Added an explanation of the linear search algorithm, including examples and time complexity analysis.
Added an explanation of the binary search algorithm, including its time complexity and examples.
created binary search tree
Added explanation and references for Binary Search Tree.
Binary search is an efficient search algorithm that requires a sorted array. The document explains its time complexity and the implications of adding new elements to the array.
Expanded explanation of Binary Search Tree (BST) structure, insertion, and search complexities. Added visual representations and comparisons with arrays.
Added explanation about binary search tree insertion complexity.
Clarified the explanation of Binary Search Tree and its properties.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants