Search Technique

Searching

Search Technique

  1. Searching can be defined  as an  process  to find out  a specific  ...}

Sequential, Binary and Tree Search

Searching

Sequential, Binary and Tree Search

  1. Search algorithms can be sequential, binary or tree based. 
  2. In sequential sea...}

General Search Tree

Searching

General Search Tree

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

Hashing

Searching

Hashing

  1. Hashing is the method which involves conversion of a key into a index via use of Hash Funct...}

Hash Function and Hash Tables

Searching

Hash Function and Hash Tables

  1. Hash function transforms a key into a table index
  2.  Some hash functions are di...}

Collision Resolution Technique

Searching

Collision Resolution Technique

  1. Collision is the state in which two different keys produce the same address.
  2. Colli...}