Skip to content
View leonardo8787's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report leonardo8787

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
leonardo8787/README.md

Pinned

  1. Interpretador Interpretador Public

    Interpretadores são programas de computador que leem um código fonte de uma linguagem de programação interpretada e o converte em código executável. Seu funcionamento pode variar de acordo com a im…

    Scala 1

  2. operational_systems operational_systems Public

    Operating system or operating system is a program or a set of programs whose function is to manage system resources, providing an interface between the computer and the user or user.

    C++ 2

  3. modern_cplusplus modern_cplusplus Public

    Some of the most important features of modern C++ include support for user-defined types, uniform initialization, lambdas, automatic type deduction (auto), type inference (decltype), delegated inhe…

    C++

  4. ai-eight-queens ai-eight-queens Public

    O algoritmo genético das oito rainhas é um exemplo de como a programação genética pode ser aplicada para resolver problemas de otimização combinatória. O problema das oito rainhas é um problema clá…

    C++ 2

  5. implementation_and_analisys_of_shortest_path_algoritms implementation_and_analisys_of_shortest_path_algoritms Public

    Computer Science and Operations Research play an essential role in problem solving complex, especially when it comes to optimization and decision making. A classical problem studied in this area is…

    C++

  6. problemas-np problemas-np Public

    Na teoria da complexidade computacional, NP é o acrônimo em inglês para Tempo polinomial não determinístico (Non-Deterministic Polynomial time) que denota o conjunto de problemas que são decidíveis…

    C 1 2