Sarthak Joshi

Results 4 issues of Sarthak Joshi

### Describe your change: Added a new algorithm for **Binary to Excess-3 Code Conversion** in the `digital_logic` directory. The algorithm converts a binary input (as a string) into its 4-bit...

awaiting reviews

Elementary Cellular Automaton (Rule 30) implementation ### Describe your change: * [x] Add an algorithm * [ ] Fix a bug or typo in an existing algorithm * [x] Add...

awaiting reviews

### Describe your change: * [x] Add an algorithm * [ ] Fix a bug or typo in an existing algorithm * [x] Add or change doctests — Note: Please...

awaiting reviews

#### Description of Change Added a new algorithm to convert a **binary number to its Gray code equivalent** in the **bit_manipulation** directory. The algorithm performs bitwise XOR between the binary...

Stale