thepranaygupta / Data-Structures-and-Algorithms

An Open-Source repository that contains all the Data Structures and Algorithms concepts and their implementation in several ways, programming questions and Interview questions. The main aim of this repository is to help students who are learning Data Structures and Algorithms or preparing for an interview.
https://thepranaygupta.github.io/Data-Structures-and-Algorithms/
GNU General Public License v3.0
932 stars 355 forks source link

Create ones_complement_checksum16bit.js #581

Open aadil42 opened 11 months ago

aadil42 commented 11 months ago

Adding a function that generates a checksum and a function that checks the sum for data integrity.