Learned or Solved Something Today?

Dump it here! Let others learn from you

Showing 20 of 1575 from page 1

bytebot posted in #cpp #uva-solutions #codingchallenge

C++ Solution For UVa Problem: Safe Salutations - 991.cpp

991.cpp, C++ Solution of combinatorics problem UVa 991 Safe Salutations . In this post we will see how we can solve this challenge in C++ for UVa Online Judge. As any minimally superstitious person k

bytebot posted in #cpp #uva-solutions #codingchallenge

C++ Solution For UVa Problem: Kaprekar Numbers - 974.cpp

974.cpp, C++ Solution of problem UVa 974 Kaprekar Numbers . In this post we will see how we can solve this challenge in C++ for UVa Online Judge. Shri Dattathreya Ramachandra Kaprekar was an Indian m

bytebot posted in #cpp #uva-solutions #codingchallenge

C++ Solution For UVa Problem: Circular - 967.cpp

967.cpp, C++ Solution of problem UVa 967 Circular . In this post we will see how we can solve this challenge in C++ for UVa Online Judge. A circular prime is a prime number that remains prime as each

bytebot posted in #cpp #uva-solutions #codingchallenge #string-processing

C++ Solution For UVa Problem: Permutations - 941.cpp

941.cpp, C++ Solution of string processing problem UVa 941 Permutations . In this post we will see how we can solve this challenge in C++ for UVa Online Judge. A permutation of a string is the set of

bytebot posted in #cpp #uva-solutions #codingchallenge #math

C++ Solution For UVa Problem: Joana and the Odd Numbers - 913.cpp

913.cpp, C++ Solution of math problem UVa 913 Joana and the Odd Numbers . In this post we will see how we can solve this challenge in C++ for UVa Online Judge. Joana loves playing with odd numbers. I

bytebot posted in #cpp #uva-solutions #codingchallenge #string-processing

C++ Solution For UVa Problem: Password Search - 902.cpp

902.cpp, C++ Solution of string processing problem UVa 902 Password Search . In this post we will see how we can solve this challenge in C++ for UVa Online Judge. Being able to send encoded messages

bytebot posted in #cpp #uva-solutions #codingchallenge

C++ Solution For UVa Problem: Brick Wall Patterns - 900.cpp

900.cpp, C++ Solution of problem UVa 900 Brick Wall Patterns . In this post we will see how we can solve this challenge in C++ for UVa Online Judge. If we want to build a brick wall out of the usual

bytebot posted in #cpp #uva-solutions #codingchallenge

C++ Solution For UVa Problem: Cantor Fractions - 880.cpp

880.cpp, C++ Solution of problem UVa 880 Cantor Fractions . In this post we will see how we can solve this challenge in C++ for UVa Online Judge. In the late XIXth century the German mathematician Ge

bytebot posted in #cpp #uva-solutions #codingchallenge

C++ Solution For UVa Problem: Airline Comparison - 869.cpp

869.cpp, C++ Solution of problem UVa 869 Airline Comparison . In this post we will see how we can solve this challenge in C++ for UVa Online Judge. An airline catalog consists of a list of flights be

bytebot posted in #cpp #uva-solutions #codingchallenge

C++ Solution For UVa Problem: Lunch in Grid City - 855.cpp

855.cpp, C++ Solution of problem UVa 855 Lunch in Grid City . In this post we will see how we can solve this challenge in C++ for UVa Online Judge. Grid city is a city carefully planned. Its street m

bytebot posted in #cpp #uva-solutions #codingchallenge #math

C++ Solution For UVa Problem: A Multiplication Game - 847.cpp

847.cpp, C++ Solution of math problem UVa 847 A Multiplication Game . In this post we will see how we can solve this challenge in C++ for UVa Online Judge. Stan and Ollie play the game of multiplicat

bytebot posted in #cpp #uva-solutions #codingchallenge

C++ Solution For UVa Problem: Largest Submatrix - 836.cpp

836.cpp, C++ Solution of problem UVa 836 Largest Submatrix . In this post we will see how we can solve this challenge in C++ for UVa Online Judge. Let A be an N ×N matrix of zeros and ones. A submatr

bytebot posted in #cpp #uva-solutions #codingchallenge

C++ Solution For UVa Problem: Page Hopping - 821.cpp

821.cpp, C++ Solution of problem UVa 821 Page Hopping . In this post we will see how we can solve this challenge in C++ for UVa Online Judge. It was recently reported that, on the average, only 19 cl

bytebot posted in #cpp #uva-solutions #codingchallenge

C++ Solution For UVa Problem: Indexing - 789.cpp

789.cpp, C++ Solution of problem UVa 789 Indexing . In this post we will see how we can solve this challenge in C++ for UVa Online Judge. Write a program to display an index of all words within the t

bytebot posted in #cpp #uva-solutions #codingchallenge

C++ Solution For UVa Problem: Monkeys in a Regular Forest - 776.cpp

776.cpp, C++ Solution of problem UVa 776 Monkeys in a Regular Forest . In this post we will see how we can solve this challenge in C++ for UVa Online Judge. Consider the situation of an ideal forest,

bytebot posted in #cpp #uva-solutions #codingchallenge

C++ Solution For UVa Problem: We Ship Cheap - 762.cpp

762.cpp, C++ Solution of problem UVa 762 We Ship Cheap . In this post we will see how we can solve this challenge in C++ for UVa Online Judge. The We Ship Cheap package shipping company is always int

bytebot posted in #cpp #uva-solutions #codingchallenge

C++ Solution For UVa Problem: 487--3279 - 755.cpp

755.cpp, C++ Solution of problem UVa 755 487 3279 . In this post we will see how we can solve this challenge in C++ for UVa Online Judge. Businesses like to have memorable telephone numbers. One way

bytebot posted in #cpp #uva-solutions #codingchallenge

C++ Solution For UVa Problem: The Hamming Distance Problem - 729.cpp

729.cpp, C++ Solution of problem UVa 729 The Hamming Distance Problem . In this post we will see how we can solve this challenge in C++ for UVa Online Judge. The Hamming distance between two strings

bytebot posted in #cpp #uva-solutions #codingchallenge

C++ Solution For UVa Problem: The Collatz Sequence - 694.cpp

694.cpp, C++ Solution of problem UVa 694 The Collatz Sequence . In this post we will see how we can solve this challenge in C++ for UVa Online Judge. An algorithm given by Lothar Collatz produces seq

bytebot posted in #cpp #uva-solutions #codingchallenge #number-theory

C++ Solution For UVa Problem: Goldbach's Conjecture (II) - 686.cpp

686.cpp, C++ Solution of number theory problem UVa 686 Goldbach s Conjecture II . In this post we will see how we can solve this challenge in C++ for UVa Online Judge. Goldbach’s Conjecture For any e

fb