Searching Algorithms

Descrição

Mapa Mental sobre Searching Algorithms, criado por Charlie Downham em 13-11-2015.
Charlie Downham
Mapa Mental por Charlie Downham, atualizado more than 1 year ago
Charlie Downham
Criado por Charlie Downham aproximadamente 10 anos atrás
29
0

Resumo de Recurso

Searching Algorithms
  1. Linear searching
    1. A linearsearch strts at one end of data collection, Working its way to the other, Examining each data item in the collection order
      1. Advantages
        1. The only option for searching unsortes data.
        2. Disadvantages
          1. Would take a long time to search large data structure
        3. Binary search
          1. A linear search becomes more time-consuming as the data structre comes larger.It is a much quicker algorithm wich only works if Data is sorted.
            1. Advantages
              1. Far faster and more efficent than a linear search
              2. Disadvantages
                1. Requires data to be sorted, If the data is not sorted the Binary would not work.

              Semelhante

              Computer Science - Algorithms
              Max Cutten