Skip to content

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

Notifications You must be signed in to change notification settings

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