SlideShare una empresa de Scribd logo
Laura
Rivera
COMPLEJIDAD
DEPENDE
DEL
TAMAÑO
DEL
PROBLEMA
La complejidad se Mide según los
RECURSOS...
ESPACIO
se
refiere
a la
Memoria
Requerida
TIEMPO
El comportamiento de los algoritmos es
Diferente…
Depende de las
Es el número de operaciones para
Garantizar una SOLUCION…
Se busca el PROMEDIO de Operaciones considerando
todas las entradas posibles
Cuando el
tamaño de
entrada crece
T(n)
Crece
Notación Asintótica
Las funciones se basan en su tasa de crecimiento…
La complejidad del algoritmo se denota
por Big-0
Complejidad Terminología
O(1)
O(n^2)
O(logn)
O(n)
O(nlogn)
O(n^b)
O(b^n)
O(n!)
Complejidad constante
Complejidad cuadrática
Complejidad logarítmica
Complejidad lineal
Complejidad casi-lineal
Complejidad polinómica
Complejidad exponencial
Complejidad factorial

Más contenido relacionado

PPTX
Introduction to fuzzy logic
PPTX
MPEG video compression standard
PPTX
VIDEO STEGANOGRAPHY
PPTX
Pattern recognition and Machine Learning.
PPT
Data encryption standard
PPT
Abstract data types
PPT
Steganography
DOCX
Learning Methods in a Neural Network
Introduction to fuzzy logic
MPEG video compression standard
VIDEO STEGANOGRAPHY
Pattern recognition and Machine Learning.
Data encryption standard
Abstract data types
Steganography
Learning Methods in a Neural Network

La actualidad más candente (20)

POTX
Stream Ciphers
PPTX
Image Steganography
PPTX
Steganography
PDF
Python in Computer Vision
PPTX
Information and network security 9 model for network security
PPT
Message authentication and hash function
PPTX
Symmetric and asymmetric key cryptography
PPTX
Java servlets and CGI
PPT
Parallel algorithms
PPTX
Self supervised learning
PPTX
INTRODUCTION TO ARTIFICIAL INTELLIGENCE
PDF
Occlusion and Abandoned Object Detection for Surveillance Applications
PPT
Object Oriented Relationships
PPTX
offline character recognition for handwritten gujarati text
PDF
Google Web Toolkit
PPTX
Steganography
PPTX
Steganography - A smart way to hide data
PPTX
Diapositivas sobre patrones de diseño
PPTX
09-FL Defuzzyfication I.pptx
Stream Ciphers
Image Steganography
Steganography
Python in Computer Vision
Information and network security 9 model for network security
Message authentication and hash function
Symmetric and asymmetric key cryptography
Java servlets and CGI
Parallel algorithms
Self supervised learning
INTRODUCTION TO ARTIFICIAL INTELLIGENCE
Occlusion and Abandoned Object Detection for Surveillance Applications
Object Oriented Relationships
offline character recognition for handwritten gujarati text
Google Web Toolkit
Steganography
Steganography - A smart way to hide data
Diapositivas sobre patrones de diseño
09-FL Defuzzyfication I.pptx
Publicidad

Destacado (20)

PPT
Introducción al Análisis y diseño de algoritmos
PPT
Complejidad de Algoritmos
PDF
Analisis y disenio de algoritmos
PPTX
Analisis de algoritmos - Introduccion
DOCX
Ada 1 bloquaade 2
PPT
14 Ordenacion
 
PDF
7 Stl Y Los Contenedores Basicos 2 Parte
 
PDF
7 Stl Y Los Contenedores Basicos 3 Parte
 
PDF
International Journal of Algorithms Design and Analysis vol 2 issue 1
PDF
Algorithm1 course 1st slide
PPTX
Algoritmo Heap Sort
PDF
7 Stl Y Los Contenedores Basicos
 
PPTX
U1 Analisis Algoritmos Complejidad
PDF
Tema e Diplomes- Version përfundimtar
PPTX
Machine Learning Algorithms (Part 1)
PPT
ANALISIS DE ALGORITMOS
PPTX
Ordenamiento por monticulo (heapsort)
PDF
Algoritmet
PDF
Gjuhe Programuese ushtrimet C++
PDF
STL in C++
Introducción al Análisis y diseño de algoritmos
Complejidad de Algoritmos
Analisis y disenio de algoritmos
Analisis de algoritmos - Introduccion
Ada 1 bloquaade 2
14 Ordenacion
 
7 Stl Y Los Contenedores Basicos 2 Parte
 
7 Stl Y Los Contenedores Basicos 3 Parte
 
International Journal of Algorithms Design and Analysis vol 2 issue 1
Algorithm1 course 1st slide
Algoritmo Heap Sort
7 Stl Y Los Contenedores Basicos
 
U1 Analisis Algoritmos Complejidad
Tema e Diplomes- Version përfundimtar
Machine Learning Algorithms (Part 1)
ANALISIS DE ALGORITMOS
Ordenamiento por monticulo (heapsort)
Algoritmet
Gjuhe Programuese ushtrimet C++
STL in C++
Publicidad

Complejidad ppt analisis de algoritmo