Git Product home page Git Product logo

c_and_cpp_exercises's Introduction

C/C++ exercises

PT

Exercícios usando a linguagem de programação C/C++. Estou refatorando alguns exercícios de faculdade. Alguns deles feitos durante as aulas da faculdade ou usando compiladores online, isso explica a falta de legibilidade.

EN

Exercises using the C/C++ programming language. I'm refactoring some college exercises. Some of them made in during college classes or using online compilers, this explains the lack of readability.

Referências Bibliográficas

  • ASCENCIO, Ana Fernanda Gomes. Fundamentos da programação de computadores: algoritmos, PASCAL, C/C++ (padrão ANSI) e JAVA \ Ana Fernanda Gomes Ascencio e Edilene Aparecida Veneruchi de Campos. -- 3. ed. – São Paulo: Pearson Education do Brasil, 2012.

  • ASCENCIO, Ana Fernanda Gomes. Estruturas de dados: algoritmos, análise da complexidade e implementações em JAVA e C/C++ \ Ana Fernanda Gomes Ascencio e Graziela Santos de Araújo. – São Paulo: Pearson Prentice Hall, 2010.

Diagram of Heap in heap.cpp before insert new values in Heap [17, 12, 8, 5, 3, 6, 2, 4, 2, 1]

graph TB;
    A((17))-->B((12))
    A-->C((8))
    B-->D((5))
    B-->E((3))
    C-->F((6))
    D-->G((2))
    D-->H((4))
    C-->I((2))
    E-->J((1))
Loading

Diagram of Heap in heap.cpp after insert new value (15) in Heap [17, 12, 8, 5, 3, 6, 2, 4, 2, 1]

graph TB;
    A((17))-->B((15))
    A-->C((8))
    B-->D((5))
    B-->E((12))
    C-->F((6))
    D-->G((2))
    D-->H((4))
    C-->I((2))
    E-->J((1))
    E-->K((3))
Loading

c_and_cpp_exercises's People

Contributors

henrique-souza avatar

Stargazers

 avatar

Watchers

 avatar

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.