Giter Site home page Giter Site logo

samuellucas97 / data-structures-in-cplusplus Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 1.0 687 KB

My implementation of some Data Structures in C++.

License: MIT License

Makefile 12.19% C++ 87.81%
vector dictionary linkedlist hashtable doxygen-documentation makefile

data-structures-in-cplusplus's Introduction

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 ( [email protected] )

data-structures-in-cplusplus's People

Contributors

samuellucas97 avatar

Watchers

 avatar

Forkers

anarcypher

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.