Added link for crc code, currently in testing branch

This commit is contained in:
K 2024-07-29 20:02:46 +05:30
parent bc566b9a54
commit 0ca2cb6b06
Signed by: notkshitij
GPG Key ID: C5B8BC7530F8F43F

View File

@ -3,3 +3,9 @@
This Git repository is a comprehensive resource for the Computer Networks and Security (CNS) course under the SPPU 2019 syllabus. It includes materials on fundamental concepts such as network architectures, protocols, and technologies, as well as practical implementations of client-server applications and insights into the data link layer and routing protocols. The repository also covers the application layer's role and essential network security topics, providing students with the knowledge and skills needed to master the course outcomes effectively.
---
## Index
### Codes
1. [Cyclic Redundancy Check (CRC)](https://git.kska.io/sppu-te-comp-content/ComputerNetworksAndSecurity/src/branch/testing/Codes/CRC.cpp) **(CURRENTLY BEING TESTED, WILL BE MERGED IN THE MAIN BRANCH SOON)**