Is a super collection of my codes made in C with folders in date order. My purpose is to organize myself and in the course of time be able to consult my own codes that I made in the past.
C is one of the ancient languages in the world of technology, operating systems are based on it, and any and all valued languages have some inspiration in their syntax.
However, besides that its greatest beauty is not in its syntax but in its rigorousness, it is impossible to write algorithms in C without having some learning at the end.
Learning data structures, pointers and memory is one of the most requested foundations in the market and that's why whenever I can I'll bring several ideas in C, which are challenging and interesting.
- Lista Definição
- Ponto e TAD
- Lista Sequencial Estática
- Estrutura Simples com Struct
- Estrutura simples com Alocação e ponteiros
- Lista Linear Sequencial Estática 2
- Lista Ligada com Estrutura Estática
- Ponteiros comparando endereços entre tipos
- Ponteiros maior endereço
- Ponteiros comparando o maior endereço
- Ponteiros para Estruturas de Dados