Posts by Category

Appendix

Object

In computer science, an object is a component of programs, which have related states and behavior.

Instance

An instance represents an object, which is a unique copy of a class.

Class

A class is a template, which is used to create objects.

Vector

Scalar definition A scalar is a mathematical object with only magnitude.

Back to top ↑

Algorithm

Dual Decomposition

In computer science, decomposition is breaking down a complex problem (difficult) into smaller problems. It is sometimes more efficient or easier to understa...

Back to top ↑

GitHub

Back to top ↑