Links Collection

This is an old website post. New post address: https://www.pisciottablog.com/algowiki/ +++ This wordpress.com domain will not be kept up-to-date anymore+ +++ Please, use the new one (pisciottablog.com) ++++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++   https://algowiki-project.org/en/ AlgoWiki is an open encyclopedia of algorithms’ properties and features of their implementations on different hardware and software platforms from mobile to extreme... Continue Reading →

Testing the efficiency of Horner’s Rule

This is an old website post. New post address: https://www.pisciottablog.com/2019/01/19/testing-the-efficiency-of-horners-rule/ +++ This wordpress.com domain will not be kept up-to-date anymore+ +++ Please, use the new one (pisciottablog.com) ++++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++   What is the Horner's Rule used for? It lets us write a polynomial in such a form which require... Continue Reading →

Recursive search applying functions from starting node

This is an old website post. New post address: https://www.pisciottablog.com/2018/04/02/recursive-search-applying-functions-from-starting-node/ +++ This wordpress.com domain will not be kept up-to-date anymore+ +++ Please, use the new one (pisciottablog.com) ++++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++   The problem here is basically the same as in my post " Find connection between two numbers " but... Continue Reading →

Best method for exact match in array with PHP?

This is an old website post. New post address: https://www.pisciottablog.com/2018/03/25/best-method-for-exact-match-in-array/ +++ This wordpress.com domain will not be kept up-to-date anymore+ +++ Please, use the new one (pisciottablog.com) ++++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++   During a job interview one asked me: "how would you search for a word inside a very long array?".... Continue Reading →

Find connection between two numbers

This is an old website post. New post address: https://www.pisciottablog.com/2017/09/03/algorithm-to-find-connection-between-two-numbers/ +++ This wordpress.com domain will not be kept up-to-date anymore+ +++ Please, use the new one (pisciottablog.com) ++++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++   Inspired by Calculator: The Game, after some seconds of frustration during the attempt to solve its levels and after... Continue Reading →

Create a free website or blog at WordPress.com.

Up ↑