All Projects → mariannave → URI-PYTHON

mariannave / URI-PYTHON

Licence: other
Resoluções de exercícios do URI em Python.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to URI-PYTHON

challenges
My solutions for random coding challenges 💪
Stars: ✭ 44 (+7.32%)
Mutual labels:  algorithm-challenges
Cubes
Implementation of interesting algorithms in C++
Stars: ✭ 23 (-43.9%)
Mutual labels:  algorithm-challenges
Companies-Data-Science-Challenges
Collection of Data Science Challenges designed by different companies during Hackatons, Events, etc...
Stars: ✭ 22 (-46.34%)
Mutual labels:  algorithm-challenges
uri-online-solutions
📦 A box with some algorithms, tagged by websites, categories & languages.
Stars: ✭ 16 (-60.98%)
Mutual labels:  uri-online-judge
uoj-potigol
Soluções dos problemas do Beecrowd usando a linguagem Potigol
Stars: ✭ 45 (+9.76%)
Mutual labels:  uri-online-judge
geeks-for-geeks-solutions
✅ My own Amazon, Microsoft and Google SDE Coding challenge Solutions (offered by GeeksForGeeks).
Stars: ✭ 246 (+500%)
Mutual labels:  algorithm-challenges
LearnCPP
Learn Cpp from Beginner to Advanced ✅ Practice 🎯 Code 💻 Repeat 🔁 One step solution for c++ beginners and cp enthusiasts.
Stars: ✭ 359 (+775.61%)
Mutual labels:  algorithm-challenges
DataStructures Algorithms Java
Collection of data structures and algorithms challenges that I've solved. 💤
Stars: ✭ 12 (-70.73%)
Mutual labels:  algorithm-challenges
codility
My solutions to exercises and tests at http://codility.com.
Stars: ✭ 66 (+60.98%)
Mutual labels:  algorithm-challenges
cs-problems
Some 70+ interesting computer science problems and solutions in C#
Stars: ✭ 28 (-31.71%)
Mutual labels:  algorithm-challenges
Algorithms
Data Structures & Algorithms. Includes solutions for Cracking the Coding Interview 6th Edition
Stars: ✭ 89 (+117.07%)
Mutual labels:  algorithm-challenges
Codewars
CodeWars Solutions (Please leave a start. Thank you)
Stars: ✭ 156 (+280.49%)
Mutual labels:  algorithm-challenges
KnightsTour
PHP study of the knight's tour problem
Stars: ✭ 10 (-75.61%)
Mutual labels:  algorithm-challenges
Data-Structures-and-Algorithms--A-Comprehensive-Guide
Data Structures & Algorithms - A Comprehensive Guide
Stars: ✭ 15 (-63.41%)
Mutual labels:  algorithm-challenges
HackerRank-Solutions
My own HackerRank coding interview solutions
Stars: ✭ 30 (-26.83%)
Mutual labels:  algorithm-challenges
playground
A place to play programming
Stars: ✭ 21 (-48.78%)
Mutual labels:  uri-online-judge
AlgoDaily
just for fun
Stars: ✭ 118 (+187.8%)
Mutual labels:  algorithm-challenges
DSA-CRACKER
This is an attempt to solve 450 questions carefully curated by Love Babbar.
Stars: ✭ 92 (+124.39%)
Mutual labels:  algorithm-challenges
OI-Source
OI代码仓库、复习笔记、代码模板、本地Judger
Stars: ✭ 25 (-39.02%)
Mutual labels:  algorithm-challenges
Hackerrank-Problem-Solving
This repository contains the challenges of algorithms and data structure of the site HackerRank.
Stars: ✭ 19 (-53.66%)
Mutual labels:  algorithm-challenges

URI - PYTHON

Este repositório reúne soluções dos exercícios do URI Online Judge feitas na linguagem Python.

Como contribuir:

  1. Faça um Fork do projeto
  2. Nomei o arquivo com o ID da questão
  3. No arquivo com a questão adicione um comentário com as entradas e saídas esperadas no exercício. Como:
'''
    Entrada:  10
              9
    Saída: X = 19
    -----------------
    Entrada:  -10
              4
    Saída: X = -6
    -----------------
    Entrada:  15
              -7
    Saída: X = 8
'''
  1. Adicione o arquivo a pasta do nível adequado - Se não existir a pasta, crie de acordo com o padrão.
  2. Faça commit no seu repositório
  3. Abra um Pull Request para este Repositório
    • Na descrição do seu PR explique seu algoritmo. Se existir outra resolução no repositório original renomei seu arquivo para o número seguinte da versão, como por exemplo: Versão 1 uri1001.py - Versão 2 uri1001-2.py
  4. Espere seu PR ser aceito 🚀

Lembre-se: Não existe código ruim, existem visões/versões diferentes de resolver o mesmo problema. 😊

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].