SarthakKeshari / calc_for_everything

This repository aims to provide Calculators for educational, professional, scientific, health and well-being and other purposes.
https://calc-for-everything-psi.vercel.app
MIT License
113 stars 104 forks source link

DeMUX Calculator #386

Closed Vedansh-Keshari closed 12 months ago

Vedansh-Keshari commented 1 year ago

Enter calculator name -

DeMUX Calculator

Describe calculator functionality -

The DeMUX Calculator takes the value n as input for the number of Selection lines, and an input f, which gives an output binary String i of length not exceeding the value of n. The String i is to determine which output line leaving the DeMUX will be chosen from the input f.

Under which category you wish to place it -

Rishika631 commented 1 year ago

Hello can you please assign me this

SarthakKeshari commented 1 year ago

Hey @Rishika631, Assigned.

You may contribute your code under the folder path -

calc_for_everything\calculators\src\computer_science\deMUXCalc

Issue completion deadline - 23rd Oct 10:00:00 pm IST

NOTE - In case the issue completion deadline is not met, the issue will be assigned to a new participant

Rishika631 commented 1 year ago

okay. I'll try to complete it.

Rishika631 commented 12 months ago

I have raised a PR please do check.