Searching


Searching
Sequential, Binary and Tree Search
- Search algorithms can be sequential, binary or tree based.
- In sequential sea...}

Searching
General Search Tree
- GiST is a data structure and API that can be used to build a variety of disk-based search t...}

Searching
Hash Function and Hash Tables
- Hash function transforms a key into a table index
- Some hash functions are di...}

Searching
Collision Resolution Technique
- Collision is the state in which two different keys produce the same address.
- Colli...}