diff --git a/README.md b/README.md index 82ff7b5..993d1e0 100644 --- a/README.md +++ b/README.md @@ -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)**