Daftar isi: 1. Pendahuluan 2. Tipe data, variabel, nilai dan ekspresi 3. Instruksi utama 4. Contoh permasalahan 5. Prosedur dan fungsi 6. Pemrosesan teks 7. Larik (array) 8. Teknik pencarian 9. Teknik pengurutan 10. Operasi matriks 11. Algoritma dan struktur data 12. Pemrograman berorientasi objek
CONTENTS: 1. A bird's-eye view of modern cryptography 2. Elementary number theory and algebra background 3. Linear algebra 4. Sieve algorithms 5. Brute force cryptanalysis 6. The birthday paradox : sorting or not? 7. Birthday-based algorithms for functions 8. Birthday attacks through quadrisection 9. Fourier and Hadamard-Walsh transforms 10. Lattice reduction 11. Polynomial…
Contents 1 Introduction to block ciphers 2 Introduction to digital circuits 3 Handware implementation for block ciphers 4 Cryptanalysis on block ciphers 5 Side-channel analysis and fault analysis on block ciphers 6 Advanced fault analysis with techniques from cryptanalysis 7 Countermeasures against side-channel analysis and fault analysis
Table of contents: I. Foundations 1. The Role of Algorithms in Computing 2. Getting Started 3. Growth of Functions 4. Divide-and-Conquer 5. Probabilistic Analysis and Randomized Algorithms II. Sorting and Order Statistics 6. Heapsort 7. Quicksort 8. Sorting in Linear Time 9. Medians and Order Statistics III. Data Structures 10. Elementary Data Structures 11. Hash Tables 12. B…
Table of Contents About the Authors iv Preface xi 1. Introduction: Some Representative Problems 1 1.1 A First Problem: Stable Matching 1 Five Representatives Problems 12 Solved Exercises 19 Exercises 22 Notes and Further Reading 28 2. Basic of Algorithm Analysis 29 2.1 Computational Tractability 29 2.2 Asymptotic Order of Growth 35 2.3 Implementating the Stable Matching Algo…
Terdapat bibliografi dan indeks.
1. A C++ Primer.
1.1 Basic C++ Programming Elements.
1.2 Expressions.
1.3 Control Flow.
1.4 Functions.
1.5 Classes.
1.6 C++ Program and File Organization.
1.7 Writing a C++ Program.
1.8 Exercises.
2. Object-Oriented Design.
2.1 Goals, Principles, and Patterns.
2.2 Inheritance and Polymorphism.
2.3…