Exam Pass Notes
E-Commerce
Exam Pass notes of E-Commerce Link for details about E-commerce in coders helpline Wikipedia link for e-commerce
Theory of Computer Science (TOC)
Interview Questions TOC
(List of Most Asking Interview Questions TOC or Automata Theory) Ques. : TOC stands for. Ques. : What is Automata Theory in TOC? Ques. : What is the importance of Automata Theory in TOC? Ques. : What is Regular Language in TOC? Ques. : What is Formal Language Theory in Read more…
Theory of Computer Science (TOC)
Difference Between TOC
Difference between TOC in DFA and NFA Slno Similarities 1. Both are transition functions of automata. 2. Both have same power. 3. Slno DFA NFA/NDFA 1. Stands for “Deterministic Finite Automata”. Stands for “Non-deterministic Finite Automata”. 2. No empty string transitions occurs in DFA. Empty string transitions may also possible. Read more…
Artificial Intelligence (AI)
Reference Books AI
Slno Books Name Publications Author/Writer 1. Artificial Intelligence TMH E.Rich & K. Knight 2. Introduction to Artificial Intelligence Pearson E. Charnaik 3. Introduction to Artificial Intelligence & Expert Systems PHI Dan. W. Patterson 4. Principle of Artificial Intelligence Narosa Publication Nils J. Nilson 5. Artificial Intelligence Pearson Luger
Algorithm & Design
Reference Books algo
SlNo Book's Name Author's Name Publications 01. Fundamentals of Computer Algorithm Ellis Horowitz And Sartaj Sawhney — 02. Introduction to Algorithms Thomas H. Cormen, Charles E. Leiserson, Ronald L. Rivest and Clifford Stein. PHI Publications. 03. Algorithms Robert Sedgewick and Kevin Wayne Addison Wesley 04. Introduction to Algorithms: A Creative Read more…
Algorithm & Design
Miscellaneous Topics algorithm
Hash Algorithm : Hash Algorithm is a Hash function that takes a string of any length and decreases it to a unique fixed length string. It is used for password validity, message & data integrity and for many other cryptographic systems. A Hash table is (related to a Hash Function) Read more…