Skip to content

Samuellucas97/Data-Structures-in-Cplusplus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Structures in C++

This repository contains the activities and exercises perfomed in the discipline of Data Structures I of the semester 2017.2 and Data Structures II of the bachareled in Information Technology (UFRN).

In addition, it contains the other projects made by this author, carefully documented. Therefore, the projects are organized in the following folders:

  • Dictionary
  • HashTable
  • LinkedList
  • Vector

What is Data Structure?

In computer science, an data structure is a particular way of storing and organizing data on a computer so that it can be used efficiently, facilitating its search and modification. Data structures and algorithms are fundamental themes of computer science, being used in the most diverse areas of knowledge and with the most different purposes of application. It is known that algorithms manipulate data. When these data are organized (arranged) in a coherent way, they characterize a form, a data structure. The organization and methods for manipulating this structure is that it gives it uniqueness (and strategic advantages, such as minimizing the space occupied in RAM), and (potentially) making the source code leaner and simpler. Wikipedia

Minimum requirements

Compilador C++ 11 (g++), GNU debugger (GDB), Valgrind e Doxygen.

Obs.: Para usuários Linux, tanto o g++ quanto o gdb são ambos nativo, faltando apenas instalar o Doxygen  
e o Valgrind. Porém, caso deseje usar o gdb no Windows será necessário instalar o MinGW. 

Download Doxygen (UBUNTU):

$ sudo apt-get install doxygen

Download Valgrind (UBUNTU):

sudo apt-get install valgrind

Author

Samuel Lucas de Moura Ferino ( samuel1797@gmail.com )

Releases

No releases published

Packages

No packages published