Skip to content

♾️ Catálogo de todos os algoritmos que estudei, focado em armazenar exemplos e explicações sobre o funcionamento.

Notifications You must be signed in to change notification settings

Otarossoni/data-structures-and-algorithms.lang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Banner

Alguns algoritmos e estruturas de dados estudados.

Cada novo algoritmo ou estrutura de dados aprendida é catalogada juntamente com as anotações sobre o funcionamento e lógica aplicada.

Estrutura

data-structures-and-algorithms.lang/
├── algorithms/
│   ├── sorting/
│   │   ├── {algorithm}/
│   │   │   ├── {algorithm}.ts
│   │   │   ├── {algorithm}.go
│   │   │   └── {algorithm}.md
│   │   ├── {algorithm}/
│   │   │   ├── {algorithm}.ts
│   │   │   ├── {algorithm}.go
│   │   │   └── {algorithm}.md
│   ├── search/
│   │   ├── {algorithm}/
│   │   │   ├── {algorithm}.ts
│   │   │   ├── {algorithm}.go
│   │   │   └── {algorithm}.md
│   │   ├── {algorithm}/
│   │   │   ├── {algorithm}.ts
│   │   │   ├── {algorithm}.go
│   │   │   └── {algorithm}.md
├── data_structures/
│   ├── linear/
│   │   ├── {data_structure}/
│   │   │   ├── {data_structure}.ts
│   │   │   ├── {data_structure}.go
│   │   │   └── {data_structure}.md
│   │   ├── {data_structure}/
│   │   │   ├── {data_structure}.ts
│   │   │   ├── {data_structure}.go
│   │   │   └── {data_structure}.md
└── README.md

About

♾️ Catálogo de todos os algoritmos que estudei, focado em armazenar exemplos e explicações sobre o funcionamento.

Topics

Resources

Stars

Watchers

Forks