GithubHelp home page GithubHelp logo

aayushi-droid / edabit-solutions Goto Github PK

View Code? Open in Web Editor NEW
39.0 39.0 155.0 649 KB

Edabit Solutions using Cpp(C++)

License: MIT License

C++ 100.00%
cplusplus cpp edabit edabit-solutions hacktoberfest

edabit-solutions's Introduction

Hi there ๐Ÿ‘‹

It's me aayushi Sharma. I Love โค๏ธ Programming, Anime, Movies

Language & Skills

  • Python
  • C++
  • JavaScipt
  • Web Development
  • Machine Learning
  • Deep learning
  • Natural language processing
  • App Development

Things got bugs, gonna smash them one by one

github stats

trophy

aayushi-droid

edabit-solutions's People

Contributors

0xamitdutta avatar aakansha99 avatar aayushi-droid avatar ashishrrs avatar devansh-pratap-singh avatar div5252 avatar dolonmandal avatar hackerbone avatar jainchhavi16 avatar jayanthjj avatar jayshah6699 avatar keshav304 avatar khushi-gupta avatar madhur215 avatar manoj13-coder avatar mauryahimanshu avatar mrigankdembla avatar nssk1999 avatar nusratillo777 avatar pranav230 avatar pranavgoel29 avatar rajarshisg avatar rgarg-2711 avatar rish053 avatar rituraj-commits avatar robaire avatar vaghelaparth05 avatar vamsireddy22 avatar vrindagupta6828 avatar yash-g17 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

edabit-solutions's Issues

Hex to Binary

Before jumping into Pr first comment for assign.

Problem statement :
Create a function that will take a HEX number and returns the binary equivalent (as a string).
Examples

toBinary(0xFF) โžž "11111111"

toBinary(0xAA) โžž "10101010"

toBinary(0xFA) โžž "11111010"

Notes

The number will be always an 8-bit number.
Problem Link : https://edabit.com/challenge/NX5uRSLwuXwsqKfiR
Choose one Cateorgy - Very Easy, Easy, Medium, Hard, Very Hard, Expert
question category : Very Hard


Before submitting a PR please Check some details.

  • fileName formet should be in camelcase
    example- returnTheNextNumber.py
  • Choose label for Problem , example- "good first issue", "easy"
  • In file there should be problem statement and link to problem
/* Problem-Task : This program will add two numbers
 * Problem Link : https://edabit.com/challenge/SFzHtm63XT6EYNHWY
*/
int main() {
    int bla;
    return 0;
}

This repository is vaild for HacktoberFest2020

Read before making PR - How to contribute on Github
Good Luck,

Profitable Gamble

Before jumping into Pr first comment for assign.

Problem statement : Create a function that takes three arguments prob, prize, pay and returns true if prob * prize > pay; otherwise return false.
Probelm Link : https://edabit.com/challenge/KWHHhfYMDEEvASK6G
Choose one Cateorgy - Easy
question category : Conditions, Math, Validation


Before submitting a PR please Check some details.

  • fileName formet should be in camelcase
    example- returnTheNextNumber.py
  • Choose label for Problem , example- "good first issue", "easy"
  • In file there should be problem statement and link to problem
/* Problem-Task : This program will add two numbers
 * Problem Link : https://edabit.com/challenge/SFzHtm63XT6EYNHWY
*/
int main() {
    int bla;
    return 0;
}

This repository is vaild for HacktoberFest2020

Read before making PR - How to contribute on Github
Good Luck,

Oddly or Evenly Positioned

Before jumping into Pr first comment for assign.

Function that returns the characters from a list or string r on odd or even positions, depending on the specifier s. :
Probelm Link : https://edabit.com/challenge/KQe5w8AdSLbweW8ck
Choose one Cateorgy - Hard
question category : Numbers, Arrays


Before submitting a PR please Check some details.

  • fileName formet should be in camelcase
    example- returnTheNextNumber.py

  • Choose label for Problem , example- "good first issue", "easy"

  • In file there should be problem statement and link to problem

/* Problem-Task : This program will add two numbers
 * Problem Link : https://edabit.com/challenge/SFzHtm63XT6EYNHWY
*/
int main() {
    int bla;
    return 0;
}

This repository is vaild for HacktoberFest2020

Read before making PR - How to contribute on Github
Good Luck,

Absolute Sum

Before jumping into Pr first comment for assign.

Problem statement : Take an array of integers (positive or negative or both) and return the sum of the absolute value of each element.
Probelm Link : https://edabit.com/challenge/jBFpjEG3tvsjTZbD4
Choose one Cateorgy - Easy
question category : arrays, loop, math, number


Before submitting a PR please Check some details.

  • fileName formet should be in camelcase
    example- returnTheNextNumber.py
  • Choose label for Problem , example- "good first issue", "easy"
  • In file there should be problem statement and link to problem
/* Problem-Task : This program will add two numbers
 * Problem Link : https://edabit.com/challenge/SFzHtm63XT6EYNHWY
*/
int main() {
    int bla;
    return 0;
}

This repository is vaild for HacktoberFest2020

Read before making PR - How to contribute on Github
Good Luck,

Less Than 100?

Before jumping into Pr first comment for assign.

Problem statement : Less Than 100?
Probelm Link : https://edabit.com/challenge/9MjEpkL7yAjAqiH58
Choose one Cateorgy - Very Easy, Easy, Medium, Hard, Very Hard, Expert
question category : Very Easy


Before submitting a PR please Check some details.

  • fileName formet should be in camelcase
    example- returnTheNextNumber.py
  • Choose label for Problem , example- "good first issue", "easy"
  • In file there should be problem statement and link to problem
/* Problem-Task : This program will add two numbers
 * Problem Link : https://edabit.com/challenge/SFzHtm63XT6EYNHWY
*/
int main() {
    int bla;
    return 0;
}

This repository is vaild for HacktoberFest2020

Read before making PR - How to contribute on Github
Good Luck,

Convert Minutes into Seconds

Before jumping into Pr first comment for assign.

Problem statement : Write a function that takes an integer minutes and converts it to seconds.
Probelm Link : https://edabit.com/challenge/MtNAJmJZ49i5Xf3AW
Choose one Cateorgy - Very Easy
question category : Math


Before submitting a PR please Check some details.

  • fileName formet should be in camelcase
    example- returnTheNextNumber.py
  • Choose label for Problem , example- "good first issue", "easy"
  • In file there should be problem statement and link to problem
/* Problem-Task : This program will add two numbers
 * Problem Link : https://edabit.com/challenge/SFzHtm63XT6EYNHWY
*/
int main() {
    int bla;
    return 0;
}

This repository is vaild for HacktoberFest2020

Read before making PR - How to contribute on Github
Good Luck,

Add up the Numbers from a Single Number

Before jumping into Pr first comment for assign.

Create a function that takes a number as an argument. Add up all the numbers from 1 to the number you passed to the function. :
https://edabit.com/challenge/XDx6JoaumAimRHgEt :
Choose one Cateorgy - Easy
question category : Numbers


Before submitting a PR please Check some details.

  • fileName formet should be in camelcase
    example- returnTheNextNumber.py
  • Choose label for Problem , example- "good first issue", "easy"
  • In file there should be problem statement and link to problem
/* Problem-Task : This program will add two numbers
 * Problem Link : https://edabit.com/challenge/SFzHtm63XT6EYNHWY
*/
int main() {
    int bla;
    return 0;
}

This repository is vaild for HacktoberFest2020

Read before making PR - How to contribute on Github
Good Luck,

Find the GCD of two number ?

Before jumping into Pr first comment for assign.

Problem statement: Find the GCD of two number ?
Probelm Link: https://edabit.com/challenge/BzEQsTSmPATbsZJCR


Before submitting a PR please Check some details.

  • fileName formet should be in camelcase
    example- returnTheNextNumber.py
  • Choose label for Problem , example- "good first issue", "easy"
  • In file there should be problem statement and link to problem
/* Problem-Task : This program will add two numbers
 * Problem Link : https://edabit.com/challenge/SFzHtm63XT6EYNHWY
*/
int main() {
    int bla;
    return 0;
}

This repository is vaild for HacktoberFest2020

Read before making PR - How to contribute on Github
Good Luck,

Minimum Removals to Make Two Strings Anagrams

Before jumping into Pr first comment for assign.

Problem statement: Create a function that returns the smallest number of letter removals so that two strings are anagrams of each other.
Probelm Link: https://edabit.com/challenge/NBi75bkHrhTTxmxST


Before submitting a PR please Check some details.

  • fileName formet should be in camelcase
    example- returnTheNextNumber.py
  • Choose label for Problem , example- "good first issue", "easy"
  • In file there should be problem statement and link to problem
/* Problem-Task : This program will add two numbers
 * Problem Link : https://edabit.com/challenge/SFzHtm63XT6EYNHWY
*/
int main() {
    int bla;
    return 0;
}

This repository is vaild for HacktoberFest2020

Read before making PR - How to contribute on Github
Good Luck,

Letters Shared Between Two Words

Before jumping into Pr first comment for assign.

Problem statement: Create a function that returns the number of characters shared between two words.
Probelm Link: https://edabit.com/challenge/qeCS48GXtK9NJLc9C

sharedLetters("apple", "meaty") โžž 2
// Since "ea" is shared between "apple" and "meaty".

sharedLetters("fan", "forsook") โžž 1

sharedLetters("spout", "shout") โžž 4

Before submitting a PR please Check some details.

  • fileName formet should be in camelcase
    example- returnTheNextNumber.py
  • Choose label for Problem , example- "good first issue", "easy"
  • In file there should be problem statement and link to problem
/* Problem-Task : This program will add two numbers
 * Problem Link : https://edabit.com/challenge/SFzHtm63XT6EYNHWY
*/
int main() {
    int bla;
    return 0;
}

This repository is vaild for HacktoberFest2020

Read before making PR - How to contribute on Github
Good Luck,

Caesar's Cipher - Edabit

Before jumping into Pr first comment for assign.

Problem statement :
Julius Caesar protected his confidential information by encrypting it using a cipher. Caesar's cipher (check Resources tab for more info) shifts each letter by a number of letters. If the shift takes you past the end of the alphabet, just rotate back to the front of the alphabet. In the case of a rotation by 3, w, x, y and z would map to z, a, b and c.

Create a function that takes a string s (text to be encrypted) and an integer k (the rotation factor). It should return an encrypted string.

Sample Tests:

caesarCipher("middle-Outz", 2) โžž "okffng-Qwvb"

// m -> o
// i -> k
// d -> f
// d -> f
// l -> n
// e -> g
// - -
// O -> Q
// u -> w
// t -> v
// z -> b

caesarCipher("Always-Look-on-the-Bright-Side-of-Life", 5)
โžž "Fqbfdx-Qttp-ts-ymj-Gwnlmy-Xnij-tk-Qnkj"

caesarCipher("A friend in need is a friend indeed", 20)
โžž "U zlcyhx ch hyyx cm u zlcyhx chxyyx"

Probelm Link : https://edabit.com/challenge/GmPfqu2jmLDBD2NYS
Choose one Cateorgy - Very Easy, Easy, Medium, Hard, Very Hard, Expert
question category : Very Hard


Before submitting a PR please Check some details.

  • fileName formet should be in camelcase
    example- returnTheNextNumber.py
  • Choose label for Problem , example- "good first issue", "easy"
  • In file there should be problem statement and link to problem
/* Problem-Task : This program will add two numbers
 * Problem Link : https://edabit.com/challenge/SFzHtm63XT6EYNHWY
*/
int main() {
    int bla;
    return 0;
}

This repository is vaild for HacktoberFest2020

Read before making PR - How to contribute on Github
Good Luck,

Improve documentation

For a programmer reliable documentation is always a must. The presence of documentation helps keep track of all aspects of an application and it improves on the quality of a software product.

  • Improve README.md
  • Add CONTRIBUTING.md
  • Add HOW_TO_CONTRIBUTE.md

Pi to N Decimal Places

Before jumping into Pr first comment for assign.

Problem statement : Given a number n, write a function that returns PI to n decimal places.
Probelm Link : https://edabit.com/challenge/wzPBMkanx2Db8Kpmp
Choose one Cateorgy - Medium
question category : numbers


Before submitting a PR please Check some details.

  • fileName formet should be in camelcase
    example- returnTheNextNumber.py
  • Choose label for Problem , example- "good first issue", "easy"
  • In file there should be problem statement and link to problem
/* Problem-Task : This program will add two numbers
 * Problem Link : https://edabit.com/challenge/SFzHtm63XT6EYNHWY
*/
int main() {
    int bla;
    return 0;
}

This repository is vaild for HacktoberFest2020

Read before making PR - How to contribute on Github
Good Luck,

Matrix Transpose

Before jumping into Pr first comment for assign.

Problem statement : Create a function that transposes a 2D matrix.
Probelm Link : https://edabit.com/challenge/4KaoDvxaFSmf38bPQ
Choose one Cateorgy - Medium
Question category : Arrays, Math


Before submitting a PR please Check some details.

  • fileName formet should be in camelcase
    example- returnTheNextNumber.py
  • Choose label for Problem , example- "good first issue", "easy"
  • In file there should be problem statement and link to problem
/* Problem-Task : This program will add two numbers
 * Problem Link : https://edabit.com/challenge/SFzHtm63XT6EYNHWY
*/
int main() {
    int bla;
    return 0;
}

This repository is vaild for HacktoberFest2020

Read before making PR - How to contribute on Github
Good Luck.

Words With Duplicate Letters

Before jumping into Pr first comment for assign.

Problem statement : Given a common phrase, return False if any individual word in the phrase contains duplicate letters. Return True otherwise.
Probelm Link : https://edabit.com/challenge/WS6hR6b9EZzuDTD26
Choose one Cateorgy - Hard
question category : Strings


Before submitting a PR please Check some details.

  • fileName formet should be in camelcase
    example- returnTheNextNumber.py

  • Choose label for Problem , example- "good first issue", "easy"

  • In file there should be problem statement and link to problem

/* Problem-Task : This program will add two numbers
 * Problem Link : https://edabit.com/challenge/SFzHtm63XT6EYNHWY
*/
int main() {
    int bla;
    return 0;
}

This repository is vaild for HacktoberFest2020

Read before making PR - How to contribute on Github
Good Luck,

An Ordered Matrix

Before jumping into Pr first comment for assign.

Problem statement : Create an ordered 2D array (matrix). A matrix is ordered if its (0, 0) element is 1, its (0, 1) element is 2, and so on. Your function needs to create an a ร— b matrix where a is the first argument and b is the second.
Probelm Link : https://edabit.com/challenge/qbpHHZYQrJnNYjtjn
Choose one Cateorgy - Medium
question category : Arrays, Math


Before submitting a PR please Check some details.

  • fileName formet should be in camelcase
    example- returnTheNextNumber.py
  • Choose label for Problem , example- "good first issue", "easy"
  • In file there should be problem statement and link to problem
/* Problem-Task : This program will add two numbers
 * Problem Link : https://edabit.com/challenge/SFzHtm63XT6EYNHWY
*/
int main() {
    int bla;
    return 0;
}

This repository is vaild for HacktoberFest2020

Read before making PR - How to contribute on Github
Good Luck.

Water Jug Problem

Before jumping into Pr first comment for assign.

Problem statement : Given a set of 3 jugs of water that have capacities of a, b, and c liters, find the minimum number of operations performed before each jug has x, y, and z liters. Only jug C will start completely filled.

An operation is any of the following: A jug is emptied, a jug is filled, or water is poured from one jug to another until one of the jugs is either empty or full.

For example, jugs A, B, and C with capacities of 3, 5, and 8, where jugs A and B start empty and C has the full 8, require 2 operations to reach the state of 0, 3, and 5 liters in the jugs.

Create a function that, given an array of jug capacities [A, B, C] and an goal state array [x, y, z], returns the minimum number of operations needed to reach the goal state. If the inputs are invalid or there is no solution, return "No solution."
Probelm Link : https://edabit.com/challenge/BMujCYCkTowit85Wq
Choose one Cateorgy - Expert
question category : Algoritms, Conditions, Data_structures, Loops


Before submitting a PR please Check some details.

  • fileName formet should be in camelcase
    example- returnTheNextNumber.py
  • Choose label for Problem , example- "good first issue", "easy"
  • In file there should be problem statement and link to problem
/* Problem-Task : This program will solve Water Jug Problem
 * Problem Link : https://edabit.com/challenge/BMujCYCkTowit85Wq
*/
int main() {
    int bla;
    return 0;
}

This repository is vaild for HacktoberFest2020

Read before making PR - How to contribute on Github
Good Luck,

Next Prime

Before jumping into Pr first comment for assign.

Problem statement : Given an integer, create a function that returns the next prime. If the number is prime, return the number itself.
Probelm Link : https://edabit.com/challenge/arobBz954ZDxkDC9M
Choose one Cateorgy - Hard
question category : math, numbers


Before submitting a PR please Check some details.

  • fileName formet should be in camelcase
    example- returnTheNextNumber.py
  • Choose label for Problem , example- "good first issue", "easy"
  • In file there should be problem statement and link to problem
/* Problem-Task : This program will add two numbers
 * Problem Link : https://edabit.com/challenge/SFzHtm63XT6EYNHWY
*/
int main() {
    int bla;
    return 0;
}

This repository is vaild for HacktoberFest2020

Read before making PR - How to contribute on Github
Good Luck,

Count Ones in Binary Representation of Integer

Before jumping into Pr first comment for assign.

Function that Count the amount of ones in the binary representation of an integer. :
Probelm Link : https://edabit.com/challenge/GbyPdqNnp75Wci7Cn
Choose one Cateorgy - Easy
question category : Numbers


Before submitting a PR please Check some details.

  • fileName formet should be in camelcase
    example- returnTheNextNumber.py

  • Choose label for Problem , example- "good first issue", "easy"

  • In file there should be problem statement and link to problem

/* Problem-Task : This program will add two numbers
 * Problem Link : https://edabit.com/challenge/SFzHtm63XT6EYNHWY
*/
int main() {
    int bla;
    return 0;
}

This repository is vaild for HacktoberFest2020

Read before making PR - How to contribute on Github
Good Luck,

Largest Swap

Before jumping into Pr first comment for assign.

Function that takes a two-digit number and determines if it's the largest of two possible digit swaps. :
Probelm Link : https://edabit.com/challenge/mQbddasCYNTTzQEgm
Choose one Cateorgy - Easy
question category : Numbers


Before submitting a PR please Check some details.

  • fileName formet should be in camelcase
    example- returnTheNextNumber.py
  • Choose label for Problem , example- "good first issue", "easy"
  • In file there should be problem statement and link to problem
/* Problem-Task : This program will add two numbers
 * Problem Link : https://edabit.com/challenge/SFzHtm63XT6EYNHWY
*/
int main() {
    int bla;
    return 0;
}

This repository is vaild for HacktoberFest2020

Read before making PR - How to contribute on Github
Good Luck,

Area of triangle

Before jumping into Pr first comment for assign.

Problem statement :Area of Triangle
Probelm Link : https://edabit.com/challenge/HvYiBXgfPtnDHitym
Choose one Cateorgy - Very Easy, Easy, Medium, Hard, Very Hard, Expert
question category : Very Easy


Before submitting a PR please Check some details.

  • fileName formet should be in camelcase
    example- returnTheNextNumber.py
  • Choose label for Problem , example- "good first issue", "easy"
  • In file there should be problem statement and link to problem
/* Problem-Task : This program will add two numbers
 * Problem Link : https://edabit.com/challenge/SFzHtm63XT6EYNHWY
*/
int main() {
    int bla;
    return 0;
}

This repository is vaild for HacktoberFest2020

Read before making PR - How to contribute on Github
Good Luck,

Is it Time for Milk and Cookies?

Before jumping into Pr first comment for assign.

Problem statement : Christmas Eve is almost upon us, so naturally we need to prepare some milk and cookies for Santa! Create a function that accepts a (year, month, day) of date and returns true if it's Christmas Eve (December 24th) and false otherwise. Keep in mind that month of Date is 0 based, meaning December is the 11th month while January is 0.
Probelm Link : https://edabit.com/challenge/2XSQ56rSm47oH8fyF
Choose one Cateorgy - Very Easy
question category : dates, validation


Before submitting a PR please Check some details.

  • fileName formet should be in camelcase
    example- returnTheNextNumber.py
  • Choose label for Problem , example- "good first issue", "easy"
  • In file there should be problem statement and link to problem
/* Problem-Task : This program will add two numbers
 * Problem Link : https://edabit.com/challenge/SFzHtm63XT6EYNHWY
*/
int main() {
    int bla;
    return 0;
}

This repository is vaild for HacktoberFest2020

Read before making PR - How to contribute on Github
Good Luck,

Quadratic Equation in Cpp

Before jumping into Pr first comment for assign.

Problem statement:: Create a function to find only the root value of x in any quadratic equation ax^2 + bx + c. The function will take three arguments.

Link: https://edabit.com/challenge/nasKYub6qEAfQcFuy


Before submitting a PR please Check some details.

  • fileName formet should be in camelcase
    example- returnTheNextNumber.py

  • In file there should be problem statement and link to probelm
    example -

/* this program will add two numbers
    * Problem : https://edabit.com/challenge/SFzHtm63XT6EYNHWY
*/
int main() {
    int bla;
    return 0;
}

This repository is vaild for HacktoberFest2020
Good Luck,

Rectangle in Circle

Before jumping into Pr first comment for assign.

Problem statement : Create a function that takes three numbers โ€” the width and height of a rectangle, and the radius of a circle and returns if the rectangle can fit inside the circle
Probelm Link : https://edabit.com/challenge/PoSkat7FepavXW49T
Choose one Cateorgy - Medium
question category : Geometry, Math, Validation


Before submitting a PR please Check some details.

  • fileName formet should be in camelcase
    example- returnTheNextNumber.py
  • Choose label for Problem , example- "good first issue", "easy"
  • In file there should be problem statement and link to problem
/* Problem-Task : This program will add two numbers
 * Problem Link : https://edabit.com/challenge/SFzHtm63XT6EYNHWY
*/
int main() {
    int bla;
    return 0;
}

This repository is vaild for HacktoberFest2020

Read before making PR - How to contribute on Github
Good Luck,

Power Calculator

Before jumping into Pr first comment for assign.

Problem statement : Create a function that takes voltage and current and returns the calculated power.
Probelm Link : https://edabit.com/challenge/a2D3cva6PKrHyqdXC
Choose one Cateorgy - Very Easy
question category : Math


Before submitting a PR please Check some details.

  • fileName formet should be in camelcase
    example- returnTheNextNumber.py
  • Choose label for Problem , example- "good first issue", "easy"
  • In file there should be problem statement and link to problem
/* Problem-Task : This program will add two numbers
 * Problem Link : https://edabit.com/challenge/SFzHtm63XT6EYNHWY
*/
int main() {
    int bla;
    return 0;
}

This repository is vaild for HacktoberFest2020

Read before making PR - How to contribute on Github
Good Luck,

Return the Last Element in an Array

Before jumping into Pr first comment for assign.

Problem statement : Create a function that accepts an array of numbers and returns the last number in the array.
Probelm Link : https://edabit.com/challenge/4GZcWTiv2GPA9NfcP
Choose one Cateorgy - Very Easy
question category : Array


Before submitting a PR please Check some details.

  • fileName formet should be in camelcase
    example- returnTheNextNumber.py
  • Choose label for Problem , example- "good first issue", "easy"
  • In file there should be problem statement and link to problem
/* Problem-Task : This program will add two numbers
 * Problem Link : https://edabit.com/challenge/SFzHtm63XT6EYNHWY
*/
int main() {
    int bla;
    return 0;
}

This repository is vaild for HacktoberFest2020

Read before making PR - How to contribute on Github
Good Luck,

Phone Letter Combination

Before jumping into Pr first comment for assign.

Problem statement :Phone Letter Combination
Probelm Link : https://edabit.com/challenge/npLurjMJofmFRCJwx
Choose one Cateorgy - Expert
question category : Algorithms, Arrays, logic, Loops


Before submitting a PR please Check some details.

  • fileName formet should be in camelcase
    example- returnTheNextNumber.py
  • Choose label for Problem , example- "good first issue", "easy"
  • In file there should be problem statement and link to problem
/* Problem-Task : Given a string containing digits from 2-9 inclusive, return all possible letter combinations that the number could represent. 
 * Problem Link : https://edabit.com/challenge/npLurjMJofmFRCJwx
*/
int main() {
    int bla;
    return 0;
}

This repository is vaild for HacktoberFest2020

Read before making PR - How to contribute on Github
Good Luck,

Roll the Dice

Before jumping into Pr first comment for assign.

Problem statement : Roll the Dice
Probelm Link : https://edabit.com/challenge/6ejJ6e7fLdqzGPa3q
Choose one Cateorgy - Expert
question category : Math, Numbers


Before submitting a PR please Check some details.

  • fileName formet should be in camelcase
    example- returnTheNextNumber.py
  • Choose label for Problem , example- "good first issue", "easy"
  • In file there should be problem statement and link to problem
/* Problem-Task : This program will add two numbers
 * Problem Link : https://edabit.com/challenge/SFzHtm63XT6EYNHWY
*/
int main() {
    int bla;
    return 0;
}

This repository is vaild for HacktoberFest2020

Read before making PR - How to contribute on Github
Good Luck,

Sort by String Length

Before jumping into Pr first comment for assign.

Problem statement : Create a function that returns an array of strings sorted by length in ascending order.
Probelm Link : https://edabit.com/challenge/LDNzJS27GY7aWNcBv
Choose one Cateorgy - Medium
question category : Strings


Before submitting a PR please Check some details.

  • fileName formet should be in camelcase
    example- returnTheNextNumber.py
  • Choose label for Problem , example- "good first issue", "easy"
  • In file there should be problem statement and link to problem
/* Problem-Task : This program will add two numbers
 * Problem Link : https://edabit.com/challenge/SFzHtm63XT6EYNHWY
*/
int main() {
    int bla;
    return 0;
}

This repository is vaild for HacktoberFest2020

Read before making PR - How to contribute on Github
Good Luck,

Mystery Challenge in Cpp

Before jumping into Pr first comment for assign.

Problem statement: Write a function that takes an integer n and turns it into the ouput. No further instructions.
Probelm Link: https://edabit.com/challenge/RRX73DEm2BLp8z2TG


Before submitting a PR please Check some details.

  • fileName formet should be in camelcase
    example- returnTheNextNumber.py
  • Choose label for Problem , example- "good first issue", "easy"
  • In file there should be problem statement and link to problem
/* Problem-Task : This program will add two numbers
 * Problem Link : https://edabit.com/challenge/SFzHtm63XT6EYNHWY
*/
int main() {
    int bla;
    return 0;
}

This repository is vaild for HacktoberFest2020

Read before making PR - How to contribute on Github
Good Luck,

Repeating Cycle

Before jumping into Pr first comment for assign.

Problem statement: Below is an example of a repeating cycle.

isRepeatingCycle([1, 2, 3, 1, 2], 3) => true
// Since the first two elements of [1, 2, 3] equals [1, 2]

Check Link for Full Question
Probelm Link: https://edabit.com/challenge/q8aKKcukixHhcH7n4


Before submitting a PR please Check some details.

  • fileName formet should be in camelcase
    example- returnTheNextNumber.py
  • Choose label for Problem , example- "good first issue", "easy"
  • In file there should be problem statement and link to problem
/* Problem-Task : This program will add two numbers
 * Problem Link : https://edabit.com/challenge/SFzHtm63XT6EYNHWY
*/
int main() {
    int bla;
    return 0;
}

This repository is vaild for HacktoberFest2020

Read before making PR - How to contribute on Github
Good Luck,

Return the First element in array.

Before jumping into Pr first comment for assign.

Problem statement :Return the First element in array.
Probelm Link : https://edabit.com/challenge/QaApgtePE6QrCZ64o
Choose one Cateorgy - Very Easy, Easy, Medium, Hard, Very Hard, Expert
question category : Very Easy, Hacktoberfest


Before submitting a PR please Check some details.

  • fileName formet should be in camelcase
    example- returnTheNextNumber.py
  • Choose label for Problem , example- "good first issue", "easy"
  • In file there should be problem statement and link to problem
/* Problem-Task : This program will add two numbers
 * Problem Link : https://edabit.com/challenge/SFzHtm63XT6EYNHWY
*/
int main() {
    int bla;
    return 0;
}

This repository is vaild for HacktoberFest2020

Read before making PR - How to contribute on Github
Good Luck,

Edabit solution repository, Create more issue for problem task

Before submitting a PR please Check some details.

  • fileName formet should be in camelcase
    example- returnTheNextNumber.py

  • In file there should be problem statement and link to probelm
    example -

/* this program will add two numbers
    * Problem : https://edabit.com/challenge/SFzHtm63XT6EYNHWY
*/
int main() {
    int bla;
    return 0;
}

This repository is vaild for HacktoberFest2020
Good Luck,

Mini Peaks

Before jumping into Pr first comment for assign.

Problem statement : Write a function that returns all the elements in an array that are strictly greater than their adjacent left and right neighbors.
Probelm Link : https://edabit.com/challenge/5KAsvzdc9DLfEx65t
Choose one Cateorgy - Medium
question category : Arrays, Loops


Before submitting a PR please Check some details.

  • fileName formet should be in camelcase
    example- returnTheNextNumber.py
  • Choose label for Problem , example- "good first issue", "easy"
  • In file there should be problem statement and link to problem
/* Problem-Task : This program will add two numbers
 * Problem Link : https://edabit.com/challenge/SFzHtm63XT6EYNHWY
*/
int main() {
    int bla;
    return 0;
}

This repository is vaild for HacktoberFest2020

Read before making PR - How to contribute on Github
Good Luck,

Name Greeting!

Before jumping into Pr first comment for assign.

Problem statement : Create a function that takes a name and returns a greeting in the form of a string.
Probelm Link : https://edabit.com/challenge/MtG39AgXhyeePSiY2
Choose one Cateorgy - Very Easy
question category : formatting, string


Before submitting a PR please Check some details.

  • fileName formet should be in camelcase
    example- returnTheNextNumber.py
  • Choose label for Problem , example- "good first issue", "easy"
  • In file there should be problem statement and link to problem
/* Problem-Task : This program will add two numbers
 * Problem Link : https://edabit.com/challenge/SFzHtm63XT6EYNHWY
*/
int main() {
    int bla;
    return 0;
}

This repository is vaild for HacktoberFest2020

Read before making PR - How to contribute on Github
Good Luck,

The Farm Problem

Before jumping into Pr first comment for assign.

Problem statement : In this challenge, a farmer is asking you to tell him how many legs can be counted among all his animals. The farmer breeds three species:
chickens = 2 legs
cows = 4 legs
pigs = 4 legs
The farmer has counted his animals and he gives you a subtotal for each species. You have to implement a function that returns the total number of legs of all the animals.

Probelm Link : https://edabit.com/challenge/aADAoRtkbZWEKw9Ap
Choose one Cateorgy - Very Easy
question category : algorithms, math


Before submitting a PR please Check some details.

  • fileName formet should be in camelcase
    example- returnTheNextNumber.py
  • Choose label for Problem , example- "good first issue", "easy"
  • In file there should be problem statement and link to problem
/* Problem-Task : This program will add two numbers
 * Problem Link : https://edabit.com/challenge/SFzHtm63XT6EYNHWY
*/
int main() {
    int bla;
    return 0;
}

This repository is vaild for HacktoberFest2020

Read before making PR - How to contribute on Github
Good Luck,

Find the Odd Integer in Cpp

Before jumping into Pr first comment for assign.

Problem statement: Create a function that takes an array and finds the integer which appears an odd number of times.
Link: https://edabit.com/challenge/wgnmQTbfssuhvZHqe


Before submitting a PR please Check some details.

  • fileName formet should be in camelcase
    example- returnTheNextNumber.py

  • In file there should be problem statement and link to probelm

  • Add label for Problem
    example -

/* this program will add two numbers
    * Problem : https://edabit.com/challenge/SFzHtm63XT6EYNHWY
*/
int main() {
    int bla;
    return 0;
}

This repository is vaild for HacktoberFest2020

Read before making PR - How to contribute on Github
Good Luck,

Reverse Coding Challenge in Cpp

Before jumping into Pr first comment for assign.

Problem statement: This is a reverse coding challenge. Normally you're given explicit directions with how to create a function. Here, you must generate your own function to satisfy the relationship between the inputs and outputs.

Your task is to create a function that, when fed the inputs below, produce the sample outputs shown.
Probelm Link: https://edabit.com/challenge/64CeZWx5wWhTxhHLL


Before submitting a PR please Check some details.

  • fileName formet should be in camelcase
    example- returnTheNextNumber.py
  • Choose label for Problem , example- "good first issue", "easy"
  • In file there should be problem statement and link to problem
/* Problem-Task : This program will add two numbers
 * Problem Link : https://edabit.com/challenge/SFzHtm63XT6EYNHWY
*/
int main() {
    int bla;
    return 0;
}

This repository is vaild for HacktoberFest2020

Read before making PR - How to contribute on Github
Good Luck,

Consecutive numbers

Before jumping into Pr first comment for assign.

Problem statement : Create a function that determines whether elements in an array can be re-arranged to form a consecutive list of numbers where each number appears exactly once.
Probelm Link : https://edabit.com/challenge/TMxknsmodKM3HDbYt
Choose one Cateorgy - Very Easy, Easy, Medium, Hard, Very Hard, Expert
question category : Hard


Before submitting a PR please Check some details.

  • fileName formet should be in camelcase
    example- returnTheNextNumber.py
  • Choose label for Problem , example- "good first issue", "easy"
  • In file there should be problem statement and link to problem
/* Problem-Task : This program will add two numbers
 * Problem Link : https://edabit.com/challenge/SFzHtm63XT6EYNHWY
*/
int main() {
    int bla;
    return 0;
}

This repository is vaild for HacktoberFest2020

Read before making PR - How to contribute on Github
Good Luck,

Power Calculator

Before jumping into Pr first comment for assign.

Problem statement :Power Calculator
Probelm Link : https://edabit.com/challenge/wAdE9te55cowBLcPs
Choose one Cateorgy - Very Easy, Easy, Medium, Hard, Very Hard, Expert
question category : Very Easy


Before submitting a PR please Check some details.

  • fileName formet should be in camelcase
    example- returnTheNextNumber.py
  • Choose label for Problem , example- "good first issue", "easy"
  • In file there should be problem statement and link to problem
/* Problem-Task : This program will calculate power by given voltage and current
 * Problem Link : https://edabit.com/challenge/wAdE9te55cowBLcPs
*/
int main() {
    int bla;
    return 0;
}

This repository is vaild for HacktoberFest2020

Read before making PR - How to contribute on Github
Good Luck,

XOR Swap Algorithm

Before jumping into Pr first comment for assign.

Problem statement : Switch 2 variables using the XOR operator
Probelm Link : https://edabit.com/challenge/dHYXiEXydZxrwntBq
Choose one Cateorgy - Medium
question category : Bit Operations, Language Fundamentals


Before submitting a PR please Check some details.

  • fileName formet should be in camelcase
    example- returnTheNextNumber.py
  • Choose label for Problem , example- "good first issue", "easy"
  • In file there should be problem statement and link to problem
/* Problem-Task : This program will add two numbers
 * Problem Link : https://edabit.com/challenge/SFzHtm63XT6EYNHWY
*/
int main() {
    int bla;
    return 0;
}

This repository is vaild for HacktoberFest2020

Read before making PR - How to contribute on Github
Good Luck,

Factorial of a Non-Negative Integer

Before jumping into Pr first comment for assign.

Problem statement : Factorial of a Non-Negative Integer
Write a function that takes a non-negative integer and return its factorial.

factorial(4) โžž 24

factorial(0) โžž 1

factorial(9) โžž 362880

Problem Link : https://edabit.com/challenge/M3MZS3RHKZ67fQQBM
Choose one Category - Easy
question category : algorithms, math


Before submitting a PR please Check some details.

  • fileName format should be in camelcase
    example- returnTheNextNumber.py
  • Choose label for Problem , example- "good first issue", "easy"
  • In file there should be problem statement and link to problem
    /* Problem-Task : This program will add two numbers

This repository is valid for HacktoberFest2020

Read before making PR - [How to contribute on Github](https://www.dataschool.io/how-to-contribute-on-github/)
Good Luck,

CPP: Number of Squares in an N * N Grid

Before jumping into Pr first comment for assign.

Create a function that calculates the number of different squares in an n * n square grid. :
https://edabit.com/challenge/ncqFJAp4bBiGwfBcg :
Choose one Category - Easy
question category : Math


Before submitting a PR please Check some details.

  • fileName formet should be in camelcase
    example- returnTheNextNumber.py
  • Choose label for Problem , example- "good first issue", "easy"
  • In file there should be problem statement and link to problem
/* Problem-Task : This program will add two numbers
 * Problem Link : https://edabit.com/challenge/SFzHtm63XT6EYNHWY
*/
int main() {
    int bla;
    return 0;
}

This repository is vaild for HacktoberFest2020

Read before making PR - How to contribute on Github
Good Luck,

Filter Primes from a List

Before jumping into Pr first comment for assign.

Problem statement : Write a function that takes a list and returns a new list containing only prime numbers.
Probelm Link : https://edabit.com/challenge/yXZhG7zq6dWhWhirt
Choose one Cateorgy - Hard
question category : Numbers


Before submitting a PR please Check some details.

  • fileName formet should be in camelcase
    example- returnTheNextNumber.py

  • Choose label for Problem , example- "good first issue", "easy"

  • In file there should be problem statement and link to problem

/* Problem-Task : This program will add two numbers
 * Problem Link : https://edabit.com/challenge/SFzHtm63XT6EYNHWY
*/
int main() {
    int bla;
    return 0;
}

This repository is vaild for HacktoberFest2020

Read before making PR - How to contribute on Github
Good Luck,

Find the Smallest and Biggest Numbers

Before jumping into Pr first comment for assign.

Problem statement: Create a function that takes an array of numbers and return both the minimum and maximum numbers, in that order.
Probelm Link: https://edabit.com/challenge/N5P6d6CipYyDg9w2M


Before submitting a PR please Check some details.

  • fileName formet should be in camelcase
    example- returnTheNextNumber.py
  • Choose label for Problem , example- "good first issue", "easy"
  • In file there should be problem statement and link to problem
/* Problem-Task : This program will add two numbers
 * Problem Link : https://edabit.com/challenge/SFzHtm63XT6EYNHWY
*/
int main() {
    int bla;
    return 0;
}

This repository is vaild for HacktoberFest2020

Read before making PR - How to contribute on Github
Good Luck,

Prime Factorization of an Integer

Before jumping into Pr first comment for assign.

Problem statement : Create a function that returns a list containing the prime factors of whatever integer is passed to it.
Probelm Link : https://edabit.com/challenge/8vBvgJMc2uQJpD6d7
Choose one Cateorgy - Very Hard
question category : maths, numbers


Before submitting a PR please Check some details.

  • fileName formet should be in camelcase
    example- returnTheNextNumber.py
  • Choose label for Problem , example- "good first issue", "easy"
  • In file there should be problem statement and link to problem
/* Problem-Task : This program will add two numbers
 * Problem Link : https://edabit.com/challenge/SFzHtm63XT6EYNHWY
*/
int main() {
    int bla;
    return 0;
}

This repository is vaild for HacktoberFest2020

Read before making PR - How to contribute on Github
Good Luck,

Slice of Pie

Before jumping into Pr first comment for assign.

Problem statement : Create a function that determines whether or not it's possible to split a pie fairly given these three parameters:

  • Total number of slices.
  • Number of recipients.
  • How many slices each person gets.

Probelm Link : https://edabit.com/challenge/zzv5CPD26cfv4pEQX
Choose one Cateorgy - Very Easy
question category : Algebra, Math, Validation


Before submitting a PR please Check some details.

  • fileName formet should be in camelcase
    example- returnTheNextNumber.py
  • Choose label for Problem , example- "good first issue", "easy"
  • In file there should be problem statement and link to problem
/* Problem-Task : This program will add two numbers
 * Problem Link : https://edabit.com/challenge/SFzHtm63XT6EYNHWY
*/
int main() {
    int bla;
    return 0;
}

This repository is vaild for HacktoberFest2020

Read before making PR - How to contribute on Github
Good Luck,

Recursion: Reverse a String in Cpp

Before jumping into Pr first comment for assign.

Problem statement:: Write a function that reverses a string. Make your function recursive.
Link: https://edabit.com/challenge/HXGx9oXukEgsFK6PH


Before submitting a PR please Check some details.

  • fileName formet should be in camelcase
    example- returnTheNextNumber.py

  • In file there should be problem statement and link to probelm

  • Add label for Problem
    example -

/* this program will add two numbers
    * Problem : https://edabit.com/challenge/SFzHtm63XT6EYNHWY
*/
int main() {
    int bla;
    return 0;
}

This repository is vaild for HacktoberFest2020

Read before making PR - How to contribute on Github
Good Luck,

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.