luizfelipers19 / DataStructures1Studies

repo of my re-study of Data Structures, primarily in C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DataStructures1Studies

Basic studies of Data Structures in C. This repo will be filled with .c files as I follow along with the course and studies.

The booklets can be found at: https://www.ic.unicamp.br/~ra069320/PED/MC102/1s2008/Apostilas/

Content is organized as follows:

  • Basic C language (variables, functions, arrays, matrices and pointers).
  • Linked Lists
  • Stacks
  • Queues
  • Trees
  • Graphs
  • Searches/Queries
  • Algo Complexity (Big O notation)

About

repo of my re-study of Data Structures, primarily in C


Languages

Language:C 98.9%Language:C++ 1.1%