Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/itsmorais/mat_comp_2023_02
https://github.com/itsmorais/mat_comp_2023_02
binary-tree recursion
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/itsmorais/mat_comp_2023_02
- Owner: itsmorais
- Created: 2023-08-27T22:26:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-23T02:03:30.000Z (about 1 year ago)
- Last Synced: 2023-11-23T03:22:31.605Z (about 1 year ago)
- Topics: binary-tree, recursion
- Language: TypeScript
- Homepage:
- Size: 106 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Set relations and functions
Aplicação do Power set na computação:
- Quantidade de valores possíveis de uma query SQL
- 2**n | n é o número de elementos.
- ex: Tabela com as colunas : [nome,telefone,cidade,profissao]
- com 10 linhas
- 2^10 = 1024 SQL sets possíveis!