Learned or Solved Something Today?

Dump it here! Let others learn from you

Showing 20 of 31 from page 1

shihab posted in #python #codingchallenge #uriproblem #challenge

Python Solution for - URI 2493 - Jogo do Operador

URI 2493 Jogo do Operador a simple but tricky problem available in URI online judge Here is my solution using python Please let me know if you have a better way to solve it Problem Description Samu El

shihab posted in #python #codingchallenge #beginners #uriproblem

URI 1984 - The Pronalância Puzzle! solution in Python

Uri online judge problem 1984 called The Pronalância Puzzle solved using Python Problem Description NASA scientists have discovered a new exoplanet which is 1 billion light years from earth The name o

ashikp posted in #python #codingchallenge #uriproblem #beginners

Python 3 Solution for URI Problem 1005 : Average 1

Intro Today I have begin the series of solving first 40 problems of URI Online Judge Beginner in python 3 This is problem number 1005 and 5th post of this series Let s dig in Description Problem URL h

ashikp posted in #python #uriproblem #beginners #codingchallenge

Python 3 Solution for URI Problem 1004 : Simple Product

Intro Today I have begin the series of solving first 40 problems of URI Online Judge Beginner in python 3 This is problem number 1004 and 4th post of this series Let s dig in   Description Problem URL

ashikp posted in #python #uriproblem #codingchallenge #beginners

Python 3 Solution for URI Problem 1003 : Simple Sum

Intro Today I have begin the series of solving first 40 problems of URI Online Judge Beginner in python 3 This is problem number 1003 and 3rd post of this series Let s dig in Description Problem URL h

ashikp posted in #python #codingchallenge #uriproblem #beginners

Python 3 Solution for URI Problem 1002 : Area of a Circle

Intro Today I have begin the series of solving first 40 problems of URI Online Judge Beginner in python 3 This is problem number 1002 and 2nd post of this series Let s dig in Description Problem URL h

ashikp posted in #python #codingchallenge #uriproblem #beginners

Python 3 Solution for URI Problem 1001 : Extremely Basic

Intro Today I have begin the series of solving first 40 problems of URI Online Judge Beginner in python 3 This is problem number 1001 and first post of this series Let s dig in Description Problem URL

fayek posted in #java #uriproblem #codingchallenge

URI solution of 1146-Growing Sequences

Today i have solved URI beginner problem 1146 Growing Sequences it says our program must read an integer input indefinited times the program must stop when input is equal to zero Problem link URI 1146

fayek posted in #java #codingchallenge #uriproblem

URI solution of 1144-Logical Sequence

Hello today i have solved URI beginner problem 1144 Logical Sequence It says we have to write a program that reads an integer N N 2 lines which must be printed by this program according to the example

mirlabibhossain99 posted in #sql #beginners #uriproblem #codingchallenge #pgsql

URI 2604 Under 10 or Greater Than 100 SOLUTION

URI 2604 is a beginner level problem in SQL But maybe for some beginners the problem might be hard to understand so here is how i solved it with explanation Task Problem Link URI 2604 A company needs

mirlabibhossain99 posted in #java #beginners #uriproblem #codingchallenge #solution

URI 1041 Coordinates of a Point SOLVED in Java

Hello i found this code little bit hard to understand but solved it and i think this might be also hard to understand to some of the beginners who is solving problems So here is how i solved it Proble

mirlabibhossain99 posted in #sql #beginners #uriproblem #codingchallenge #solution

URI 2603 Customer Address (Solved)

Hello coders Here is another solution of a problem from URI Customer Address Problem link URI 2603 Task Our job is in having the names and addresses of customers who live in Porto Alegre to deliver th

mirlabibhossain99 posted in #java #uriproblem #beginners #solution #codingchallenge

URI 1098 Sequence IJ 4 ( Solved ) in JAVA

I just solved the a URI problem no 1098 using JAVA Here is how i solved it because it might be hard to for some beginner to understand the sequence of this code like i faced Problem Link URI 1098 Sequ

mirlabibhossain99 posted in #postgresql #mysql #codingchallenge #solution #uriproblem

URI 2602 Basic Select solution

Hello this is the 1st problem of SQL in URI And here is how i solved it Problem Link URI 2602 Task Your company is doing a survey of how many customers are registered in the states however lacked to r

mirlabibhossain99 posted in #c #cpp #beginners #uriproblem #codingchallenge

URI 1037 Interval solution in C

Hello Here is the solution of URI problem 1037 This might be hard to understand to some beginner Solution We need to make a program that read a float point number and print a message saying in which o

mirlabibhossain99 posted in #java #uriproblem #solution #beginners #codingchallenge

URI 1047 Game Time with Minutes using JAVA

Hello This is one of the hardest beginner level problem in URI i think Here is how i solved it because it might be hard to understand to some of beginner Let me know if you got any better solution the

fayek posted in #sql #mysql #uriproblem #solution #codingchallenge

URI SQL solution 2639-Payday

Today i have solved the URI SQL sollution 2639 Payday and i want to share the sollution with you Select the names and day of month in which each client must pay theirs parcel Detailed problem descript

mirlabibhossain99 posted in #java #uriproblem #beginners #solution #codingchallenge

URI 1013 The Greatest solution in JAVA

URI 1013 is another beginner level problem which is solved by me and sharing it because it might be hard to understand the problem to some beginner URI 1013 problem link Solution We are going to make

mirlabibhossain99 posted in #java #uriproblem #beginners #codingchallenge #solution

URI 1046 Game Time solution in JAVA

Hello i just solved a pretty simple problem of URI in java And want to share with you Solution with Explanation So its basically a game of time where we need to calculate the duration of the game know

mirlabibhossain99 posted in #java #uriproblem #beginners #codingchallenge #solution

URI 1021 Banknotes and Coins solution in JAVA

Bank note and coin is another beginner level problem from URI which I solved using JAVA And I wanted to share the solution with you Problem Link Solution Input The input file contains a value of float

fb