Data structures and Algorithms

Beschreibung

Mindmap am Data structures and Algorithms, erstellt von SANTOYO OCHOA IVAN am 29/11/2021.
SANTOYO OCHOA IVAN
Mindmap von SANTOYO OCHOA IVAN, aktualisiert more than 1 year ago
SANTOYO OCHOA IVAN
Erstellt von SANTOYO OCHOA IVAN vor etwa 4 Jahre
14
0

Zusammenfassung der Ressource

Data structures and Algorithms
  1. Data structures
    1. Are different ways of storing datta on your computer
      1. There are many types of data structures
        1. Examples
          1. Arrays
            1. is a structure of fixed-size, can hold items of the same data type, are indexed
              1. Example
            2. Linked list
              1. A linked list is a sequential structure that consists of a sequence of items in linear order which are linked to each other.
                1. Example of linked list
              2. hash table
                1. Example
            3. Are related with algorithms
              1. Its shape defines algotithm structure
            4. Algorithms
              1. Operations on different data structures and sets of instructions for executing them
                1. Depending on what data structure you are using to store the data performing the algorithm on your algorithm might look slightly differently
                  1. An algorithm look like this
              Zusammenfassung anzeigen Zusammenfassung ausblenden

              ähnlicher Inhalt

              Breadth First Search (BFS) Tutorial - InterviewBit
              Sonia Mathias