GitHub topics: programming-logic
Wesley-Breno/Exercises.go
In this repository I will leave programming exercises that were made using the Golang language. There will also be the URLs from where the exercises were taken.
Language: Go - Size: 264 KB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 0 - Forks: 0

dev-salles/exercicios-java
Este repositório contém uma coleção dos meus exercícios e projetos desenvolvidos enquanto aprendo e pratico a linguagem Java.
Language: Java - Size: 4.88 KB - Last synced at: 14 days ago - Pushed at: 14 days ago - Stars: 0 - Forks: 0

anaclaramtn/Beecrowd-Beginners-Problems-Solutions-With-JavaScript
Repositório para soluções em JS para o Beecrowd
Language: JavaScript - Size: 127 KB - Last synced at: 14 days ago - Pushed at: 14 days ago - Stars: 0 - Forks: 0

gersonvidal/programming-challenges
A repository where I upload all the code I make to resolve programming exercises from Codeforces, Leetcode, etc... So you can look and study the code and solution.
Language: Java - Size: 5.86 KB - Last synced at: 15 days ago - Pushed at: 15 days ago - Stars: 0 - Forks: 0

arturbomtempo-dev/programming-logic-course
A repository with the material for the Programming Logic course focusing on C and C++. This course is designed to help beginners start their journey in the field of programming and technology by covering fundamental concepts and building a strong foundation for future learning.
Size: 8.26 MB - Last synced at: about 5 hours ago - Pushed at: 5 months ago - Stars: 5 - Forks: 0

eduardomzj/cic0004_2024.2_c
codes for exercises in the c language mostly present on the online platform beecrowd
Language: C - Size: 22.5 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

HavertzZ04/python_comfenalco
This is a special repository to upload all the exercises and documentation regarding my Python Classes as a Comfenalco Student
Language: Python - Size: 58.6 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

FireguiQueen/logica-em-java 📦
Explicações e anotações complementares do curso de lógica de programação em Java, da DevDojo.
Language: Java - Size: 596 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

gustavo-mmh/jogo-da-memoria-dio
Criação de um Jogo da memória utilizando HTML, CSS e Javascript. O jogo da memória criado tem uma temática voltada ao futebol, nele você deve encontrar o par de simbolo dos clubes brasileiros.
Language: HTML - Size: 2.57 MB - Last synced at: 13 days ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

rafaelftr/dio-proglog-desafio3
DIO.me - Formação em Lógica de Programação - Desafio #3
Language: JavaScript - Size: 3.91 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

rafaelftr/dio-proglog-desafio2
DIO.me - Formação em Lógica de Programação - Desafio #2
Language: JavaScript - Size: 3.91 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

rafaelftr/dio-proglog-desafio1
DIO.me - Formação em Lógica de Programação - Desafio #1
Language: JavaScript - Size: 2.93 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

alfredbaudisch/BooleanLogicGame
A small game made in Godot to teach and to help visualize boolean values in programming logic
Language: GDScript - Size: 132 KB - Last synced at: 5 days ago - Pushed at: about 5 years ago - Stars: 5 - Forks: 1

inner-byte/custom-compiler-design
This project implements a full-featured compiler for a custom programming language, demonstrating modern compiler design principles and optimization techniques. The compiler follows the traditional multi-pass compilation process while incorporating advanced features like optimization frameworks and sophisticated register allocation.
Language: C++ - Size: 424 KB - Last synced at: 4 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

marcosfshirafuchi/Alura-Curso-de-Logica-de-programacao
Curso de Lógica de programação: mergulhe em programação com JavaScript
Language: JavaScript - Size: 1.75 MB - Last synced at: 4 months ago - Pushed at: 8 months ago - Stars: 1 - Forks: 0

DBeewms/Logica-Y-Algoritmos
Example and Practical Exercises from the Logic and Algorithms Class in C, C++, and PSeInt, First Semester, Universidad Americana (UAM).
Language: C++ - Size: 28.3 KB - Last synced at: 13 days ago - Pushed at: 7 months ago - Stars: 1 - Forks: 0

annielymariah/game-classes-builder-DIO
This repository contains the solution to the "Escrevendo as classes de um Jogo" challenge proposed by DIO.me. The project involves creating a generic Hero class with properties like name, age, and types. The class also includes some methods based on the hero's type, showcasing key programming concepts like classes, objects, and decision structures.
Language: JavaScript - Size: 6.84 KB - Last synced at: 3 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

annielymariah/ranked-matches-calculator-DIO
This repository contains the solution to the "Calculadora de Partidas Rankeadas" challenge proposed by DIO.me. The program calculates a player's ranked match balance based on victories and defeats and determines their level, ranging from "Ferro" to "Imortal," according to predefined criteria.
Language: JavaScript - Size: 7.81 KB - Last synced at: 21 days ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

annielymariah/hero-level-classifier-DIO
This repository contains the solution to the "Classificador de nível de Herói" challenge proposed by DIO.me. The goal of the challenge is to implement a program that takes a hero's name and amount of experience (XP) and determines the hero's level.
Language: JavaScript - Size: 8.79 KB - Last synced at: 3 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

AnaClaraSM/Logica-com-JavaScript
Treino de lógica de programação com JavaScript, através do jogo Descubra o Número.
Language: HTML - Size: 1.75 MB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

rajtilak-2020/3D_Renderer
A simple yet powerful 3D rendering program written in Java using Swing. Rotate 3D objects interactively with sliders to control horizontal and vertical angles, and experience dynamic rendering with smooth real-time updates.
Language: Java - Size: 7.81 KB - Last synced at: 3 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

ryanbritodev/logica_de_programacao
Meu primeiro curso de programação! 🎉 | Repositório para o Curso "JavaScript e HTML: desenvolva um jogo e pratique lógica de programação" da Alura.
Language: HTML - Size: 22.5 KB - Last synced at: 23 days ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

gabrafo/Anotacoes-Java
Anotações do curso da Udemy Java Completo Programação Orientada a Objetos do professor Nélio Alves.
Language: Java - Size: 496 KB - Last synced at: 2 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

vitormimaki/Quiz_Game
Quiz Game
Language: Portugol - Size: 14.6 KB - Last synced at: 4 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

alanisquintana/programming-logic-exercises
Essential programming logic exercises for practice and learning.
Language: JavaScript - Size: 20.5 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 2 - Forks: 0

Lu1zH3nr1qu3DA/meusProgramas
These are some projects I did and decided to make them public. So far, these are just personal projects or computer course projects, they're simple and basic projects that you can learn from.
Language: JavaScript - Size: 1.15 MB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

EmanuelQuintino/Python-Algorithms-Course
The Python Algorithms course offers a practical introduction focused on algorithms. It explores everything from the basic foundations of the Python language, such as primitive types, data structures and flow control structures, such as conditionals and repetitions, to a more complex approach with the Object Oriented Programming (OOP) paradigm.
Language: Python - Size: 23.4 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 1 - Forks: 0

gabrafo/ProjetoPraticoIAlg
Projeto Prático da disciplina de Introdução a Algoritmos da Universidade Federal de Lavras (UFLA).
Language: C++ - Size: 283 KB - Last synced at: 4 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

sanchesrfl/ementa-computational-thinking
Ementa do Curso Pensamento Computacional & Lógica de Programação. Criado por Profº M.Sc Rafael Sanches.
Size: 4.56 MB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

gabrielcmerlin/begginerProjects
Small projects designed to understand more about programming and C.
Language: C - Size: 1.09 MB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

CesarCanoff/encryptor
This project was carried out as part of the 'T7 Programming Starter - Oracle Next Education (ONE)' training program for developers, offered by Oracle in partnership with Alura.
Language: CSS - Size: 127 KB - Last synced at: 23 days ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

rodrigo-fullstack/Java_EDLP
Repositório de meus estudos em estruturas de dados e Lógica de Programação com Java
Language: Java - Size: 1.17 MB - Last synced at: 3 months ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

lucassoaresouza/L5S-AEP
Um Ambiente de Ensino de Programação gamificado visando o aprendizado de crianças.
Language: C++ - Size: 16.4 MB - Last synced at: 13 days ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

davimgfx/exerciciosJava
Um repositorio dos meus exercicos passados pela professora de Lógica de Programação em Java e POO
Language: Java - Size: 1.09 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

juhachmann/corretor_gabaritos
Um corretor SEMI automático para exames de múltipla escolha. Revisando Lógica de Programação ou C? Cheque este repositório! :school:
Language: C++ - Size: 456 KB - Last synced at: 4 months ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

Tigas29/currency-calculator
Language: JavaScript - Size: 142 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

guilherme-oliveira-dev/algoritmos-e-logica-de-programacao
Repositório de Algoritmos e Lógica de Programação | Professor Clayton Ferraz | IDE Visual Studio | Linguagem CSharp
Language: C# - Size: 36.1 KB - Last synced at: 8 months ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

BrenoC616/Programming-Logic
Repository for Programming Logic Classes. From the Internet Computer Technician Course. At ETEC Laurindo Alves de Queiroz.
Size: 20.5 KB - Last synced at: about 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

felpssc/beecrowd-problems
🤔 Solução de problemas do Beecrowd
Size: 1000 Bytes - Last synced at: about 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

gtadayukey/EasyProblems
This repository is designed for solving "easy" leetcode/interview questions.
Language: Python - Size: 767 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

Ste452/Leveling_Java
Content for leveling my concepts in Java.
Language: Java - Size: 14.3 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

LucasDominguesTressoldi/CSharpExercises
Exercises that I did in the process of becoming more familiar with the C# programming language.
Language: C# - Size: 15.6 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

francisco-solis99/adventJs
The code programming challenge for christmas, 25 challenges to test your logic. It is a midudev initiative
Language: JavaScript - Size: 257 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

raquelfmcardoso/lp-2020-2021-project
Logic for Programming - LEIC @ IST 2020/2021. Projects by Raquel Cardoso.
Language: Prolog - Size: 236 KB - Last synced at: 20 days ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

LucasDominguesTressoldi/LeetCodeProblems
Repository to archive all my solutions to LeetCode problems.
Language: C++ - Size: 11.7 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

gabrafo/Revisao
Explore as resoluções em C++ de um estudante para exercícios de revisão da disciplina "Introdução aos Algoritmos" na UFLA. Este repositório apresenta soluções desenvolvidas com propósito acadêmico, abordando uma variedade de tópicos essenciais em programação.
Language: C++ - Size: 34.2 KB - Last synced at: 4 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

gabrafo/Revisao1
Explore as resoluções em C++ de um estudante para exercícios de revisão da disciplina "Introdução aos Algoritmos" na UFLA. Este repositório apresenta soluções desenvolvidas com propósito acadêmico, abordando uma variedade de tópicos essenciais em programação.
Language: C++ - Size: 9.77 KB - Last synced at: 11 days ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

pmor4is/dart-learning
Language: Dart - Size: 5.86 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

Charlie-Domingos/Front_Dev.github.io
Project inspired by the DevMedia video
Language: HTML - Size: 1.6 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

igormendesdev/exercicios-de-algoritmos
Repositório de Algoritmos e Lógica de Programação | Prof. Clayton Ferraz | Visual Studio & CSharp
Language: C# - Size: 238 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

jnsiet/project_euler
Solutions to the mathematical/computer programming challenges presented in the Project Euler
Language: Python - Size: 13.7 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

tthayza/programming-logic-exercises
Exercises to practice programming logic and improve english level.
Language: JavaScript - Size: 25.4 KB - Last synced at: 8 days ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

sferreira-lucas/Exercicios-Logica-Programacao
Exercicios da matéria Lógica de Programação(1º semestre)
Language: C++ - Size: 492 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

wwddnn/java-higher-number
program that reads three numbers and says which one is bigger
Size: 1.95 KB - Last synced at: about 1 hour ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

dev-pinheiro-joao/programming-logic
🧩 Resolução de Desafios, Práticas e Exercícios Propostos | Curso de Algoritmo | Curso Em Video | Gustavo Guanabara
Size: 360 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

FernandoSchett/laponia_battle
This repository features a console-based matrix war game created to practice programming logic. It offers a hands-on opportunity to strengthen logic programming skills through strategic decision-making and battles in a matrix battlefield.
Language: C++ - Size: 32.2 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 3 - Forks: 0

Ivi-SCD/programming-logic-java
Repository intended for students who are starting in programming with the Java language.
Language: Java - Size: 168 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 9 - Forks: 2

claudiadejesusdantas/EstudosPortugol
Arquivos e exercícios de Portugol do curso Programando Seu Futuro.
Language: Portugol - Size: 11.2 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

SamuelS00/CS50-2022
This course teaches students how to think algorithmically and solve problems efficiently. Topics include abstraction, algorithms, data structures, encapsulation, resource management, security, software engineering, and web programming. Languages include C, Python, and SQL plus HTML, CSS, and JavaScript. Problem sets inspired by the arts, humanities
Language: C - Size: 44.8 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

willian-bl/Games
Repositório de estudo e testes para treinar lógica de programação e programar com Python recriando alguns jogos clássicos
Language: Python - Size: 33.1 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 0

angelicaalbuquerque/algoritmo-e-logica-de-programacao_cod3r
Studies to fix fundamental knowledge of algorithms and programming logic. Development in JavaScript.
Language: JavaScript - Size: 444 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Luk4x/Estudonauta-Programacao-Basica-Exercicios
👨🚀 Estudonauta Project: Programming logic - Portugol Studio.
Language: Portugol - Size: 85 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 0

Esteves31/LP-em-C
Exercícios de Lógica de Programação em C
Language: C - Size: 17.6 KB - Last synced at: about 1 month ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

LucasFelipeNunes/Exercicios-Linguagem-de-Programacao
Language: Java - Size: 1.6 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 1

oisol/tictactoe-react
Tic tac toe game in React.
Language: JavaScript - Size: 188 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

VitorEmanuelDev/INF027
Exercícios de lógica de programação - matéria INF027
Language: C - Size: 26.2 MB - Last synced at: over 2 years ago - Pushed at: about 4 years ago - Stars: 3 - Forks: 0

joelmaregina/INF029-JoelmaRegina-Replit
Codes of algorithm exercises (using C language) made by myself during the college of Analysis and Systems Development - IFBA College.
Language: C - Size: 2.25 MB - Last synced at: 4 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Rob382/logic-1-logic-0-yun
obtener 4 estados distintos de un solo pulsador o un tren de pulsos (1 lógico corto, 1 lógico largo, 0 lógico corto, 0 lógico largo)
Language: C++ - Size: 5.86 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

diogocezar/dctb-utfpr-2018-2
Repositório para organizar os materiais e entregas das disciplinas ministradas pelo Prof. Diogo Cezar, na UTFPR-CP em 2018/02.
Language: HTML - Size: 116 MB - Last synced at: about 1 year ago - Pushed at: about 6 years ago - Stars: 12 - Forks: 47

leticiaantunesjpeg/SAP007-gym Fork of Laboratoria/SAP007-gym
Este repo guarda as sessões e exercícios que ocorrem semana a semana no Ginásio. 🧠💪🏻
Size: 18 MB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

johnnymarcelino/Python-Challenges.py
PYTHON - CHALLENGES
Language: Python - Size: 1000 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

iscodand/pong-game
Pong game desenvolved with Pygame librarie.
Language: Python - Size: 11.9 MB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 3 - Forks: 0

cgcagnoni/Studies_Portugol
Some of my first programming logic studies
Size: 13.7 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

kelsonbatista/tic-tac-toe-game
Tic Tac Toe Game
Language: JavaScript - Size: 334 KB - Last synced at: 3 months ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

miachafer/craps
Programming logic with Python and the casino game known as Craps
Language: Python - Size: 2.93 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 1

Gwolner/praticas-de-linguagem-c
Práticas de C desenvolvidas na disciplina de Introdução a Programação.
Language: C - Size: 24.4 KB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 9 - Forks: 3

PatrickOtero/Desafios-de-logica-de-programacao
Exercícios de lógica de programação.
Language: JavaScript - Size: 23.4 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

erick-ol/js-playground-functions
Learning JavaScript and Programming Logic
Language: JavaScript - Size: 160 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

priyansh21112002/Content-splitter
This is a content splitter which is used in emails for splitting a file into multiple pieces for sharing. It uses basic programming logic along with file handling.
Size: 9.77 KB - Last synced at: over 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 2

priyansh21112002/Telephone-Directory
This is a telephone directory based on concepts of Data Structures, File handling, Object Oriented Programming and other basic programming logic.
Language: C++ - Size: 2.93 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

juan-formoso/programming-logic-course
Anotações sobre Lógica de Programação. Notes about Programming logic
Language: Python - Size: 1.06 MB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

PabloFLPs/TesteLogica_IoasysCamp
Teste de 5 questões de lógica realizado para seleção do ioasys Camp - edição 2021
Language: C - Size: 3.91 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

EugenioGuimaraes/javascript
primeiros passos com a linguagem JS.
Language: JavaScript - Size: 5.86 KB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

GabrielReira/CPP-Exercises
Resolvendo desafios a partir de pequenos programas em linguagem C++.
Language: C++ - Size: 63.5 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

GabrielReira/Python-Exercises
Resolvendo desafios com pequenos programas em Python.
Language: Python - Size: 175 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

GabrielReira/ILP-UFBA
Programas criados na disciplina de Introdução à Lógica de Programação da Universidade Federal da Bahia (UFBA).
Language: C++ - Size: 147 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

VitorEmanuelDev/Logica-de-Programacao-Alura
Curso de Lógica de Programação - Alura
Language: HTML - Size: 69.3 KB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

wisn/programming-logic
An archive for Programming Logic course at Telkom University.
Language: Prolog - Size: 175 KB - Last synced at: 2 days ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0
