├── Lecture_1 ├── Lecture1.pdf ├── Lecture1.tex └── Makefile ├── Lecture_10 ├── Lecture_10.pdf └── Lecture_10.tex ├── Lecture_11 ├── Lecture_11.pdf ├── Lecture_11.tex ├── floyd1.png ├── floyd2.png └── function.png ├── Lecture_12 ├── Lecture_12.pdf ├── Lecture_12.tex ├── arv1.png ├── arv10.png ├── arv11.png ├── arv12.png ├── arv13.png ├── arv14.png ├── arv15.png ├── arv2.png ├── arv3.png ├── arv4.png ├── arv5.png ├── arv6.png ├── arv7.png ├── arv8.png ├── arv9.png ├── deter1.png ├── empresa.png ├── exercicio.png ├── grafo.png ├── sets.png └── tree.png ├── Lecture_13 ├── Lecture_13.pdf ├── Lecture_13.tex ├── av.png └── l.png ├── Lecture_14 └── Lecture_14.tex ├── Lecture_15 └── Lecture_15.tex ├── Lecture_16 └── Lecture_16.tex ├── Lecture_17 └── Lecture_17.tex ├── Lecture_18 └── Lecture_18.tex ├── Lecture_19 └── Lecture_19.tex ├── Lecture_2 ├── Lecture2.pdf ├── Lecture2.tex └── Makefile ├── Lecture_3 ├── Lecture_3.pdf ├── Lecture_3.tex └── Makefile ├── Lecture_4 ├── Lecture_4.pdf ├── Lecture_4.tex └── Makefile ├── Lecture_5 ├── Lecture_5.pdf ├── Lecture_5.tex └── Makefile ├── Lecture_6 ├── Lecture_6.pdf └── Lecture_6.tex ├── Lecture_7 ├── Lecture_7.pdf └── Lecture_7.tex ├── Lecture_8 ├── Lecture_8.pdf └── Lecture_8.tex ├── Lecture_9 ├── Lecture_9.pdf └── Lecture_9.tex ├── README.md ├── base.mk └── reusable_images ├── brasao_INE.png ├── brasao_INE.svg ├── brasao_PPGCC.jpg ├── brasao_UFSC.png ├── by.png ├── cc_logo_arge.png ├── fundo_UFSC.png └── fundo_capa.png /Lecture_1/Lecture1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeanmartina/data_structures/HEAD/Lecture_1/Lecture1.pdf -------------------------------------------------------------------------------- /Lecture_1/Lecture1.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeanmartina/data_structures/HEAD/Lecture_1/Lecture1.tex -------------------------------------------------------------------------------- /Lecture_1/Makefile: -------------------------------------------------------------------------------- 1 | OBJS=Lecture1.pdf 2 | 3 | include ../base.mk 4 | -------------------------------------------------------------------------------- /Lecture_10/Lecture_10.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeanmartina/data_structures/HEAD/Lecture_10/Lecture_10.pdf -------------------------------------------------------------------------------- /Lecture_10/Lecture_10.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeanmartina/data_structures/HEAD/Lecture_10/Lecture_10.tex -------------------------------------------------------------------------------- /Lecture_11/Lecture_11.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeanmartina/data_structures/HEAD/Lecture_11/Lecture_11.pdf -------------------------------------------------------------------------------- /Lecture_11/Lecture_11.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeanmartina/data_structures/HEAD/Lecture_11/Lecture_11.tex -------------------------------------------------------------------------------- /Lecture_11/floyd1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeanmartina/data_structures/HEAD/Lecture_11/floyd1.png -------------------------------------------------------------------------------- /Lecture_11/floyd2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeanmartina/data_structures/HEAD/Lecture_11/floyd2.png -------------------------------------------------------------------------------- /Lecture_11/function.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeanmartina/data_structures/HEAD/Lecture_11/function.png -------------------------------------------------------------------------------- /Lecture_12/Lecture_12.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeanmartina/data_structures/HEAD/Lecture_12/Lecture_12.pdf -------------------------------------------------------------------------------- /Lecture_12/Lecture_12.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeanmartina/data_structures/HEAD/Lecture_12/Lecture_12.tex -------------------------------------------------------------------------------- /Lecture_12/arv1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeanmartina/data_structures/HEAD/Lecture_12/arv1.png -------------------------------------------------------------------------------- /Lecture_12/arv10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeanmartina/data_structures/HEAD/Lecture_12/arv10.png -------------------------------------------------------------------------------- /Lecture_12/arv11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeanmartina/data_structures/HEAD/Lecture_12/arv11.png -------------------------------------------------------------------------------- /Lecture_12/arv12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeanmartina/data_structures/HEAD/Lecture_12/arv12.png -------------------------------------------------------------------------------- /Lecture_12/arv13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeanmartina/data_structures/HEAD/Lecture_12/arv13.png -------------------------------------------------------------------------------- /Lecture_12/arv14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeanmartina/data_structures/HEAD/Lecture_12/arv14.png -------------------------------------------------------------------------------- /Lecture_12/arv15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeanmartina/data_structures/HEAD/Lecture_12/arv15.png -------------------------------------------------------------------------------- /Lecture_12/arv2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeanmartina/data_structures/HEAD/Lecture_12/arv2.png -------------------------------------------------------------------------------- /Lecture_12/arv3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeanmartina/data_structures/HEAD/Lecture_12/arv3.png -------------------------------------------------------------------------------- /Lecture_12/arv4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeanmartina/data_structures/HEAD/Lecture_12/arv4.png -------------------------------------------------------------------------------- /Lecture_12/arv5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeanmartina/data_structures/HEAD/Lecture_12/arv5.png -------------------------------------------------------------------------------- /Lecture_12/arv6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeanmartina/data_structures/HEAD/Lecture_12/arv6.png -------------------------------------------------------------------------------- /Lecture_12/arv7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeanmartina/data_structures/HEAD/Lecture_12/arv7.png -------------------------------------------------------------------------------- /Lecture_12/arv8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeanmartina/data_structures/HEAD/Lecture_12/arv8.png -------------------------------------------------------------------------------- /Lecture_12/arv9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeanmartina/data_structures/HEAD/Lecture_12/arv9.png -------------------------------------------------------------------------------- /Lecture_12/deter1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeanmartina/data_structures/HEAD/Lecture_12/deter1.png -------------------------------------------------------------------------------- /Lecture_12/empresa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeanmartina/data_structures/HEAD/Lecture_12/empresa.png -------------------------------------------------------------------------------- /Lecture_12/exercicio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeanmartina/data_structures/HEAD/Lecture_12/exercicio.png -------------------------------------------------------------------------------- /Lecture_12/grafo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeanmartina/data_structures/HEAD/Lecture_12/grafo.png -------------------------------------------------------------------------------- /Lecture_12/sets.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeanmartina/data_structures/HEAD/Lecture_12/sets.png -------------------------------------------------------------------------------- /Lecture_12/tree.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeanmartina/data_structures/HEAD/Lecture_12/tree.png -------------------------------------------------------------------------------- /Lecture_13/Lecture_13.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeanmartina/data_structures/HEAD/Lecture_13/Lecture_13.pdf -------------------------------------------------------------------------------- /Lecture_13/Lecture_13.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeanmartina/data_structures/HEAD/Lecture_13/Lecture_13.tex -------------------------------------------------------------------------------- /Lecture_13/av.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeanmartina/data_structures/HEAD/Lecture_13/av.png -------------------------------------------------------------------------------- /Lecture_13/l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeanmartina/data_structures/HEAD/Lecture_13/l.png -------------------------------------------------------------------------------- /Lecture_14/Lecture_14.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeanmartina/data_structures/HEAD/Lecture_14/Lecture_14.tex -------------------------------------------------------------------------------- /Lecture_15/Lecture_15.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeanmartina/data_structures/HEAD/Lecture_15/Lecture_15.tex -------------------------------------------------------------------------------- /Lecture_16/Lecture_16.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeanmartina/data_structures/HEAD/Lecture_16/Lecture_16.tex -------------------------------------------------------------------------------- /Lecture_17/Lecture_17.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeanmartina/data_structures/HEAD/Lecture_17/Lecture_17.tex -------------------------------------------------------------------------------- /Lecture_18/Lecture_18.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeanmartina/data_structures/HEAD/Lecture_18/Lecture_18.tex -------------------------------------------------------------------------------- /Lecture_19/Lecture_19.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeanmartina/data_structures/HEAD/Lecture_19/Lecture_19.tex -------------------------------------------------------------------------------- /Lecture_2/Lecture2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeanmartina/data_structures/HEAD/Lecture_2/Lecture2.pdf -------------------------------------------------------------------------------- /Lecture_2/Lecture2.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeanmartina/data_structures/HEAD/Lecture_2/Lecture2.tex -------------------------------------------------------------------------------- /Lecture_2/Makefile: -------------------------------------------------------------------------------- 1 | OBJS=Lecture2.pdf 2 | 3 | include ../base.mk 4 | -------------------------------------------------------------------------------- /Lecture_3/Lecture_3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeanmartina/data_structures/HEAD/Lecture_3/Lecture_3.pdf -------------------------------------------------------------------------------- /Lecture_3/Lecture_3.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeanmartina/data_structures/HEAD/Lecture_3/Lecture_3.tex -------------------------------------------------------------------------------- /Lecture_3/Makefile: -------------------------------------------------------------------------------- 1 | OBJS=Lecture_3.pdf 2 | 3 | include ../base.mk 4 | -------------------------------------------------------------------------------- /Lecture_4/Lecture_4.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeanmartina/data_structures/HEAD/Lecture_4/Lecture_4.pdf -------------------------------------------------------------------------------- /Lecture_4/Lecture_4.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeanmartina/data_structures/HEAD/Lecture_4/Lecture_4.tex -------------------------------------------------------------------------------- /Lecture_4/Makefile: -------------------------------------------------------------------------------- 1 | OBJS=Lecture_4.pdf 2 | 3 | include ../base.mk 4 | -------------------------------------------------------------------------------- /Lecture_5/Lecture_5.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeanmartina/data_structures/HEAD/Lecture_5/Lecture_5.pdf -------------------------------------------------------------------------------- /Lecture_5/Lecture_5.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeanmartina/data_structures/HEAD/Lecture_5/Lecture_5.tex -------------------------------------------------------------------------------- /Lecture_5/Makefile: -------------------------------------------------------------------------------- 1 | OBJS=Lecture_5.pdf 2 | 3 | include ../base.mk 4 | -------------------------------------------------------------------------------- /Lecture_6/Lecture_6.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeanmartina/data_structures/HEAD/Lecture_6/Lecture_6.pdf -------------------------------------------------------------------------------- /Lecture_6/Lecture_6.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeanmartina/data_structures/HEAD/Lecture_6/Lecture_6.tex -------------------------------------------------------------------------------- /Lecture_7/Lecture_7.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeanmartina/data_structures/HEAD/Lecture_7/Lecture_7.pdf -------------------------------------------------------------------------------- /Lecture_7/Lecture_7.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeanmartina/data_structures/HEAD/Lecture_7/Lecture_7.tex -------------------------------------------------------------------------------- /Lecture_8/Lecture_8.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeanmartina/data_structures/HEAD/Lecture_8/Lecture_8.pdf -------------------------------------------------------------------------------- /Lecture_8/Lecture_8.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeanmartina/data_structures/HEAD/Lecture_8/Lecture_8.tex -------------------------------------------------------------------------------- /Lecture_9/Lecture_9.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeanmartina/data_structures/HEAD/Lecture_9/Lecture_9.pdf -------------------------------------------------------------------------------- /Lecture_9/Lecture_9.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeanmartina/data_structures/HEAD/Lecture_9/Lecture_9.tex -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeanmartina/data_structures/HEAD/README.md -------------------------------------------------------------------------------- /base.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeanmartina/data_structures/HEAD/base.mk -------------------------------------------------------------------------------- /reusable_images/brasao_INE.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeanmartina/data_structures/HEAD/reusable_images/brasao_INE.png -------------------------------------------------------------------------------- /reusable_images/brasao_INE.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeanmartina/data_structures/HEAD/reusable_images/brasao_INE.svg -------------------------------------------------------------------------------- /reusable_images/brasao_PPGCC.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeanmartina/data_structures/HEAD/reusable_images/brasao_PPGCC.jpg -------------------------------------------------------------------------------- /reusable_images/brasao_UFSC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeanmartina/data_structures/HEAD/reusable_images/brasao_UFSC.png -------------------------------------------------------------------------------- /reusable_images/by.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeanmartina/data_structures/HEAD/reusable_images/by.png -------------------------------------------------------------------------------- /reusable_images/cc_logo_arge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeanmartina/data_structures/HEAD/reusable_images/cc_logo_arge.png -------------------------------------------------------------------------------- /reusable_images/fundo_UFSC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeanmartina/data_structures/HEAD/reusable_images/fundo_UFSC.png -------------------------------------------------------------------------------- /reusable_images/fundo_capa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeanmartina/data_structures/HEAD/reusable_images/fundo_capa.png --------------------------------------------------------------------------------