Data structures and Algorithms

Descripción

Mapa Mental sobre Data structures and Algorithms, creado por SANTOYO OCHOA IVAN el 29/11/2021.
SANTOYO OCHOA IVAN
Mapa Mental por SANTOYO OCHOA IVAN, actualizado hace más de 1 año
SANTOYO OCHOA IVAN
Creado por SANTOYO OCHOA IVAN hace alrededor de 4 años
14
0

Resumen del Recurso

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
              Mostrar resumen completo Ocultar resumen completo

              Similar

              Breadth First Search (BFS) Tutorial - InterviewBit
              Sonia Mathias