Pankaj0038 / dcodeKi

Python GUI based encoder-decoder tool
https://pankaj0038.github.io/dcodeKi/
8 stars 18 forks source link

Implement Gray Code Encoder-Decoder #80

Closed ayushmorbar closed 8 months ago

ayushmorbar commented 8 months ago

Introduce Gray Code functionality to the encoder-decoder tool. Gray Code is a binary system where adjacent values differ in only one bit.

Tasks include implementing both encoding and decoding, GUI integration, documentation update, and testing.

Expected Outcome:

Users can encode and decode binary sequences using Gray Code representation.

Note to Contributors:

Binary operations expertise is essential. Collaborate for an efficient solution.

Reference:

ayushmorbar commented 8 months ago

I would like to take on this Issue as part of JWoC. 🙋🏻‍♂️

Pankaj0038 commented 8 months ago

Complete the other task first