Monday, January 16, 2023

inversion of control, dependency injection

design pattern

  1. The Inversion of Control Pattern
  2. An understanding of "The Inversion of Control" Pattern

  3. Inversion of Control: Overview with Examples
  4. This article discusses the basic concepts of IoC, how to achieve it, and Dependency Injections.

  5. The Visitor Pattern Explained
  6. In my last job interview I got a (rather vague) question about traversing a tree and operating on the tree nodes. I think I’ve a lot of experience in programming but I couldn’t figure out the answer on my own. The answer the guy wanted to hear was: visitor pattern.

  7. Implement Observer Pattern in .NET (3 Techniques)
  8. Multiple techniques of implementing The Observer Pattern in .NET

  9. Cholesky decomposition
  10. The Cholesky decomposition is an approach to solve a matrix equation where the main matrix A is of a special type. It must be symmetrical to the main diagonal, element a11 must be positive and the other elements in the main diagonal must be bigger than or at least as big as the square of the other elements in the same row. Mathematically it is said the matrix must be positive definite and Hermitian. But does anybody understand this? :-)

  11. To Solve a Cubic Equation
  12. Gerolamo Cardano published a method to solve a cubic equation in 1545. There is a description of this method on Wikipedia. But it is not too detailed and on the German Wikipedia. In fact, the last part is missing and without this part, one cannot implement it into an algorithm. So I thought I could

  13. Cubic Equation
  14. Solution for ax^3 + bx^2 + cx + d = 0 Method by Gerolamo Cardano (1501-1576) in his treatise Ars Magna.

  15. Quartic Equation
  16. Paper: A Note on the Solution of Quartic Equations By Herbert E. Salzer Quartic Equations Am. Math Society Proceedings, 1959. Modified here for support all cases.

  17. Quadratic equation
  18. In algebra, a quadratic equation (from Latin quadratus 'square') is any equation that can be rearranged in standard form as[1]

  19. Quintic function
  20. In algebra, a quintic function is a function of the form

No comments:

Post a Comment