Graphs Theory

This knowledge describes some algorithm's such as Short Path Algorithm. It has two types 1.Dijkstra's Algorithm 2.Bellman-Ford Algorithm. Also some other algorithms describes in this knowledge are Kruskal Algo and Prim's Algo.

Helmholtz coil

Helmholtz coil

Longest Common Subsequence

Longest Common Subsequence

DP

DP

Mechanical Hysterisis

Mechanical Hysterisis

Hashing Complete

This knowledge describes Hashing and its subparts like Direct Access Table(Direct Addressing), Indirect Addressing, Simple Uniform Hashing, Linear Probing, Quadratic Probing, and Division Hash Function.  

Newtons ring

Newtons ring

AVL Tree

AVL Tree

B tree

This knowledge explains the topic B tree in brief.

Binomial tree

Binomial tree

Counting Sort

Counting Sort

Instruction set architecture - Introduction

Basic introduction of intruction Set Architecture, Byte Addressebility in Assembly Language, Instruction format used in Assembly Language(Three Address, two address, one address, zero address).