├── .gitignore ├── 1001-extremamente_basico.py ├── 1014-consumo.py ├── 1021-notas_e_moedas.py ├── 1024-criptografia.py ├── 1026-carrega_ou_nao_carrega.py ├── 1028-figurinhas.py ├── 1039-flores_de_fogo.py ├── 1042-sort_simples.py ├── 1068-balanco_de_parenteses_I.py ├── 1069-diamantes_e_areia.py ├── 1073-quadrado_de_pares.py ├── 1074-par_ou_impar.py ├── 1087-dama.py ├── 1103-alarme_despertador.py ├── 1161-soma_de_fatoriais.py ├── 1168-led.py ├── 1170-blobs.py ├── 1197-volta_a_faculdade_de_fisica.py ├── 1198-o_bravo_guerreiro_hashmat.py ├── 1221 - primo_rapido.py ├── 1238-combinador.py ├── 1253-cifra_de_cesar.py ├── 1259-pares_e_impares.py ├── 1310-lucro.py ├── 1875-tribol.py ├── 2222-brincando_com_conjuntos.py ├── 2655 - trilha perigosa.c ├── README.md └── sql ├── 2602.sql ├── 2606.sql ├── 2739.sql ├── 2742.sql ├── 2995.sql └── docker-compose.yml /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DS-Popeye/uri-solutions/HEAD/.gitignore -------------------------------------------------------------------------------- /1001-extremamente_basico.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DS-Popeye/uri-solutions/HEAD/1001-extremamente_basico.py -------------------------------------------------------------------------------- /1014-consumo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DS-Popeye/uri-solutions/HEAD/1014-consumo.py -------------------------------------------------------------------------------- /1021-notas_e_moedas.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DS-Popeye/uri-solutions/HEAD/1021-notas_e_moedas.py -------------------------------------------------------------------------------- /1024-criptografia.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DS-Popeye/uri-solutions/HEAD/1024-criptografia.py -------------------------------------------------------------------------------- /1026-carrega_ou_nao_carrega.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DS-Popeye/uri-solutions/HEAD/1026-carrega_ou_nao_carrega.py -------------------------------------------------------------------------------- /1028-figurinhas.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DS-Popeye/uri-solutions/HEAD/1028-figurinhas.py -------------------------------------------------------------------------------- /1039-flores_de_fogo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DS-Popeye/uri-solutions/HEAD/1039-flores_de_fogo.py -------------------------------------------------------------------------------- /1042-sort_simples.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DS-Popeye/uri-solutions/HEAD/1042-sort_simples.py -------------------------------------------------------------------------------- /1068-balanco_de_parenteses_I.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DS-Popeye/uri-solutions/HEAD/1068-balanco_de_parenteses_I.py -------------------------------------------------------------------------------- /1069-diamantes_e_areia.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DS-Popeye/uri-solutions/HEAD/1069-diamantes_e_areia.py -------------------------------------------------------------------------------- /1073-quadrado_de_pares.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DS-Popeye/uri-solutions/HEAD/1073-quadrado_de_pares.py -------------------------------------------------------------------------------- /1074-par_ou_impar.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DS-Popeye/uri-solutions/HEAD/1074-par_ou_impar.py -------------------------------------------------------------------------------- /1087-dama.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DS-Popeye/uri-solutions/HEAD/1087-dama.py -------------------------------------------------------------------------------- /1103-alarme_despertador.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DS-Popeye/uri-solutions/HEAD/1103-alarme_despertador.py -------------------------------------------------------------------------------- /1161-soma_de_fatoriais.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DS-Popeye/uri-solutions/HEAD/1161-soma_de_fatoriais.py -------------------------------------------------------------------------------- /1168-led.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DS-Popeye/uri-solutions/HEAD/1168-led.py -------------------------------------------------------------------------------- /1170-blobs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DS-Popeye/uri-solutions/HEAD/1170-blobs.py -------------------------------------------------------------------------------- /1197-volta_a_faculdade_de_fisica.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DS-Popeye/uri-solutions/HEAD/1197-volta_a_faculdade_de_fisica.py -------------------------------------------------------------------------------- /1198-o_bravo_guerreiro_hashmat.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DS-Popeye/uri-solutions/HEAD/1198-o_bravo_guerreiro_hashmat.py -------------------------------------------------------------------------------- /1221 - primo_rapido.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DS-Popeye/uri-solutions/HEAD/1221 - primo_rapido.py -------------------------------------------------------------------------------- /1238-combinador.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DS-Popeye/uri-solutions/HEAD/1238-combinador.py -------------------------------------------------------------------------------- /1253-cifra_de_cesar.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DS-Popeye/uri-solutions/HEAD/1253-cifra_de_cesar.py -------------------------------------------------------------------------------- /1259-pares_e_impares.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DS-Popeye/uri-solutions/HEAD/1259-pares_e_impares.py -------------------------------------------------------------------------------- /1310-lucro.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DS-Popeye/uri-solutions/HEAD/1310-lucro.py -------------------------------------------------------------------------------- /1875-tribol.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DS-Popeye/uri-solutions/HEAD/1875-tribol.py -------------------------------------------------------------------------------- /2222-brincando_com_conjuntos.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DS-Popeye/uri-solutions/HEAD/2222-brincando_com_conjuntos.py -------------------------------------------------------------------------------- /2655 - trilha perigosa.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DS-Popeye/uri-solutions/HEAD/2655 - trilha perigosa.c -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DS-Popeye/uri-solutions/HEAD/README.md -------------------------------------------------------------------------------- /sql/2602.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DS-Popeye/uri-solutions/HEAD/sql/2602.sql -------------------------------------------------------------------------------- /sql/2606.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DS-Popeye/uri-solutions/HEAD/sql/2606.sql -------------------------------------------------------------------------------- /sql/2739.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DS-Popeye/uri-solutions/HEAD/sql/2739.sql -------------------------------------------------------------------------------- /sql/2742.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DS-Popeye/uri-solutions/HEAD/sql/2742.sql -------------------------------------------------------------------------------- /sql/2995.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DS-Popeye/uri-solutions/HEAD/sql/2995.sql -------------------------------------------------------------------------------- /sql/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DS-Popeye/uri-solutions/HEAD/sql/docker-compose.yml --------------------------------------------------------------------------------