/sem06

A compilation of codes for AI, SPCC, CSS that might be helpful for juniors

Primary LanguageC++

Artificial intelligence(AI) experiments present in repo:

Traversal algos

Genetic Algorithms

System Programming and Compiler Construction (SPCC) experiments present in repo:

  • First and Follow of a grammer
  • Constructing LL(1) parser
  • Remove left recursion and left factoring from given grammar
  • Construct Pass 1, Pass 2 of macroprocessor for a given assembly lang prog
  • Code optimisation
  • Three address code (TAC)
  • Lexical Analyser

Cryptography & System Security (CSS) experiments present in repo:

  • Buffer overflow PDF
  • Diffie Hellman code
  • Playfair Cipher code
  • Euler totient code
  • RSA code
  • Design personal firewall using iptables PDF

Bonus 🎉

CCL viva prep material in CCL_viva_prep folder

Don't forget to star the repo if you found it useful