Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kaua-pt/dec_juizonline
https://github.com/kaua-pt/dec_juizonline
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kaua-pt/dec_juizonline
- Owner: kaua-pt
- Created: 2024-04-26T01:36:27.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-08-21T23:08:54.000Z (4 months ago)
- Last Synced: 2024-08-22T00:51:29.429Z (4 months ago)
- Language: Python
- Size: 69.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# D&C_JuizOnline
**Número da Lista**: 4
**Conteúdo da Disciplina**: D&C## Alunos
|Matrícula | Aluno |
| -- | -- |
| 21/1029399 | Kauã Vinícius |
| 18/0030736 | Carla de Araújo|## Sobre
Este repositório tem como objetivo a realização de exercícios de D&C do site [leetcode](https://leetcode.com/), seguem os exercícios solucionados com seus respectivos vídeos:1 - [Median of Two sorted arrays](https://leetcode.com/problems/median-of-two-sorted-arrays/): Hard. [Vídeo](https://youtu.be/NLcQMjQ1ACQ)
2 - [Search a 2D Matrix](https://leetcode.com/problems/search-a-2d-matrix-ii/): Medium [Vídeo](https://youtu.be/XPMrSFviYFE)
3 - [Merge k sorted lists](https://leetcode.com/problems/merge-k-sorted-lists/description/): Hard. [Vídeo](https://youtu.be/Hhs-d6XPiZI)
4 - [Sort list](https://leetcode.com/problems/sort-list/description/): Medium. [Vídeo](https://youtu.be/-umEm8GXtEw)
## Screenshots
As imagens 1 à 4 evidenciam as screenshots dos códigos que foram aceitos pelo site:##### 1 - Median of Two sorted arrays
![](./assets/MOT.png)Imagem 1: Código aceito primeiro exercício (Fonte: Autor, 2024).
##### 2 - Search a 2D Matrix
![](./assets/S2D.png)Imagem 2: Código aceito segundo exercício (Fonte: Autor, 2024).
##### 3 - Merge k sorted list
![Screenshot from 2024-08-21 19-55-21](https://github.com/user-attachments/assets/b0816880-540c-48a4-9eba-1e512c93da11)
Imagem 3: Código aceito terceiro exercício (Fonte: Autor, 2024).
##### 4 - Sort list
![Screenshot from 2024-08-21 19-58-21](https://github.com/user-attachments/assets/08e2326f-6919-41c6-805d-11d4997e939e)
Imagem 4: Código aceito quarto exercício (Fonte: Autor, 2024).
## Instalação
**Linguagem**: C++ e PythonPara os códigos python, execute:
```
python
```Para os códigos em c++, execute:
```
g++ -o .exe ./.cpp