We just added a wattage forum to our site. Share your power meter training experiences, ask question, discuss training peaks and learn or educate. Sign in and open up a new world to training. Click on… more →
Sports and Exercise Engineering Blogwrote 2 hours ago: Explanation The code that I had written was very messy. So, when I was looking at other’s solu … more →
wrote 6 hours ago: Problem Statement The inchworm is a creature of regular habits. She inches forward some distance alo … more →
wrote 7 hours ago: Explanation You need to use this property –> lcm(a, b) = a*b/gcd(a, b). So, You need to mak … more →
wrote 7 hours ago: By Ed Bernstein, IRI President, and Greg Holden, Business Writer Elements of business that were trad … more →
wrote 9 hours ago: Explanation This ia a simple problem. Some important points here are the limits for ‘for-loops … more →
wrote 1 day ago: So yesterday I appeared for my first SRM – Single Round Match on Topcoder. My first SRM 579 … more →
wrote 1 day ago: Hello, i go to explain the sort algorithm Bubble Sort in C#. The purpose of this sorting algorithm i … more →
wrote 2 days ago: Here a new problem from today´s SRM! This round +105 points! Here only need to sort the array, then … more →
wrote 2 days ago: here a new problem I´ve solved right now! Here first need to work with people and small packages, if … more →
wrote 2 days ago: Here a new problem I´ve solved right now! Here i decided a for loop, in each iteration use regular e … more →
wrote 3 days ago: Here a new problem I´ve solved right now! Here i decided to create an array with all the possibiliti … more →
wrote 3 days ago: Explanation This is a simple problem. Just make a function ‘rotate’ so that you can rota … more →
wrote 3 days ago: Problem Statement A popular guessing game is “Guess the number”, where one person select … more →
wrote 3 days ago: Explanation Whenever you come accros ‘-’ , multiply by 10 and add the number of ‘X … more →
wrote 4 days ago: Here a new problem I´ve solved right now! First i get all the times each letter is repeated, then ge … more →
wrote 4 days ago: Explanation Only thing that is important is splitting the string into two and converting and adding … more →
wrote 4 days ago: Explanation This is a simple brute force problem. Problem Statement When selling goods, it is import … more →
wrote 5 days ago: I create a class ExtractVowels, with a method extractVowels, that takes a name and return a string[] … more →
wrote 5 days ago: Here a new problem I´ve solved! First i get the difference between 100 – minOdds, then i used … more →