Category Archives: Без рубрики

LeetCode.ClimbStairs.Fibbonacci

task Here we can recognize fibbonacci sequence recursievely iteratievely

Posted in Без рубрики | Comments Off on LeetCode.ClimbStairs.Fibbonacci

Leetcode.Roman-to-integer

Task

Posted in Без рубрики | Comments Off on Leetcode.Roman-to-integer

LeetCode.Palindrome-number

task

Posted in Без рубрики | Comments Off on LeetCode.Palindrome-number

Java.DesignPatterns.Lightweight

lightweight example moving out repeating heavy objects to the stucture outside

Posted in Без рубрики | Comments Off on Java.DesignPatterns.Lightweight

Java.DesignPatterns.Proxy

proxy example

Posted in Без рубрики | Comments Off on Java.DesignPatterns.Proxy

Java.DesignPatterns.Facade

facade example

Posted in Без рубрики | Comments Off on Java.DesignPatterns.Facade

Java.DesignPatterns.Composite

composite example

Posted in Без рубрики | Comments Off on Java.DesignPatterns.Composite

Java.DesignPatterns.Bridge

the idea in separation of hierarchies of classes and composing them in one class container from gof, there is a concept of abstraction and implementation, abstraction like a container for implementations that composed to the abstraction, in below example abstraction … Continue reading

Posted in Без рубрики | Comments Off on Java.DesignPatterns.Bridge

Java. Strange OOP thing

Posted in Без рубрики | Comments Off on Java. Strange OOP thing

Java.Classpath

Stack

Posted in Без рубрики | Comments Off on Java.Classpath