Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
42proger committed May 17, 2024
1 parent 3144e73 commit ca93957
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Golay Code Implementation in JavaScript

[![Deploy to GitHub Pages](https://github.com/42proger/golay/actions/workflows/deploy.yml/badge.svg)](https://github.com/42proger/golay/actions/workflows/deploy.yml)

This repository contains an implementation of the Golay code [24, 12] in JavaScript. The Golay code is a type of error correcting code that can detect and correct multiple errors in a 24-bit block of data. This implementation is designed for educational purposes and demonstrates how encoding, error injection and decoding processes work using the Golay code.

**Live Demo**: You can view and interact with the implementation at: https://42proger.github.io/golay/

## Features

* **Encoding**: Convert a 12-bit message into a 24-bit codeword using Golay code [24, 12].
Expand Down

0 comments on commit ca93957

Please sign in to comment.