Searching Algorithms

Beschreibung

Mindmap am Searching Algorithms, erstellt von Charlie Downham am 13/11/2015.
Charlie Downham
Mindmap von Charlie Downham, aktualisiert more than 1 year ago
Charlie Downham
Erstellt von Charlie Downham vor etwa 10 Jahre
29
0

Zusammenfassung der Ressource

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.
              Zusammenfassung anzeigen Zusammenfassung ausblenden

              ähnlicher Inhalt

              Computer Science - Algorithms
              Max Cutten