Skip to content

ShyrenMore/sem06

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

22 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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