Login
Discover
Waves
Communities
Login
Signup
Topics
#dcoder
Global
Trending
Hot
New
Top
#dcoder
New
Top communities
Create your community
latest #dcoder created topics | Ecency
#dcoder
Follow to get notified about new posts with this tag
Get #dcoder by email
Follow
lochard
programming
3y
Published via Ecency
Stack! Stack! Stack! @ Dcoder
Problem: Practice your stack data structure. You will be given a series of tasks of push, pop, peek operations to perform on a stack. You need to print the sum of the final stack. Input: First line contains
$ 0.000
0
lochard
programming
3y
Published via Ecency
Please check the password! @ Dcoder
Problem: Ethan has a possible list of password to hack a secure account. To select the correct password, he researched the owner and discovered that the account's owner is very fond of acronyms. After
$ 0.000
0
lochard
programming
3y
Published via Ecency
Binary Operations @ Dcoder
Problem: You will be given two numbers, a and b, in their binary form. You need to print their sum and their product in binary. Input: Two strings separated by space representing the binary values of a
lochard
programming
3y
Published via Ecency
Power Number @ Dcoder
Problem: A Power Number is a positive number that can be expressed as x^x, i.e. x raise to the power of x, where x is any positive number. You will be given an integer array A and you need to print if
avatar1222
Hive Food
1h
Published via Ecency
Promoted
The Ultimate Homemade Chicken Biryani Recipe | Spicy & Aromatic! 🥘✨
Hello Ecency & Hive Friends! 👋 There is nothing quite like a steaming plate of homemade Chicken Biryani. Today, I'm sharing my favorite recipe for making this rich, flavorful, and aromatic dish right
lochard
programming
3y
Published via Ecency
The Perfect Square @ Dcoder
Problem: Cody was once understanding numbers, their squares and perfect squares from his teacher. A perfect square is a number that can be expressed as square of an integer. To check how much Cody understood
lochard
programming
3y
Published via Ecency
Cody's Team @ Dcoder
Problem: Cody is preparing for a programming competition. He needs k more members for his team to be eligible for the competition. So he organizes a coding test for all his juniors to select the best group.
lochard
programming
3y
Published via Ecency
Arithmetic Sequence @ Dcoder
Problem: In mathematics, an arithmetic progression (AP) or arithmetic sequence is a sequence of numbers such that the difference between the consecutive terms is constant. John was writing an Arithmetic
lochard
programming
3y
Published via Ecency
Dcoder Admiration @ Dcoder
Problem: Dcoder has N members each numbered from 1 to N. A member admires other member if its number divides the other member's number. Given a number N you need to find the number of people with odd number
tonyz
Photography Lovers
5d
Promoted
Broken Face.
As seen in Amsterdam. You can discover a lot by just walking the streets and keeping your eyes open.
lochard
programming
3y
Published via Ecency
Word Frequency @Dcoder
Problem: You will be given a group of words. You need to print all unique words in that group in descending order of their frequency, i.e the word repeated most number of times will come first. In case
lochard
programming
3y
Published via Ecency
Simple multiple problem @ Dcoder
Problem: You are given 2 numbers N and M. You have to find the smallest number which when multiplied to N makes it a multiple of M. Input: First line contains T, number of test cases. Each of the next
lochard
programming
3y
Published via Ecency
Symmetric Matrix @ Dcoder
Problem: Given a matrix of dimensions N x N. Print "YES"(without quotes) if it is a symmetric matrix, else print "NO"(without quotes). Input: First line contains N. Each of following
lochard
programming
3y
Published via Ecency
Wrestling Championship @ Dcoder
Problem: Hulk is participating in a wrestling championship. The contest consists of N fighters including Hulk. The contest is of several stages. At each stage, if number of fighters are X, then there are
tonyz
Photography Lovers
20h
Promoted
Boats for sale!
Great deal! As seen in Audierne, Bretagne.
lochard
ptogramming
3y
Published via Ecency
Codewars 7 kyu Kata - Mumbling
DESCRIPTION: This time no story, no theory. The examples below show you how to write function accum: Examples: accum("abcd") -> "A-Bb-Ccc-Dddd" accum("RqaEzty") ->
lochard
programming
3y
Published via Ecency
Print Hello World @ Dcoder
Problem: Alice recently discovered programming.Help Alice to code her first Program. Input: Output: Hello World Constraints: Sample Input: Sample Output: Hello World print ("Hello World")
lochard
programming
3y
Published via Ecency
Printing number using loop @ Dcoder
Problem: Ariel & Eric have a child, help them teaching him Counting from 1 to 10. Input: Output: Output should be 1 to 10 separated with a new line character "\n" Constraints: Sample Input:
lochard
programming
3y
Published via Ecency
Learning User Input with Natural Numbers @ Dcoder
Problem: The numbers 1,2,3.. are known as Natural numbers. Calculate the sum of all the natural numbers from 1 to N, where N will be the input. Input: A positive integer N Output: Output will be sum of
dilimunanzar
Black And White
5d
Promoted
On the street again
I love observing my surroundings while driving a car or riding a motorcycle; capturing moments on the street gives street photography a much stronger impact. This time, I managed to compose several frames
lochard
programming
3y
Published via Ecency
Learning Factorials with Loop/Recursion @ Dcoder
Problem: If n is an integer greater than 0, n factorial (n!) is the product: n* (n-1) * (n-2) * ( n-3)… * By convention, 0! = 1. Write a Program to compute n Factorial(n!), where n is input. Input: n is
lochard
programming
3y
Published via Ecency
How many weeks @ Dcoder
Problem: A town in Death Valley has a water tank that contains 10,000 gallons of water. If there is no rain, calculate the number of weeks the water will last for an input weekly water usage. Input: Input
lochard
programming
3y
Published via Ecency
The shortest Path Algo(Simple) @ Dcoder
Problem: The Jones Trucking Company tracks the location of each of its trucks on a grid similar to an (x, y) plane. The home office is at location (0, 0). Read the coordinates of truck A and the coordinates
lochard
programming
3y
Published via Ecency
The BlackJack with conditions. @ Dcoder
Problem: Write a program to play a variety of BlackJack. In general, given two numbers, a and b, return their sum. If the sum is greater than 21, return 0, unless one of the numbers is 11. In such a case,
Older →